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": 91701,
    "total_words": 979671,
    "total_chars": 6697016,
    "last_change": "2025-03-13T12:16:56.249301Z",
    "recent_changes": 92,
    "translated": 28753,
    "translated_words": 158051,
    "translated_percent": 31.3,
    "translated_words_percent": 16.1,
    "translated_chars": 1012697,
    "translated_chars_percent": 15.1,
    "fuzzy": 6491,
    "fuzzy_percent": 7.0,
    "fuzzy_words": 41151,
    "fuzzy_words_percent": 4.2,
    "fuzzy_chars": 272597,
    "fuzzy_chars_percent": 4.0,
    "failing": 3641,
    "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": 26,
    "readonly_percent": 0.1,
    "readonly_words": 40,
    "readonly_words_percent": 0.1,
    "readonly_chars": 284,
    "readonly_chars_percent": 0.1,
    "suggestions": 4886,
    "comments": 0,
    "name": "Tamil",
    "url": "https://translate.fedoraproject.org/languages/ta/"
}