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": 283638,
    "total_words": 2397594,
    "total_chars": 19018330,
    "last_change": "2024-05-08T11:50:03.780402Z",
    "recent_changes": 2419,
    "translated": 283622,
    "translated_words": 2397549,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 19018014,
    "translated_chars_percent": 99.9,
    "fuzzy": 6,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 29,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 219,
    "fuzzy_chars_percent": 0.1,
    "failing": 1328,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 3,
    "comments": 1,
    "name": "Norwegian Bokmål",
    "url": "https://translations.documentfoundation.org/languages/nb_NO/"
}