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": 283776,
    "total_words": 2397263,
    "total_chars": 19015888,
    "last_change": "2024-02-01T16:36:04.498573Z",
    "recent_changes": 895,
    "translated": 128376,
    "translated_words": 876197,
    "translated_percent": 45.2,
    "translated_words_percent": 36.5,
    "translated_chars": 6671727,
    "translated_chars_percent": 35.0,
    "fuzzy": 14254,
    "fuzzy_percent": 5.0,
    "fuzzy_words": 39616,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 262335,
    "fuzzy_chars_percent": 1.3,
    "failing": 2522,
    "failing_percent": 0.8,
    "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": 4087,
    "comments": 0,
    "name": "Nepali",
    "url": "https://translations.documentfoundation.org/languages/ne/"
}