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": 580,
    "total_words": 2645,
    "total_chars": 16189,
    "last_change": "2024-02-28T10:41:59.000859Z",
    "recent_changes": 9,
    "translated": 386,
    "translated_words": 1574,
    "translated_percent": 66.5,
    "translated_words_percent": 59.5,
    "translated_chars": 9753,
    "translated_chars_percent": 60.2,
    "fuzzy": 41,
    "fuzzy_percent": 7.0,
    "fuzzy_words": 200,
    "fuzzy_words_percent": 7.5,
    "fuzzy_chars": 1193,
    "fuzzy_chars_percent": 7.3,
    "failing": 62,
    "failing_percent": 10.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 22,
    "comments": 10,
    "name": "German",
    "url": "http://weblate.openmptcprouter.com/languages/de/"
}