Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/as/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 48947,
    "total_words": 324748,
    "total_chars": 2078527,
    "last_change": "2024-04-27T02:49:35.236301Z",
    "recent_changes": 230,
    "translated": 26577,
    "translated_words": 146738,
    "translated_percent": 54.2,
    "translated_words_percent": 45.1,
    "translated_chars": 935924,
    "translated_chars_percent": 45.0,
    "fuzzy": 5600,
    "fuzzy_percent": 11.4,
    "fuzzy_words": 35380,
    "fuzzy_words_percent": 10.8,
    "fuzzy_chars": 231461,
    "fuzzy_chars_percent": 11.1,
    "failing": 2547,
    "failing_percent": 5.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 16,
    "readonly_percent": 0.1,
    "readonly_words": 28,
    "readonly_words_percent": 0.1,
    "readonly_chars": 199,
    "readonly_chars_percent": 0.1,
    "suggestions": 3835,
    "comments": 0,
    "name": "Assamese",
    "url": "https://translate.fedoraproject.org/languages/as/"
}