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": 9352,
    "total_words": 111659,
    "total_chars": 856608,
    "last_change": "2025-05-08T22:31:20.640569Z",
    "recent_changes": 765,
    "translated": 7558,
    "translated_words": 88536,
    "translated_percent": 80.8,
    "translated_words_percent": 79.2,
    "translated_chars": 685066,
    "translated_chars_percent": 79.9,
    "fuzzy": 255,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 2989,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 24688,
    "fuzzy_chars_percent": 2.8,
    "failing": 204,
    "failing_percent": 2.1,
    "approved": 6426,
    "approved_percent": 68.7,
    "approved_words": 74696,
    "approved_words_percent": 66.8,
    "approved_chars": 578477,
    "approved_chars_percent": 67.5,
    "readonly": 151,
    "readonly_percent": 1.6,
    "readonly_words": 864,
    "readonly_words_percent": 0.7,
    "readonly_chars": 6853,
    "readonly_chars_percent": 0.8,
    "suggestions": 0,
    "comments": 1,
    "name": "German",
    "url": "https://translate.tails.net/languages/de/"
}