Languages API.

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

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

{
    "total": 5320,
    "total_words": 58559,
    "total_chars": 475535,
    "last_change": "2026-07-30T12:00:44.055611Z",
    "recent_changes": 11,
    "translated": 531,
    "translated_words": 1609,
    "translated_percent": 9.9,
    "translated_words_percent": 2.7,
    "translated_chars": 23864,
    "translated_chars_percent": 5.0,
    "fuzzy": 350,
    "fuzzy_percent": 6.5,
    "fuzzy_words": 1866,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 24911,
    "fuzzy_chars_percent": 5.2,
    "failing": 532,
    "failing_percent": 10.0,
    "approved": 384,
    "approved_percent": 7.2,
    "approved_words": 1131,
    "approved_words_percent": 1.9,
    "approved_chars": 16479,
    "approved_chars_percent": 3.4,
    "readonly": 34,
    "readonly_percent": 0.6,
    "readonly_words": 97,
    "readonly_words_percent": 0.1,
    "readonly_chars": 998,
    "readonly_chars_percent": 0.2,
    "suggestions": 137,
    "comments": 0,
    "name": "Polish",
    "url": "https://translate.tails.net/languages/pl/"
}