Languages API.

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

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

{
    "total": 1750,
    "total_words": 6566,
    "total_chars": 40513,
    "last_change": "2025-10-19T06:07:54.555356Z",
    "recent_changes": 1,
    "translated": 1749,
    "translated_words": 6557,
    "translated_percent": 99.9,
    "translated_words_percent": 99.8,
    "translated_chars": 40459,
    "translated_chars_percent": 99.8,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 9,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 54,
    "fuzzy_chars_percent": 0.1,
    "failing": 4,
    "failing_percent": 0.2,
    "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": 5.9,
    "readonly_words": 622,
    "readonly_words_percent": 9.4,
    "readonly_chars": 3850,
    "readonly_chars_percent": 9.5,
    "suggestions": 8,
    "comments": 0,
    "name": "Tamil",
    "url": "http://translate.gtaf.org/languages/ta/"
}