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": 2204,
    "total_words": 9630,
    "last_change": "2025-01-06T21:59:10.671075Z",
    "recent_changes": 59,
    "translated": 1768,
    "translated_words": 7540,
    "translated_percent": 80.2,
    "translated_words_percent": 78.2,
    "translated_chars": 47393,
    "translated_chars_percent": 77.7,
    "total_chars": 60968,
    "fuzzy": 68,
    "fuzzy_percent": 3.0,
    "failing": 19,
    "failing_percent": 0.8,
    "name": "Czech",
    "url": "http://i18n.foe-helper.com/languages/cs/"
}