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": 2271,
    "total_words": 8939,
    "last_change": "2025-08-05T14:20:01.436603Z",
    "recent_changes": 94,
    "translated": 2252,
    "translated_words": 8915,
    "translated_percent": 99.1,
    "translated_words_percent": 99.7,
    "translated_chars": 55636,
    "translated_chars_percent": 98.5,
    "total_chars": 56460,
    "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/"
}