Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/de/statistics/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 10135,
    "total_words": 61801,
    "total_chars": 389702,
    "last_change": "2023-09-20T07:36:24.390251Z",
    "recent_changes": 1696,
    "translated": 10135,
    "translated_words": 61801,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 389702,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 37,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 2,
    "name": "German",
    "url": "https://l10n.xwiki.org/languages/de/"
}