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": 190,
    "total_words": 1321,
    "last_change": "2023-02-06T02:31:12.103455Z",
    "recent_changes": 1,
    "translated": 58,
    "translated_words": 213,
    "translated_percent": 30.5,
    "translated_words_percent": 16.1,
    "translated_chars": 2059,
    "translated_chars_percent": 22.8,
    "total_chars": 8995,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 2.6,
    "suggestions": 1,
    "comments": 0,
    "name": "Uyghur",
    "url": "https://weblate.rikka.app/languages/ug/"
}