Languages API.

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

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

{
    "total": 1151,
    "total_words": 5793,
    "last_change": "2021-12-26T22:27:03.633972Z",
    "recent_changes": 35,
    "translated": 353,
    "translated_words": 1534,
    "translated_percent": 30.6,
    "translated_words_percent": 26.4,
    "translated_chars": 9378,
    "translated_chars_percent": 25.5,
    "total_chars": 36684,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 231,
    "failing_percent": 20.0,
    "name": "Arabic (Algeria)",
    "url": "https://translate.lxqt-project.org/languages/ar_DZ/"
}