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": 3337,
    "total_words": 16802,
    "total_chars": 101514,
    "last_change": "2026-02-25T03:40:41.083127Z",
    "recent_changes": 117,
    "translated": 2675,
    "translated_words": 10205,
    "translated_percent": 80.1,
    "translated_words_percent": 60.7,
    "translated_chars": 62645,
    "translated_chars_percent": 61.7,
    "fuzzy": 138,
    "fuzzy_percent": 4.1,
    "fuzzy_words": 444,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 2802,
    "fuzzy_chars_percent": 2.7,
    "failing": 159,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.9,
    "readonly_words": 69,
    "readonly_words_percent": 0.4,
    "readonly_chars": 509,
    "readonly_chars_percent": 0.5,
    "suggestions": 11,
    "comments": 0,
    "name": "German",
    "url": "http://translate.gtaf.org/languages/de/"
}