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": 41102,
    "total_words": 693154,
    "last_change": "2026-08-16T20:37:59.366138Z",
    "recent_changes": 156,
    "translated": 548,
    "translated_words": 8981,
    "translated_percent": 1.3,
    "translated_words_percent": 1.2,
    "translated_chars": 61231,
    "translated_chars_percent": 1.2,
    "total_chars": 4795052,
    "fuzzy": 62,
    "fuzzy_percent": 0.1,
    "failing": 53,
    "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/"
}