Languages API.

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

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

{
    "total": 90229,
    "total_words": 968389,
    "total_chars": 6448245,
    "last_change": "2024-05-03T08:20:04.283595Z",
    "recent_changes": 619,
    "translated": 16715,
    "translated_words": 70096,
    "translated_percent": 18.5,
    "translated_words_percent": 7.2,
    "translated_chars": 440526,
    "translated_chars_percent": 6.8,
    "fuzzy": 5566,
    "fuzzy_percent": 6.1,
    "fuzzy_words": 37441,
    "fuzzy_words_percent": 3.8,
    "fuzzy_chars": 246523,
    "fuzzy_chars_percent": 3.8,
    "failing": 4758,
    "failing_percent": 5.2,
    "approved": 1620,
    "approved_percent": 1.7,
    "approved_words": 6021,
    "approved_words_percent": 0.6,
    "approved_chars": 38991,
    "approved_chars_percent": 0.6,
    "readonly": 849,
    "readonly_percent": 0.9,
    "readonly_words": 1916,
    "readonly_words_percent": 0.1,
    "readonly_chars": 17839,
    "readonly_chars_percent": 0.2,
    "suggestions": 293,
    "comments": 5,
    "name": "Nepali",
    "url": "https://hosted.weblate.org/languages/ne/"
}