Languages API.

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

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

{
    "total": 12134,
    "total_words": 127629,
    "last_change": "2025-04-03T14:19:29.935460Z",
    "recent_changes": 295,
    "translated": 9848,
    "translated_words": 93567,
    "translated_percent": 81.1,
    "translated_words_percent": 73.3,
    "translated_chars": 563197,
    "translated_chars_percent": 73.6,
    "total_chars": 765120,
    "fuzzy": 103,
    "fuzzy_percent": 0.8,
    "failing": 193,
    "failing_percent": 1.5,
    "approved": 1546,
    "approved_percent": 12.7,
    "readonly": 15,
    "readonly_percent": 0.1,
    "suggestions": 92,
    "comments": 7,
    "name": "Ukrainian",
    "url": "https://translate.habitica.com/languages/uk/"
}