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": 2204,
    "total_words": 9630,
    "last_change": "2025-01-05T14:42:31.480360Z",
    "recent_changes": 5,
    "translated": 2136,
    "translated_words": 9200,
    "translated_percent": 96.9,
    "translated_words_percent": 95.5,
    "translated_chars": 57944,
    "translated_chars_percent": 95.0,
    "total_chars": 60968,
    "fuzzy": 67,
    "fuzzy_percent": 3.0,
    "failing": 77,
    "failing_percent": 3.4,
    "name": "German",
    "url": "http://i18n.foe-helper.com/languages/de/"
}