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": 55971,
    "total_words": 374993,
    "total_chars": 2412420,
    "last_change": "2024-04-26T02:37:24.599749Z",
    "recent_changes": 248,
    "translated": 27125,
    "translated_words": 150786,
    "translated_percent": 48.4,
    "translated_words_percent": 40.2,
    "translated_chars": 965231,
    "translated_chars_percent": 40.0,
    "fuzzy": 5864,
    "fuzzy_percent": 10.4,
    "fuzzy_words": 37325,
    "fuzzy_words_percent": 9.9,
    "fuzzy_chars": 246700,
    "fuzzy_chars_percent": 10.2,
    "failing": 3295,
    "failing_percent": 5.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 25,
    "readonly_percent": 0.1,
    "readonly_words": 40,
    "readonly_words_percent": 0.1,
    "readonly_chars": 281,
    "readonly_chars_percent": 0.1,
    "suggestions": 4493,
    "comments": 0,
    "name": "Tamil",
    "url": "https://translate.fedoraproject.org/languages/ta/"
}