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": 1148,
    "total_words": 5778,
    "last_change": "2021-12-26T22:27:03.633972Z",
    "recent_changes": 35,
    "translated": 354,
    "translated_words": 1562,
    "translated_percent": 30.8,
    "translated_words_percent": 27.0,
    "translated_chars": 9545,
    "translated_chars_percent": 26.0,
    "total_chars": 36601,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 232,
    "failing_percent": 20.2,
    "name": "Arabic (Algeria)",
    "url": "https://translate.lxqt-project.org/languages/ar_DZ/"
}