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": 309,
    "total_words": 1140,
    "total_chars": 7250,
    "last_change": "2024-02-17T13:31:42.579689Z",
    "recent_changes": 20,
    "translated": 147,
    "translated_words": 690,
    "translated_percent": 47.5,
    "translated_words_percent": 60.5,
    "translated_chars": 4375,
    "translated_chars_percent": 60.3,
    "fuzzy": 9,
    "fuzzy_percent": 2.9,
    "failing": 8,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 27,
    "comments": 0,
    "name": "Hindi",
    "url": "https://translations.zorin.com/languages/hi/"
}