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": 6351,
    "total_words": 45706,
    "total_chars": 333622,
    "last_change": "2024-04-22T16:01:02.910771Z",
    "recent_changes": 101,
    "translated": 3175,
    "translated_words": 18644,
    "translated_percent": 49.9,
    "translated_words_percent": 40.7,
    "translated_chars": 122797,
    "translated_chars_percent": 36.8,
    "fuzzy": 904,
    "fuzzy_percent": 14.2,
    "fuzzy_words": 6876,
    "fuzzy_words_percent": 15.0,
    "fuzzy_chars": 59413,
    "fuzzy_chars_percent": 17.8,
    "failing": 823,
    "failing_percent": 12.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.4,
    "readonly_words": 237,
    "readonly_words_percent": 0.5,
    "readonly_chars": 2157,
    "readonly_chars_percent": 0.6,
    "suggestions": 25,
    "comments": 0,
    "name": "Norwegian Nynorsk",
    "url": "https://weblate.framasoft.org/languages/nn/"
}