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

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

{
    "component": "https://translate.memarc.info/api/components/memorial-archives/core/?format=api",
    "name": "weblate.autotranslate.autotranslate",
    "id": 3,
    "configuration": {
        "mode": "translate",
        "filter_type": "todo",
        "auto_source": "mt",
        "component": null,
        "engines": [
            "weblate",
            "weblate-translation-memory",
            "google-translate"
        ],
        "threshold": 80
    },
    "url": "https://translate.memarc.info/api/addons/3/?format=api"
}