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": 12738,
    "total_words": 135725,
    "last_change": "2026-05-30T21:30:28.426878Z",
    "recent_changes": 148,
    "translated": 6486,
    "translated_words": 58073,
    "translated_percent": 50.9,
    "translated_words_percent": 42.7,
    "translated_chars": 348302,
    "translated_chars_percent": 42.8,
    "total_chars": 812662,
    "fuzzy": 536,
    "fuzzy_percent": 4.2,
    "failing": 533,
    "failing_percent": 4.1,
    "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/"
}