Languages API.

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

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

{
    "total": 193,
    "total_words": 1324,
    "last_change": "2025-01-04T12:32:37.604310Z",
    "recent_changes": 44,
    "translated": 76,
    "translated_words": 251,
    "translated_percent": 39.3,
    "translated_words_percent": 18.9,
    "translated_chars": 2306,
    "translated_chars_percent": 25.5,
    "total_chars": 9008,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 2.5,
    "suggestions": 14,
    "comments": 0,
    "name": "Estonian",
    "url": "https://weblate.rikka.app/languages/et/"
}