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": 2514,
    "total_words": 12985,
    "total_chars": 77180,
    "last_change": "2026-03-22T21:11:08.265490Z",
    "recent_changes": 21,
    "translated": 920,
    "translated_words": 2592,
    "translated_percent": 36.5,
    "translated_words_percent": 19.9,
    "translated_chars": 15841,
    "translated_chars_percent": 20.5,
    "fuzzy": 121,
    "fuzzy_percent": 4.8,
    "fuzzy_words": 585,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 3309,
    "fuzzy_chars_percent": 4.2,
    "failing": 160,
    "failing_percent": 6.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 1.1,
    "readonly_words": 67,
    "readonly_words_percent": 0.5,
    "readonly_chars": 496,
    "readonly_chars_percent": 0.6,
    "suggestions": 106,
    "comments": 0,
    "name": "Albanian",
    "url": "http://translate.gtaf.org/languages/sq/"
}