Languages API.

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

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

{
    "total": 41856,
    "total_words": 252999,
    "last_change": "2022-05-29T18:21:01.451024Z",
    "recent_changes": 88,
    "translated": 23607,
    "translated_words": 118083,
    "translated_percent": 56.4,
    "translated_words_percent": 46.6,
    "translated_chars": 793982,
    "translated_chars_percent": 45.4,
    "total_chars": 1746147,
    "fuzzy": 8015,
    "fuzzy_percent": 19.1,
    "failing": 3705,
    "failing_percent": 8.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 55,
    "comments": 0,
    "name": "Norwegian Bokmål",
    "url": "https://l10n.opensuse.org/languages/nb/"
}