Languages API.

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

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

{
    "total": 5882,
    "total_words": 30843,
    "total_chars": 187212,
    "last_change": "2024-01-09T03:05:24.077977Z",
    "recent_changes": 277,
    "translated": 5768,
    "translated_words": 30074,
    "translated_percent": 98.0,
    "translated_words_percent": 97.5,
    "translated_chars": 182490,
    "translated_chars_percent": 97.4,
    "fuzzy": 14,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 113,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 693,
    "fuzzy_chars_percent": 0.3,
    "failing": 405,
    "failing_percent": 6.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 28,
    "readonly_percent": 0.4,
    "readonly_words": 15,
    "readonly_words_percent": 0.1,
    "readonly_chars": 68,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Norwegian",
    "url": "https://l10n.xwiki.org/languages/no/"
}