Languages API.

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

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

{
    "total": 172165,
    "total_words": 1471592,
    "total_chars": 9671343,
    "last_change": "2024-04-26T20:37:16.218063Z",
    "recent_changes": 957,
    "translated": 24861,
    "translated_words": 148595,
    "translated_percent": 14.4,
    "translated_words_percent": 10.0,
    "translated_chars": 930832,
    "translated_chars_percent": 9.6,
    "fuzzy": 15987,
    "fuzzy_percent": 9.2,
    "fuzzy_words": 93351,
    "fuzzy_words_percent": 6.3,
    "fuzzy_chars": 586135,
    "fuzzy_chars_percent": 6.0,
    "failing": 9830,
    "failing_percent": 5.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1173,
    "readonly_percent": 0.6,
    "readonly_words": 2432,
    "readonly_words_percent": 0.1,
    "readonly_chars": 34885,
    "readonly_chars_percent": 0.3,
    "suggestions": 4397,
    "comments": 13,
    "name": "Telugu",
    "url": "https://hosted.weblate.org/languages/te/"
}