Languages API.

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

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

{
    "total": 321,
    "total_words": 1168,
    "total_chars": 7434,
    "last_change": "2025-03-15T08:06:22.294715Z",
    "recent_changes": 19,
    "translated": 87,
    "translated_words": 230,
    "translated_percent": 27.1,
    "translated_words_percent": 19.6,
    "translated_chars": 1465,
    "translated_chars_percent": 19.7,
    "fuzzy": 27,
    "fuzzy_percent": 8.4,
    "failing": 11,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Telugu",
    "url": "https://translations.zorin.com/languages/te/"
}