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": 228103,
    "total_words": 1514530,
    "total_chars": 9740392,
    "last_change": "2024-03-28T16:45:15.245805Z",
    "recent_changes": 1245,
    "translated": 67603,
    "translated_words": 308158,
    "translated_percent": 29.6,
    "translated_words_percent": 20.3,
    "translated_chars": 2062134,
    "translated_chars_percent": 21.1,
    "fuzzy": 10238,
    "fuzzy_percent": 4.4,
    "fuzzy_words": 44694,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 290358,
    "fuzzy_chars_percent": 2.9,
    "failing": 6052,
    "failing_percent": 2.6,
    "approved": 325,
    "approved_percent": 0.1,
    "approved_words": 1425,
    "approved_words_percent": 0.1,
    "approved_chars": 8590,
    "approved_chars_percent": 0.1,
    "readonly": 2015,
    "readonly_percent": 0.8,
    "readonly_words": 13176,
    "readonly_words_percent": 0.8,
    "readonly_chars": 113538,
    "readonly_chars_percent": 1.1,
    "suggestions": 2880,
    "comments": 5,
    "name": "Tamil",
    "url": "https://hosted.weblate.org/languages/ta/"
}