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": 1112,
    "total_words": 4810,
    "total_chars": 28940,
    "last_change": "2025-07-12T19:15:37.758252Z",
    "recent_changes": 0,
    "translated": 181,
    "translated_words": 823,
    "translated_percent": 16.2,
    "translated_words_percent": 17.1,
    "translated_chars": 5218,
    "translated_chars_percent": 18.0,
    "fuzzy": 20,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 110,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 572,
    "fuzzy_chars_percent": 1.9,
    "failing": 4,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 9.1,
    "readonly_words": 618,
    "readonly_words_percent": 12.8,
    "readonly_chars": 3817,
    "readonly_chars_percent": 13.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Nepali",
    "url": "http://translate.gtaf.org/languages/ne/"
}