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

GET /api/addons/547/?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/administration-manual/?format=api",
    "name": "weblate.autotranslate.autotranslate",
    "id": 547,
    "configuration": {
        "mode": "translate",
        "engines": [
            "weblate"
        ],
        "component": 73,
        "threshold": 80,
        "auto_source": "others",
        "filter_type": "nottranslated"
    },
    "url": "http://translate.otrs.com/api/addons/547/?format=api"
}