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": 263632,
    "total_words": 4073253,
    "total_chars": 29535579,
    "last_change": "2025-04-30T03:37:24.595303Z",
    "recent_changes": 1826,
    "translated": 98695,
    "translated_words": 1083805,
    "translated_percent": 37.4,
    "translated_words_percent": 26.6,
    "translated_chars": 7660246,
    "translated_chars_percent": 25.9,
    "fuzzy": 4001,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 24507,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 214752,
    "fuzzy_chars_percent": 0.7,
    "failing": 3390,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 59,
    "readonly_percent": 0.1,
    "readonly_words": 127,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1265,
    "readonly_chars_percent": 0.1,
    "suggestions": 20644,
    "comments": 2,
    "name": "Turkish",
    "url": "https://translate.fedoraproject.org/languages/tr/"
}