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": 2631,
    "total_words": 11576,
    "last_change": "2025-01-06T21:59:10.671075Z",
    "recent_changes": 36,
    "translated": 1689,
    "translated_words": 6977,
    "translated_percent": 64.1,
    "translated_words_percent": 60.2,
    "translated_chars": 43162,
    "translated_chars_percent": 60.0,
    "total_chars": 71929,
    "fuzzy": 112,
    "fuzzy_percent": 4.2,
    "failing": 24,
    "failing_percent": 0.9,
    "name": "Czech",
    "url": "http://i18n.foe-helper.com/languages/cs/"
}