Languages API.

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

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

{
    "total": 56,
    "total_words": 230,
    "last_change": null,
    "recent_changes": 0,
    "translated": 39,
    "translated_words": 127,
    "translated_percent": 69.6,
    "translated_words_percent": 55.2,
    "translated_chars": 874,
    "translated_chars_percent": 56.0,
    "total_chars": 1558,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Afrikaans",
    "url": "https://translate.lxqt-project.org/languages/af/"
}