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": 1168,
    "total_words": 7457,
    "last_change": "2025-02-26T04:12:48.361000Z",
    "recent_changes": 138,
    "translated": 323,
    "translated_words": 2215,
    "translated_percent": 27.6,
    "translated_words_percent": 29.7,
    "translated_chars": 15395,
    "translated_chars_percent": 31.7,
    "total_chars": 48502,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 37,
    "readonly_percent": 3.1,
    "suggestions": 9,
    "comments": 1,
    "name": "Czech",
    "url": "https://weblate.rikka.app/languages/cs/"
}