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

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

{
    "component": "https://l10n.elementary.io/api/components/switchboard/switchboard-plug-locale/?format=api",
    "name": "weblate.autotranslate.autotranslate",
    "id": 267,
    "configuration": {
        "mode": "translate",
        "engines": [
            "weblate"
        ],
        "component": "",
        "threshold": 80,
        "auto_source": "others",
        "filter_type": "todo"
    },
    "url": "https://l10n.elementary.io/api/addons/267/?format=api"
}