Languages API.

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

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

{
    "total": 63551,
    "total_words": 489539,
    "total_chars": 3202863,
    "last_change": "2024-04-19T02:37:42.073371Z",
    "recent_changes": 241,
    "translated": 18979,
    "translated_words": 105892,
    "translated_percent": 29.8,
    "translated_words_percent": 21.6,
    "translated_chars": 678231,
    "translated_chars_percent": 21.1,
    "fuzzy": 5820,
    "fuzzy_percent": 9.1,
    "fuzzy_words": 34456,
    "fuzzy_words_percent": 7.0,
    "fuzzy_chars": 223335,
    "fuzzy_chars_percent": 6.9,
    "failing": 3082,
    "failing_percent": 4.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 17,
    "readonly_percent": 0.1,
    "readonly_words": 29,
    "readonly_words_percent": 0.1,
    "readonly_chars": 269,
    "readonly_chars_percent": 0.1,
    "suggestions": 6357,
    "comments": 0,
    "name": "Hindi",
    "url": "https://translate.fedoraproject.org/languages/hi/"
}