Languages API.

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

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

{
    "total": 95,
    "total_words": 478,
    "total_chars": 2657,
    "last_change": "2024-05-20T11:50:53.519019Z",
    "recent_changes": 1,
    "translated": 9,
    "translated_words": 9,
    "translated_percent": 9.4,
    "translated_words_percent": 1.8,
    "translated_chars": 63,
    "translated_chars_percent": 2.3,
    "fuzzy": 53,
    "fuzzy_percent": 55.7,
    "fuzzy_words": 392,
    "fuzzy_words_percent": 82.0,
    "fuzzy_chars": 2133,
    "fuzzy_chars_percent": 80.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 8.4,
    "readonly_words": 8,
    "readonly_words_percent": 1.6,
    "readonly_chars": 56,
    "readonly_chars_percent": 2.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Hindi (latin)",
    "url": "https://hosted.weblate.org/languages/hi_Latn/"
}