Languages API.

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

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

{
    "total": 12389,
    "total_words": 132197,
    "last_change": "2025-11-26T01:46:39.749599Z",
    "recent_changes": 119,
    "translated": 6479,
    "translated_words": 58334,
    "translated_percent": 52.2,
    "translated_words_percent": 44.1,
    "translated_chars": 349981,
    "translated_chars_percent": 44.2,
    "total_chars": 791686,
    "fuzzy": 513,
    "fuzzy_percent": 4.1,
    "failing": 507,
    "failing_percent": 4.0,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 38,
    "comments": 14,
    "name": "Bulgarian",
    "url": "https://translate.habitica.com/languages/bg/"
}