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": 2160,
    "total_words": 9500,
    "last_change": "2025-01-05T14:42:31.480360Z",
    "recent_changes": 5,
    "translated": 2096,
    "translated_words": 9108,
    "translated_percent": 97.0,
    "translated_words_percent": 95.8,
    "translated_chars": 57394,
    "translated_chars_percent": 95.3,
    "total_chars": 60186,
    "fuzzy": 63,
    "fuzzy_percent": 2.9,
    "failing": 76,
    "failing_percent": 3.5,
    "name": "German",
    "url": "http://i18n.foe-helper.com/languages/de/"
}