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": 2077,
    "total_words": 9089,
    "last_change": "2025-01-06T21:59:10.671075Z",
    "recent_changes": 59,
    "translated": 1794,
    "translated_words": 7662,
    "translated_percent": 86.3,
    "translated_words_percent": 84.2,
    "translated_chars": 48429,
    "translated_chars_percent": 84.2,
    "total_chars": 57512,
    "fuzzy": 48,
    "fuzzy_percent": 2.3,
    "failing": 19,
    "failing_percent": 0.9,
    "name": "Czech",
    "url": "http://i18n.foe-helper.com/languages/cs/"
}