Languages API.

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

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

{
    "total": 1344,
    "total_words": 5193,
    "total_chars": 31402,
    "last_change": "2025-10-19T06:07:54.408197Z",
    "recent_changes": 18,
    "translated": 998,
    "translated_words": 3154,
    "translated_percent": 74.2,
    "translated_words_percent": 60.7,
    "translated_chars": 19231,
    "translated_chars_percent": 61.2,
    "fuzzy": 121,
    "fuzzy_percent": 9.0,
    "fuzzy_words": 585,
    "fuzzy_words_percent": 11.2,
    "fuzzy_chars": 3309,
    "fuzzy_chars_percent": 10.5,
    "failing": 160,
    "failing_percent": 11.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 7.7,
    "readonly_words": 622,
    "readonly_words_percent": 11.9,
    "readonly_chars": 3850,
    "readonly_chars_percent": 12.2,
    "suggestions": 104,
    "comments": 0,
    "name": "Albanian",
    "url": "http://translate.gtaf.org/languages/sq/"
}