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": 12637,
    "total_words": 134521,
    "last_change": "2026-04-20T22:37:25.583249Z",
    "recent_changes": 375,
    "translated": 8836,
    "translated_words": 77429,
    "translated_percent": 69.9,
    "translated_words_percent": 57.5,
    "translated_chars": 465834,
    "translated_chars_percent": 57.8,
    "total_chars": 805593,
    "fuzzy": 254,
    "fuzzy_percent": 2.0,
    "failing": 600,
    "failing_percent": 4.7,
    "approved": 2,
    "approved_percent": 0.1,
    "readonly": 19,
    "readonly_percent": 0.1,
    "suggestions": 99,
    "comments": 12,
    "name": "Polish",
    "url": "https://translate.habitica.com/languages/pl/"
}