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": 10418,
    "total_words": 82743,
    "total_chars": 490942,
    "last_change": "2024-05-17T02:00:46.054529Z",
    "recent_changes": 148,
    "translated": 10380,
    "translated_words": 82385,
    "translated_percent": 99.6,
    "translated_words_percent": 99.5,
    "translated_chars": 488886,
    "translated_chars_percent": 99.5,
    "fuzzy": 15,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 116,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 695,
    "fuzzy_chars_percent": 0.1,
    "failing": 165,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 26,
    "readonly_chars_percent": 0.1,
    "suggestions": 13,
    "comments": 4,
    "name": "German",
    "url": "https://translate.pretix.eu/languages/de/"
}