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": 1746,
    "total_words": 6544,
    "total_chars": 40365,
    "last_change": "2025-07-12T19:15:39.966247Z",
    "recent_changes": 60,
    "translated": 1695,
    "translated_words": 6286,
    "translated_percent": 97.0,
    "translated_words_percent": 96.0,
    "translated_chars": 38893,
    "translated_chars_percent": 96.3,
    "fuzzy": 40,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 157,
    "fuzzy_words_percent": 2.3,
    "fuzzy_chars": 907,
    "fuzzy_chars_percent": 2.2,
    "failing": 9,
    "failing_percent": 0.5,
    "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": 5.8,
    "readonly_words": 618,
    "readonly_words_percent": 9.4,
    "readonly_chars": 3817,
    "readonly_chars_percent": 9.4,
    "suggestions": 9,
    "comments": 0,
    "name": "Tamil",
    "url": "http://translate.gtaf.org/languages/ta/"
}