Translation components API.

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

GET /api/translations/lxqt-configuration/pavucontrol-qt/da/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 134,
    "total_words": 411,
    "last_change": null,
    "recent_changes": 0,
    "translated": 133,
    "translated_words": 350,
    "translated_percent": 99.2,
    "translated_words_percent": 85.1,
    "translated_chars": 3473,
    "translated_chars_percent": 88.5,
    "total_chars": 3923,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/pavucontrol-qt/da/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/pavucontrol-qt/da/"
}