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": 7200,
    "total_words": 33051,
    "total_chars": 216859,
    "last_change": "2024-04-23T17:34:49.610586Z",
    "recent_changes": 639,
    "translated": 6173,
    "translated_words": 27114,
    "translated_percent": 85.7,
    "translated_words_percent": 82.0,
    "translated_chars": 177896,
    "translated_chars_percent": 82.0,
    "fuzzy": 227,
    "fuzzy_percent": 3.1,
    "failing": 206,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 79,
    "comments": 0,
    "name": "Czech",
    "url": "https://l10n.elementary.io/languages/cs/"
}