Languages API.

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

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

{
    "total": 283558,
    "total_words": 2397292,
    "total_chars": 19017312,
    "last_change": "2024-05-01T17:58:10.756858Z",
    "recent_changes": 562,
    "translated": 283103,
    "translated_words": 2392125,
    "translated_percent": 99.8,
    "translated_words_percent": 99.7,
    "translated_chars": 18982593,
    "translated_chars_percent": 99.8,
    "fuzzy": 37,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 167,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 995,
    "fuzzy_chars_percent": 0.1,
    "failing": 3654,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 76,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.1,
    "suggestions": 43,
    "comments": 0,
    "name": "Norwegian Nynorsk",
    "url": "https://translations.documentfoundation.org/languages/nn/"
}