Languages API.

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

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

{
    "total": 11582,
    "total_words": 61567,
    "last_change": "2023-05-05T07:05:15.761724Z",
    "recent_changes": 110,
    "translated": 11579,
    "translated_words": 61567,
    "translated_percent": 99.9,
    "translated_words_percent": 100.0,
    "translated_chars": 389640,
    "translated_chars_percent": 100.0,
    "total_chars": 389640,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 5211,
    "failing_percent": 44.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7258,
    "readonly_percent": 62.6,
    "suggestions": 6,
    "comments": 60,
    "name": "English",
    "url": "https://l10n.xwiki.org/languages/en/"
}