Languages API.

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

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

{
    "total": 693,
    "total_words": 4052,
    "last_change": "2022-01-18T13:25:18.072451Z",
    "recent_changes": 119,
    "translated": 209,
    "translated_words": 709,
    "translated_percent": 30.1,
    "translated_words_percent": 17.4,
    "translated_chars": 4489,
    "translated_chars_percent": 17.0,
    "total_chars": 26352,
    "fuzzy": 3,
    "fuzzy_percent": 0.4,
    "failing": 2,
    "failing_percent": 0.2,
    "name": "Belarusian",
    "url": "https://translate.lxqt-project.org/languages/be/"
}