Languages API.

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

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

{
    "total": 239,
    "total_words": 1940,
    "last_change": "2023-01-31T04:32:00.478156Z",
    "recent_changes": 4,
    "translated": 124,
    "translated_words": 532,
    "translated_percent": 51.8,
    "translated_words_percent": 27.4,
    "translated_chars": 3427,
    "translated_chars_percent": 29.1,
    "total_chars": 11766,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Toki Pona",
    "url": "https://i18n.tweaked.cc/languages/tok/"
}