Languages API.

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

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

{
    "total": 4862,
    "total_words": 19569,
    "last_change": null,
    "recent_changes": 0,
    "translated": 3479,
    "translated_words": 12099,
    "translated_percent": 71.5,
    "translated_words_percent": 61.8,
    "translated_chars": 77859,
    "translated_chars_percent": 61.4,
    "total_chars": 126767,
    "fuzzy": 262,
    "fuzzy_percent": 5.3,
    "failing": 2828,
    "failing_percent": 58.1,
    "name": "Welsh",
    "url": "https://translate.lxqt-project.org/languages/cy/"
}