Languages API.

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

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

{
    "total": 2773,
    "total_words": 10466,
    "total_chars": 64257,
    "last_change": "2025-07-23T11:53:23.126285Z",
    "recent_changes": 17,
    "translated": 2697,
    "translated_words": 9909,
    "translated_percent": 97.2,
    "translated_words_percent": 94.6,
    "translated_chars": 60868,
    "translated_chars_percent": 94.7,
    "fuzzy": 76,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 557,
    "fuzzy_words_percent": 5.3,
    "fuzzy_chars": 3389,
    "fuzzy_chars_percent": 5.2,
    "failing": 816,
    "failing_percent": 29.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 455,
    "readonly_percent": 16.4,
    "readonly_words": 1458,
    "readonly_words_percent": 13.9,
    "readonly_chars": 9679,
    "readonly_chars_percent": 15.0,
    "suggestions": 4,
    "comments": 1,
    "name": "English",
    "url": "http://translate.gtaf.org/languages/en/"
}