Languages API.

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

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

{
    "total": 3670,
    "total_words": 13677,
    "last_change": null,
    "recent_changes": 0,
    "translated": 0,
    "translated_words": 0,
    "translated_percent": 0.0,
    "translated_words_percent": 0.0,
    "translated_chars": 0,
    "translated_chars_percent": 0.0,
    "total_chars": 89466,
    "fuzzy": 262,
    "fuzzy_percent": 7.1,
    "failing": 255,
    "failing_percent": 6.9,
    "name": "Mapudungun",
    "url": "https://translate.lxqt-project.org/languages/arn/"
}