Languages API.

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

GET /api/languages/eo/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": "2023-05-23T23:19:55.420608Z",
    "recent_changes": 1,
    "translated": 606,
    "translated_words": 4342,
    "translated_percent": 93.8,
    "translated_words_percent": 94.6,
    "translated_chars": 26772,
    "translated_chars_percent": 94.7,
    "fuzzy": 2,
    "fuzzy_percent": 0.3,
    "failing": 4,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Esperanto",
    "url": "https://wl.bs2k.me/languages/eo/"
}