Languages API.

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

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

{
    "total": 1344,
    "total_words": 5193,
    "total_chars": 31402,
    "last_change": "2025-10-19T06:07:54.052094Z",
    "recent_changes": 18,
    "translated": 796,
    "translated_words": 2353,
    "translated_percent": 59.2,
    "translated_words_percent": 45.3,
    "translated_chars": 14572,
    "translated_chars_percent": 46.4,
    "fuzzy": 84,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 387,
    "fuzzy_words_percent": 7.4,
    "fuzzy_chars": 2121,
    "fuzzy_chars_percent": 6.7,
    "failing": 16,
    "failing_percent": 1.1,
    "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": 7.7,
    "readonly_words": 622,
    "readonly_words_percent": 11.9,
    "readonly_chars": 3850,
    "readonly_chars_percent": 12.2,
    "suggestions": 1,
    "comments": 0,
    "name": "Thai",
    "url": "http://translate.gtaf.org/languages/th/"
}