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": 39098,
    "total_words": 363139,
    "total_chars": 2465172,
    "last_change": "2025-11-22T17:57:27.015592Z",
    "recent_changes": 122,
    "translated": 18307,
    "translated_words": 154606,
    "translated_percent": 46.8,
    "translated_words_percent": 42.5,
    "translated_chars": 1029860,
    "translated_chars_percent": 41.7,
    "fuzzy": 3340,
    "fuzzy_percent": 8.5,
    "fuzzy_words": 51257,
    "fuzzy_words_percent": 14.1,
    "fuzzy_chars": 366048,
    "fuzzy_chars_percent": 14.8,
    "failing": 1942,
    "failing_percent": 4.9,
    "approved": 71,
    "approved_percent": 0.1,
    "approved_words": 755,
    "approved_words_percent": 0.2,
    "approved_chars": 6214,
    "approved_chars_percent": 0.2,
    "readonly": 154,
    "readonly_percent": 0.3,
    "readonly_words": 146,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1797,
    "readonly_chars_percent": 0.1,
    "suggestions": 6671,
    "comments": 0,
    "name": "German",
    "url": "https://weblate.osgeo.org/languages/de/"
}