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": 2958,
    "total_words": 16655,
    "last_change": "2026-06-08T12:41:46.160729Z",
    "recent_changes": 118,
    "translated": 2824,
    "translated_words": 15373,
    "translated_percent": 95.4,
    "translated_words_percent": 92.3,
    "translated_chars": 102283,
    "translated_chars_percent": 93.8,
    "total_chars": 109016,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 18,
    "failing_percent": 0.6,
    "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/"
}