Languages API.

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

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

{
    "total": 9461,
    "total_words": 82349,
    "total_chars": 556564,
    "last_change": "2025-03-08T05:09:39.777634Z",
    "recent_changes": 456,
    "translated": 9461,
    "translated_words": 82349,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 556564,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 10,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 54,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Czech",
    "url": "http://translate.pkp.sfu.ca/languages/cs/"
}