Translation components API.

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

GET /api/translations/dglent/meteo-qt/hu/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 334,
    "total_words": 1557,
    "last_change": null,
    "recent_changes": 0,
    "translated": 86,
    "translated_words": 159,
    "translated_percent": 25.7,
    "translated_words_percent": 10.2,
    "translated_chars": 1097,
    "translated_chars_percent": 9.0,
    "total_chars": 12058,
    "fuzzy": 2,
    "fuzzy_percent": 0.5,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.lxqt-project.org/projects/dglent/meteo-qt/hu/",
    "translate_url": "https://translate.lxqt-project.org/translate/dglent/meteo-qt/hu/"
}