Languages API.

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

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

{
    "total": 5639,
    "total_words": 34862,
    "last_change": "2023-03-30T21:48:06.118866Z",
    "recent_changes": 676,
    "translated": 5064,
    "translated_words": 25163,
    "translated_percent": 89.8,
    "translated_words_percent": 72.1,
    "translated_chars": 154526,
    "translated_chars_percent": 67.7,
    "total_chars": 228033,
    "fuzzy": 531,
    "fuzzy_percent": 9.4,
    "failing": 1270,
    "failing_percent": 22.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 14,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Swedish",
    "url": "https://l10n.xwiki.org/languages/sv/"
}