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": 2276,
    "total_words": 8968,
    "last_change": "2025-05-05T07:57:05.667315Z",
    "recent_changes": 91,
    "translated": 2255,
    "translated_words": 8935,
    "translated_percent": 99.0,
    "translated_words_percent": 99.6,
    "translated_chars": 55784,
    "translated_chars_percent": 98.4,
    "total_chars": 56660,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "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/"
}