Languages API.

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

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

{
    "total": 5843,
    "total_words": 30625,
    "last_change": "2022-12-27T03:31:51.336045Z",
    "recent_changes": 298,
    "translated": 5699,
    "translated_words": 29678,
    "translated_percent": 97.5,
    "translated_words_percent": 96.9,
    "translated_chars": 180394,
    "translated_chars_percent": 96.8,
    "total_chars": 186279,
    "fuzzy": 24,
    "fuzzy_percent": 0.4,
    "failing": 396,
    "failing_percent": 6.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 18,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Norwegian",
    "url": "https://l10n.xwiki.org/languages/no/"
}