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": 13138,
    "total_words": 326502,
    "total_chars": 2584468,
    "last_change": "2026-04-05T11:01:41.390940Z",
    "recent_changes": 1,
    "translated": 8310,
    "translated_words": 129823,
    "translated_percent": 63.2,
    "translated_words_percent": 39.7,
    "translated_chars": 1009370,
    "translated_chars_percent": 39.0,
    "fuzzy": 554,
    "fuzzy_percent": 4.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "German",
    "url": "https://weblate.mineland.net/languages/de/"
}