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": 11404,
    "total_words": 118292,
    "last_change": "2024-05-15T07:39:23.320183Z",
    "recent_changes": 145,
    "translated": 10413,
    "translated_words": 105003,
    "translated_percent": 91.3,
    "translated_words_percent": 88.7,
    "translated_chars": 629611,
    "translated_chars_percent": 88.7,
    "total_chars": 709763,
    "fuzzy": 176,
    "fuzzy_percent": 1.5,
    "failing": 244,
    "failing_percent": 2.1,
    "approved": 7170,
    "approved_percent": 62.8,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 198,
    "comments": 85,
    "name": "German",
    "url": "https://translate.habitica.com/languages/de/"
}