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": 38952,
    "total_words": 361561,
    "total_chars": 2446846,
    "last_change": "2025-08-02T18:15:52.268388Z",
    "recent_changes": 119,
    "translated": 18391,
    "translated_words": 156906,
    "translated_percent": 47.2,
    "translated_words_percent": 43.3,
    "translated_chars": 1045820,
    "translated_chars_percent": 42.7,
    "fuzzy": 3308,
    "fuzzy_percent": 8.4,
    "fuzzy_words": 51838,
    "fuzzy_words_percent": 14.3,
    "fuzzy_chars": 370533,
    "fuzzy_chars_percent": 15.1,
    "failing": 1952,
    "failing_percent": 5.0,
    "approved": 81,
    "approved_percent": 0.2,
    "approved_words": 1018,
    "approved_words_percent": 0.2,
    "approved_chars": 7906,
    "approved_chars_percent": 0.3,
    "readonly": 154,
    "readonly_percent": 0.3,
    "readonly_words": 146,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1797,
    "readonly_chars_percent": 0.1,
    "suggestions": 6632,
    "comments": 0,
    "name": "German",
    "url": "https://weblate.osgeo.org/languages/de/"
}