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": 2322,
    "total_words": 9141,
    "last_change": "2026-07-31T05:41:36.599315Z",
    "recent_changes": 22,
    "translated": 2307,
    "translated_words": 9126,
    "translated_percent": 99.3,
    "translated_words_percent": 99.8,
    "translated_chars": 57013,
    "translated_chars_percent": 98.7,
    "total_chars": 57751,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "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/"
}