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": 2785,
    "total_words": 17040,
    "last_change": "2026-04-30T12:25:47.269670Z",
    "recent_changes": 256,
    "translated": 2478,
    "translated_words": 16035,
    "translated_percent": 88.9,
    "translated_words_percent": 94.1,
    "translated_chars": 105544,
    "translated_chars_percent": 94.4,
    "total_chars": 111780,
    "fuzzy": 8,
    "fuzzy_percent": 0.2,
    "failing": 5,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 0.3,
    "suggestions": 5,
    "comments": 9,
    "name": "German",
    "url": "https://weblate.duniter.org/languages/de/"
}