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": 77984,
    "total_words": 603467,
    "total_chars": 3953468,
    "last_change": "2024-05-02T19:49:07.399508Z",
    "recent_changes": 1152,
    "translated": 20208,
    "translated_words": 204027,
    "translated_percent": 25.9,
    "translated_words_percent": 33.8,
    "translated_chars": 1310260,
    "translated_chars_percent": 33.1,
    "fuzzy": 11737,
    "fuzzy_percent": 15.0,
    "fuzzy_words": 82272,
    "fuzzy_words_percent": 13.6,
    "fuzzy_chars": 530749,
    "fuzzy_chars_percent": 13.4,
    "failing": 6726,
    "failing_percent": 8.6,
    "approved": 7043,
    "approved_percent": 9.0,
    "approved_words": 81062,
    "approved_words_percent": 13.4,
    "approved_chars": 531811,
    "approved_chars_percent": 13.4,
    "readonly": 1216,
    "readonly_percent": 1.5,
    "readonly_words": 1698,
    "readonly_words_percent": 0.2,
    "readonly_chars": 20183,
    "readonly_chars_percent": 0.5,
    "suggestions": 1041,
    "comments": 6,
    "name": "Swahili",
    "url": "https://hosted.weblate.org/languages/sw/"
}