Languages API.

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

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

{
    "total": 993,
    "total_words": 4331,
    "total_chars": 25883,
    "last_change": "2025-07-12T19:15:40.313082Z",
    "recent_changes": 0,
    "translated": 105,
    "translated_words": 622,
    "translated_percent": 10.5,
    "translated_words_percent": 14.3,
    "translated_chars": 3834,
    "translated_chars_percent": 14.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 10.2,
    "readonly_words": 618,
    "readonly_words_percent": 14.2,
    "readonly_chars": 3817,
    "readonly_chars_percent": 14.7,
    "suggestions": 1,
    "comments": 0,
    "name": "Telugu",
    "url": "http://translate.gtaf.org/languages/te/"
}