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": 39089,
    "total_words": 363090,
    "total_chars": 2465094,
    "last_change": "2026-01-08T17:42:04.747498Z",
    "recent_changes": 119,
    "translated": 18627,
    "translated_words": 154809,
    "translated_percent": 47.6,
    "translated_words_percent": 42.6,
    "translated_chars": 1034071,
    "translated_chars_percent": 41.9,
    "fuzzy": 3341,
    "fuzzy_percent": 8.5,
    "fuzzy_words": 51233,
    "fuzzy_words_percent": 14.1,
    "fuzzy_chars": 365897,
    "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": 6492,
    "comments": 0,
    "name": "German",
    "url": "https://weblate.osgeo.org/languages/de/"
}