Languages API.

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

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

{
    "total": 12376,
    "total_words": 132190,
    "last_change": "2025-11-26T01:48:24.929368Z",
    "recent_changes": 215,
    "translated": 5089,
    "translated_words": 51199,
    "translated_percent": 41.1,
    "translated_words_percent": 38.7,
    "translated_chars": 308898,
    "translated_chars_percent": 39.0,
    "total_chars": 791594,
    "fuzzy": 573,
    "fuzzy_percent": 4.6,
    "failing": 3279,
    "failing_percent": 26.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 120,
    "comments": 1,
    "name": "Serbian",
    "url": "https://translate.habitica.com/languages/sr/"
}