Languages API.

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

GET /api/languages/de_DE/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 40270,
    "total_words": 672341,
    "last_change": "2026-05-21T19:43:50.289656Z",
    "recent_changes": 157,
    "translated": 551,
    "translated_words": 8991,
    "translated_percent": 1.3,
    "translated_words_percent": 1.3,
    "translated_chars": 61300,
    "translated_chars_percent": 1.3,
    "total_chars": 4650502,
    "fuzzy": 59,
    "fuzzy_percent": 0.1,
    "failing": 50,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 3,
    "name": "German",
    "url": "https://translate-dev.freebsd.org/languages/de_DE/"
}