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": 10345,
    "total_words": 92543,
    "total_chars": 630072,
    "last_change": "2025-12-30T17:33:01.215934Z",
    "recent_changes": 787,
    "translated": 10105,
    "translated_words": 89934,
    "translated_percent": 97.6,
    "translated_words_percent": 97.1,
    "translated_chars": 612177,
    "translated_chars_percent": 97.1,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 36,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 19,
    "readonly_percent": 0.1,
    "suggestions": 19,
    "comments": 2,
    "name": "German",
    "url": "http://translate.pkp.sfu.ca/languages/de/"
}