Languages API.

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

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

{
    "total": 1112,
    "total_words": 4810,
    "total_chars": 28940,
    "last_change": "2025-07-12T19:15:39.139461Z",
    "recent_changes": 0,
    "translated": 177,
    "translated_words": 825,
    "translated_percent": 15.9,
    "translated_words_percent": 17.1,
    "translated_chars": 5222,
    "translated_chars_percent": 18.0,
    "fuzzy": 20,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 110,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 572,
    "fuzzy_chars_percent": 1.9,
    "failing": 26,
    "failing_percent": 2.3,
    "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": 9.1,
    "readonly_words": 618,
    "readonly_words_percent": 12.8,
    "readonly_chars": 3817,
    "readonly_chars_percent": 13.1,
    "suggestions": 10,
    "comments": 0,
    "name": "Swahili",
    "url": "http://translate.gtaf.org/languages/sw/"
}