Languages API.

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

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

{
    "total": 1077,
    "total_words": 4591,
    "total_chars": 27791,
    "last_change": "2025-10-19T06:07:54.627835Z",
    "recent_changes": 2,
    "translated": 141,
    "translated_words": 718,
    "translated_percent": 13.0,
    "translated_words_percent": 15.6,
    "translated_chars": 4475,
    "translated_chars_percent": 16.1,
    "fuzzy": 4,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 36,
    "fuzzy_chars_percent": 0.1,
    "failing": 9,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 9.6,
    "readonly_words": 622,
    "readonly_words_percent": 13.5,
    "readonly_chars": 3850,
    "readonly_chars_percent": 13.8,
    "suggestions": 0,
    "comments": 0,
    "name": "Burmese",
    "url": "http://translate.gtaf.org/languages/my/"
}