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": 2224,
    "total_words": 9737,
    "last_change": "2025-01-06T21:59:10.671075Z",
    "recent_changes": 59,
    "translated": 1733,
    "translated_words": 7327,
    "translated_percent": 77.9,
    "translated_words_percent": 75.2,
    "translated_chars": 45902,
    "translated_chars_percent": 74.4,
    "total_chars": 61684,
    "fuzzy": 103,
    "fuzzy_percent": 4.6,
    "failing": 23,
    "failing_percent": 1.0,
    "name": "Czech",
    "url": "http://i18n.foe-helper.com/languages/cs/"
}