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": 2726,
    "total_words": 10509,
    "total_chars": 64298,
    "last_change": "2025-09-18T13:48:34.261607Z",
    "recent_changes": 73,
    "translated": 2672,
    "translated_words": 10293,
    "translated_percent": 98.0,
    "translated_words_percent": 97.9,
    "translated_chars": 63062,
    "translated_chars_percent": 98.0,
    "fuzzy": 37,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 121,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 642,
    "fuzzy_chars_percent": 0.9,
    "failing": 56,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 106,
    "readonly_percent": 3.8,
    "readonly_words": 624,
    "readonly_words_percent": 5.9,
    "readonly_chars": 3863,
    "readonly_chars_percent": 6.0,
    "suggestions": 0,
    "comments": 0,
    "name": "German",
    "url": "http://translate.gtaf.org/languages/de/"
}