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": 11985,
    "total_words": 127391,
    "last_change": "2025-03-05T19:05:08.939546Z",
    "recent_changes": 135,
    "translated": 6594,
    "translated_words": 62217,
    "translated_percent": 55.0,
    "translated_words_percent": 48.8,
    "translated_chars": 373851,
    "translated_chars_percent": 48.9,
    "total_chars": 763515,
    "fuzzy": 381,
    "fuzzy_percent": 3.1,
    "failing": 386,
    "failing_percent": 3.2,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 38,
    "comments": 14,
    "name": "Bulgarian",
    "url": "https://translate.habitica.com/languages/bg/"
}