Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/id/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 9342,
    "total_words": 111663,
    "total_chars": 856712,
    "last_change": "2024-06-25T09:30:25.514000Z",
    "recent_changes": 316,
    "translated": 896,
    "translated_words": 3131,
    "translated_percent": 9.5,
    "translated_words_percent": 2.8,
    "translated_chars": 38829,
    "translated_chars_percent": 4.5,
    "fuzzy": 304,
    "fuzzy_percent": 3.2,
    "fuzzy_words": 1812,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 23309,
    "fuzzy_chars_percent": 2.7,
    "failing": 240,
    "failing_percent": 2.5,
    "approved": 652,
    "approved_percent": 6.9,
    "approved_words": 1947,
    "approved_words_percent": 1.7,
    "approved_chars": 27320,
    "approved_chars_percent": 3.1,
    "readonly": 153,
    "readonly_percent": 1.6,
    "readonly_words": 868,
    "readonly_words_percent": 0.7,
    "readonly_chars": 6889,
    "readonly_chars_percent": 0.8,
    "suggestions": 70,
    "comments": 0,
    "name": "Indonesian",
    "url": "https://translate.tails.net/languages/id/"
}