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": 3087,
    "total_words": 16352,
    "total_chars": 98875,
    "last_change": "2026-03-08T20:01:14.646363Z",
    "recent_changes": 5,
    "translated": 1646,
    "translated_words": 5809,
    "translated_percent": 53.3,
    "translated_words_percent": 35.5,
    "translated_chars": 36040,
    "translated_chars_percent": 36.4,
    "fuzzy": 8,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 72,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 408,
    "fuzzy_chars_percent": 0.4,
    "failing": 8,
    "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": 29,
    "readonly_percent": 0.9,
    "readonly_words": 67,
    "readonly_words_percent": 0.4,
    "readonly_chars": 496,
    "readonly_chars_percent": 0.5,
    "suggestions": 13,
    "comments": 0,
    "name": "Tamil",
    "url": "http://translate.gtaf.org/languages/ta/"
}