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": 1363,
    "total_words": 10925,
    "total_chars": 75104,
    "last_change": "2025-04-04T16:34:52.050862Z",
    "recent_changes": 1081,
    "translated": 1363,
    "translated_words": 10925,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 75104,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 28,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Estonian",
    "url": "http://translate.pkp.sfu.ca/languages/et/"
}