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": 62355,
    "total_words": 509925,
    "total_chars": 3378197,
    "last_change": "2024-04-25T02:37:37.647647Z",
    "recent_changes": 161,
    "translated": 20797,
    "translated_words": 118613,
    "translated_percent": 33.3,
    "translated_words_percent": 23.2,
    "translated_chars": 757415,
    "translated_chars_percent": 22.4,
    "fuzzy": 4965,
    "fuzzy_percent": 7.9,
    "fuzzy_words": 30360,
    "fuzzy_words_percent": 5.9,
    "fuzzy_chars": 199561,
    "fuzzy_chars_percent": 5.9,
    "failing": 2073,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.1,
    "readonly_words": 46,
    "readonly_words_percent": 0.1,
    "readonly_chars": 685,
    "readonly_chars_percent": 0.1,
    "suggestions": 4917,
    "comments": 0,
    "name": "Telugu",
    "url": "https://translate.fedoraproject.org/languages/te/"
}