Languages API.

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

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

{
    "total": 279,
    "total_words": 939,
    "last_change": null,
    "recent_changes": 0,
    "translated": 82,
    "translated_words": 195,
    "translated_percent": 29.3,
    "translated_words_percent": 20.7,
    "translated_chars": 1228,
    "translated_chars_percent": 20.2,
    "total_chars": 6070,
    "fuzzy": 1,
    "fuzzy_percent": 0.3,
    "failing": 11,
    "failing_percent": 3.9,
    "name": "Spanish",
    "url": "https://translate.lxqt-project.org/languages/es_UY/"
}