Languages API.

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

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

{
    "total": 12162,
    "total_words": 64951,
    "total_chars": 409873,
    "last_change": "2023-05-05T07:05:15.761724Z",
    "recent_changes": 110,
    "translated": 12159,
    "translated_words": 64951,
    "translated_percent": 99.9,
    "translated_words_percent": 100.0,
    "translated_chars": 409873,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 5218,
    "failing_percent": 42.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7755,
    "readonly_percent": 63.7,
    "suggestions": 6,
    "comments": 56,
    "name": "English",
    "url": "https://l10n.xwiki.org/languages/en/"
}