Languages API.

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

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

{
    "total": 2542,
    "total_words": 10802,
    "total_chars": 66493,
    "last_change": "2024-05-02T18:58:39.893950Z",
    "recent_changes": 5,
    "translated": 671,
    "translated_words": 2135,
    "translated_percent": 26.3,
    "translated_words_percent": 19.7,
    "translated_chars": 13431,
    "translated_chars_percent": 20.1,
    "fuzzy": 131,
    "fuzzy_percent": 5.1,
    "fuzzy_words": 714,
    "fuzzy_words_percent": 6.6,
    "fuzzy_chars": 4280,
    "fuzzy_chars_percent": 6.4,
    "failing": 142,
    "failing_percent": 5.5,
    "approved": 15,
    "approved_percent": 0.5,
    "approved_words": 143,
    "approved_words_percent": 1.3,
    "approved_chars": 819,
    "approved_chars_percent": 1.2,
    "readonly": 83,
    "readonly_percent": 3.2,
    "readonly_words": 95,
    "readonly_words_percent": 0.8,
    "readonly_chars": 1007,
    "readonly_chars_percent": 1.5,
    "suggestions": 138,
    "comments": 0,
    "name": "Nahuatl",
    "url": "https://hosted.weblate.org/languages/nah/"
}