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": 92360,
    "total_words": 989677,
    "total_chars": 6773218,
    "last_change": "2025-04-30T03:30:42.043869Z",
    "recent_changes": 43,
    "translated": 28740,
    "translated_words": 157998,
    "translated_percent": 31.1,
    "translated_words_percent": 15.9,
    "translated_chars": 1012382,
    "translated_chars_percent": 14.9,
    "fuzzy": 6533,
    "fuzzy_percent": 7.0,
    "fuzzy_words": 41241,
    "fuzzy_words_percent": 4.1,
    "fuzzy_chars": 274116,
    "fuzzy_chars_percent": 4.0,
    "failing": 3652,
    "failing_percent": 3.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.1,
    "readonly_words": 41,
    "readonly_words_percent": 0.1,
    "readonly_chars": 294,
    "readonly_chars_percent": 0.1,
    "suggestions": 5002,
    "comments": 0,
    "name": "Tamil",
    "url": "https://translate.fedoraproject.org/languages/ta/"
}