Languages API.

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

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

{
    "total": 84004,
    "total_words": 603290,
    "total_chars": 3946196,
    "last_change": "2025-03-13T12:13:09.583399Z",
    "recent_changes": 452,
    "translated": 51182,
    "translated_words": 258602,
    "translated_percent": 60.9,
    "translated_words_percent": 42.8,
    "translated_chars": 1652089,
    "translated_chars_percent": 41.8,
    "fuzzy": 1178,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 6087,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 41056,
    "fuzzy_chars_percent": 1.0,
    "failing": 326,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 23,
    "readonly_percent": 0.1,
    "readonly_words": 37,
    "readonly_words_percent": 0.1,
    "readonly_chars": 249,
    "readonly_chars_percent": 0.1,
    "suggestions": 673,
    "comments": 0,
    "name": "Georgian",
    "url": "https://translate.fedoraproject.org/languages/ka/"
}