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": 179313,
    "total_words": 1249100,
    "total_chars": 8087091,
    "last_change": "2024-04-30T12:59:45.867690Z",
    "recent_changes": 327,
    "translated": 46311,
    "translated_words": 219351,
    "translated_percent": 25.8,
    "translated_words_percent": 17.5,
    "translated_chars": 1485882,
    "translated_chars_percent": 18.3,
    "fuzzy": 8497,
    "fuzzy_percent": 4.7,
    "fuzzy_words": 27415,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 187692,
    "fuzzy_chars_percent": 2.3,
    "failing": 7514,
    "failing_percent": 4.1,
    "approved": 1204,
    "approved_percent": 0.6,
    "approved_words": 3656,
    "approved_words_percent": 0.2,
    "approved_chars": 22244,
    "approved_chars_percent": 0.2,
    "readonly": 2449,
    "readonly_percent": 1.3,
    "readonly_words": 1659,
    "readonly_words_percent": 0.1,
    "readonly_chars": 19725,
    "readonly_chars_percent": 0.2,
    "suggestions": 441,
    "comments": 4,
    "name": "Norwegian Nynorsk",
    "url": "https://hosted.weblate.org/languages/nn/"
}