Languages API.

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

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

{
    "total": 249972,
    "total_words": 3819602,
    "total_chars": 27803721,
    "last_change": "2024-04-26T19:39:10.522657Z",
    "recent_changes": 4036,
    "translated": 81474,
    "translated_words": 815023,
    "translated_percent": 32.5,
    "translated_words_percent": 21.3,
    "translated_chars": 5630803,
    "translated_chars_percent": 20.2,
    "fuzzy": 3143,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 20063,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 164075,
    "fuzzy_chars_percent": 0.5,
    "failing": 2294,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 53,
    "readonly_percent": 0.1,
    "readonly_words": 117,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1188,
    "readonly_chars_percent": 0.1,
    "suggestions": 34504,
    "comments": 2,
    "name": "Turkish",
    "url": "https://translate.fedoraproject.org/languages/tr/"
}