Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/de/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-05T14:42:31.480360Z",
    "recent_changes": 5,
    "translated": 2126,
    "translated_words": 9161,
    "translated_percent": 95.5,
    "translated_words_percent": 94.0,
    "translated_chars": 57678,
    "translated_chars_percent": 93.5,
    "total_chars": 61684,
    "fuzzy": 97,
    "fuzzy_percent": 4.3,
    "failing": 80,
    "failing_percent": 3.5,
    "name": "German",
    "url": "http://i18n.foe-helper.com/languages/de/"
}