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": 260272,
    "total_words": 4003768,
    "total_chars": 29037162,
    "last_change": "2025-03-13T12:17:12.995202Z",
    "recent_changes": 1693,
    "translated": 98907,
    "translated_words": 1083475,
    "translated_percent": 38.0,
    "translated_words_percent": 27.0,
    "translated_chars": 7655156,
    "translated_chars_percent": 26.3,
    "fuzzy": 3699,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 22928,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 199006,
    "fuzzy_chars_percent": 0.6,
    "failing": 3391,
    "failing_percent": 1.3,
    "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": 1261,
    "readonly_chars_percent": 0.1,
    "suggestions": 18134,
    "comments": 2,
    "name": "Turkish",
    "url": "https://translate.fedoraproject.org/languages/tr/"
}