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": 5477,
    "total_words": 20630,
    "total_chars": 136632,
    "last_change": "2024-02-18T11:49:03.488633Z",
    "recent_changes": 3,
    "translated": 56,
    "translated_words": 119,
    "translated_percent": 1.0,
    "translated_words_percent": 0.5,
    "translated_chars": 755,
    "translated_chars_percent": 0.5,
    "fuzzy": 58,
    "fuzzy_percent": 1.0,
    "failing": 42,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 68,
    "comments": 0,
    "name": "Nepali",
    "url": "https://l10n.elementary.io/languages/ne/"
}