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": 2307,
    "total_words": 17874,
    "last_change": "2023-07-17T11:18:12.257956Z",
    "recent_changes": 2,
    "translated": 2021,
    "translated_words": 16286,
    "translated_percent": 87.6,
    "translated_words_percent": 91.1,
    "translated_chars": 100454,
    "translated_chars_percent": 91.2,
    "total_chars": 110113,
    "fuzzy": 283,
    "fuzzy_percent": 12.2,
    "failing": 1862,
    "failing_percent": 80.7,
    "approved": 81,
    "approved_percent": 3.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 23,
    "comments": 0,
    "name": "Hindi",
    "url": "https://traduk.amikumu.com/languages/hi/"
}