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": 3860,
    "total_words": 18071,
    "total_chars": 111100,
    "last_change": "2025-09-18T01:50:31.937871Z",
    "recent_changes": 249,
    "translated": 3465,
    "translated_words": 15240,
    "translated_percent": 89.7,
    "translated_words_percent": 84.3,
    "translated_chars": 93705,
    "translated_chars_percent": 84.3,
    "fuzzy": 89,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 116,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 909,
    "fuzzy_chars_percent": 0.8,
    "failing": 461,
    "failing_percent": 11.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 106,
    "readonly_percent": 2.7,
    "readonly_words": 624,
    "readonly_words_percent": 3.4,
    "readonly_chars": 3863,
    "readonly_chars_percent": 3.4,
    "suggestions": 8,
    "comments": 0,
    "name": "Indonesian",
    "url": "http://translate.gtaf.org/languages/id/"
}