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": 1073,
    "total_words": 4570,
    "total_chars": 27645,
    "last_change": "2025-07-12T19:15:39.725337Z",
    "recent_changes": 0,
    "translated": 142,
    "translated_words": 720,
    "translated_percent": 13.2,
    "translated_words_percent": 15.7,
    "translated_chars": 4471,
    "translated_chars_percent": 16.1,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 1,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 8,
    "fuzzy_chars_percent": 0.1,
    "failing": 8,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 9.5,
    "readonly_words": 618,
    "readonly_words_percent": 13.5,
    "readonly_chars": 3817,
    "readonly_chars_percent": 13.8,
    "suggestions": 0,
    "comments": 0,
    "name": "Burmese",
    "url": "http://translate.gtaf.org/languages/my/"
}