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": 6627,
    "total_words": 78040,
    "total_chars": 590506,
    "last_change": "2024-04-23T19:43:08.771948Z",
    "recent_changes": 371,
    "translated": 6108,
    "translated_words": 71427,
    "translated_percent": 92.1,
    "translated_words_percent": 91.5,
    "translated_chars": 546110,
    "translated_chars_percent": 92.4,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 216,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2509,
    "readonly_percent": 37.8,
    "suggestions": 2,
    "comments": 0,
    "name": "German",
    "url": "https://translate.edugit.org/languages/de/"
}