Languages API.

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

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

{
    "total": 838806,
    "total_words": 7169363,
    "total_chars": 47598310,
    "last_change": "2024-04-25T16:55:10.594996Z",
    "recent_changes": 11326,
    "translated": 339669,
    "translated_words": 1810454,
    "translated_percent": 40.4,
    "translated_words_percent": 25.2,
    "translated_chars": 12049896,
    "translated_chars_percent": 25.3,
    "fuzzy": 73157,
    "fuzzy_percent": 8.7,
    "fuzzy_words": 424850,
    "fuzzy_words_percent": 5.9,
    "fuzzy_chars": 2747924,
    "fuzzy_chars_percent": 5.7,
    "failing": 36102,
    "failing_percent": 4.3,
    "approved": 2177,
    "approved_percent": 0.2,
    "approved_words": 8575,
    "approved_words_percent": 0.1,
    "approved_chars": 54416,
    "approved_chars_percent": 0.1,
    "readonly": 12321,
    "readonly_percent": 1.4,
    "readonly_words": 90889,
    "readonly_words_percent": 1.2,
    "readonly_chars": 743692,
    "readonly_chars_percent": 1.5,
    "suggestions": 11327,
    "comments": 435,
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/languages/nb_NO/"
}