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": 7112,
    "total_words": 21135,
    "last_change": "2025-03-31T11:43:47.871592Z",
    "recent_changes": 98,
    "translated": 7046,
    "translated_words": 20983,
    "translated_percent": 99.0,
    "translated_words_percent": 99.2,
    "translated_chars": 132188,
    "translated_chars_percent": 99.3,
    "total_chars": 133104,
    "fuzzy": 27,
    "fuzzy_percent": 0.3,
    "failing": 267,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.3,
    "suggestions": 1,
    "comments": 5,
    "name": "German",
    "url": "https://t.naviter.com/languages/de/"
}