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": 5286,
    "total_words": 22789,
    "total_chars": 138329,
    "last_change": "2025-11-10T20:25:32.588597Z",
    "recent_changes": 2,
    "translated": 5221,
    "translated_words": 22255,
    "translated_percent": 98.7,
    "translated_words_percent": 97.6,
    "translated_chars": 134947,
    "translated_chars_percent": 97.5,
    "fuzzy": 38,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 459,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 2829,
    "fuzzy_chars_percent": 2.0,
    "failing": 178,
    "failing_percent": 3.3,
    "approved": 3339,
    "approved_percent": 63.1,
    "approved_words": 14457,
    "approved_words_percent": 63.4,
    "approved_chars": 87518,
    "approved_chars_percent": 63.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "German",
    "url": "https://translate.sonoransoftware.com/languages/de/"
}