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": 15228,
    "total_words": 97270,
    "total_chars": 598127,
    "last_change": "2025-11-15T17:17:54.719542Z",
    "recent_changes": 0,
    "translated": 347,
    "translated_words": 1579,
    "translated_percent": 2.2,
    "translated_words_percent": 1.6,
    "translated_chars": 9260,
    "translated_chars_percent": 1.5,
    "fuzzy": 196,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 1056,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 6353,
    "fuzzy_chars_percent": 1.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 30,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 1,
    "name": "Thai",
    "url": "https://weblate.osgeo.org/languages/th/"
}