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": 21239,
    "total_words": 113438,
    "total_chars": 701227,
    "last_change": "2025-07-23T14:16:43.201019Z",
    "recent_changes": 263,
    "translated": 15318,
    "translated_words": 74374,
    "translated_percent": 72.1,
    "translated_words_percent": 65.5,
    "translated_chars": 456599,
    "translated_chars_percent": 65.1,
    "fuzzy": 2070,
    "fuzzy_percent": 9.7,
    "fuzzy_words": 14619,
    "fuzzy_words_percent": 12.8,
    "fuzzy_chars": 90636,
    "fuzzy_chars_percent": 12.9,
    "failing": 1611,
    "failing_percent": 7.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 22,
    "readonly_percent": 0.1,
    "readonly_words": 20,
    "readonly_words_percent": 0.1,
    "readonly_chars": 111,
    "readonly_chars_percent": 0.1,
    "suggestions": 160,
    "comments": 34,
    "name": "German",
    "url": "https://weblate.foundryvtt-hub.com/languages/de/"
}