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": 2306,
    "total_words": 9042,
    "last_change": "2025-11-26T14:06:16.124284Z",
    "recent_changes": 9,
    "translated": 2289,
    "translated_words": 9024,
    "translated_percent": 99.2,
    "translated_words_percent": 99.8,
    "translated_chars": 56405,
    "translated_chars_percent": 98.6,
    "total_chars": 57163,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "German",
    "url": "https://translate.memarc.info/languages/de/"
}