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

GET /api/addons/474/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "component": "http://translate.otrs.com/api/components/otrs-restricted/dynamic-sender-addresses/?format=api",
    "name": "weblate.autotranslate.autotranslate",
    "id": 474,
    "configuration": {
        "mode": "translate",
        "engines": [
            "deepl",
            "modernmt"
        ],
        "component": null,
        "threshold": 80,
        "auto_source": "mt",
        "filter_type": "nottranslated"
    },
    "url": "http://translate.otrs.com/api/addons/474/?format=api"
}