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": 5195,
    "total_chars": 31417,
    "last_change": "2025-08-27T13:23:40.241884Z",
    "recent_changes": 17,
    "translated": 999,
    "translated_words": 3165,
    "translated_percent": 74.3,
    "translated_words_percent": 60.9,
    "translated_chars": 19300,
    "translated_chars_percent": 61.4,
    "fuzzy": 120,
    "fuzzy_percent": 8.9,
    "fuzzy_words": 576,
    "fuzzy_words_percent": 11.0,
    "fuzzy_chars": 3255,
    "fuzzy_chars_percent": 10.3,
    "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/"
}