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": 646,
    "total_words": 4588,
    "total_chars": 28262,
    "last_change": "2022-12-05T22:28:21.505021Z",
    "recent_changes": 3,
    "translated": 95,
    "translated_words": 706,
    "translated_percent": 14.7,
    "translated_words_percent": 15.3,
    "translated_chars": 4244,
    "translated_chars_percent": 15.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "name": "Toki Pona",
    "url": "https://wl.bs2k.me/languages/tok/"
}