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": 12431,
    "total_words": 132633,
    "last_change": "2026-01-28T21:20:40.107829Z",
    "recent_changes": 124,
    "translated": 6463,
    "translated_words": 58035,
    "translated_percent": 51.9,
    "translated_words_percent": 43.7,
    "translated_chars": 348171,
    "translated_chars_percent": 43.8,
    "total_chars": 794270,
    "fuzzy": 528,
    "fuzzy_percent": 4.2,
    "failing": 523,
    "failing_percent": 4.2,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 38,
    "comments": 14,
    "name": "Bulgarian",
    "url": "https://translate.habitica.com/languages/bg/"
}