Languages API.

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

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

{
    "total": 2306,
    "total_words": 8515,
    "total_chars": 52299,
    "last_change": "2023-02-24T20:30:37.766069Z",
    "recent_changes": 2,
    "translated": 43,
    "translated_words": 121,
    "translated_percent": 1.8,
    "translated_words_percent": 1.4,
    "translated_chars": 719,
    "translated_chars_percent": 1.3,
    "fuzzy": 51,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 85,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 528,
    "fuzzy_chars_percent": 1.0,
    "failing": 43,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 43,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Akan",
    "url": "https://hosted.weblate.org/languages/ak/"
}