Languages API.

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

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

{
    "total": 183,
    "total_words": 1305,
    "last_change": "2023-02-06T02:31:12.103455Z",
    "recent_changes": 1,
    "translated": 57,
    "translated_words": 211,
    "translated_percent": 31.1,
    "translated_words_percent": 16.1,
    "translated_chars": 2040,
    "translated_chars_percent": 23.0,
    "total_chars": 8863,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 2.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Uyghur",
    "url": "https://weblate.rikka.app/languages/ug/"
}