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

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

{
    "component": "https://l10n.opensuse.org/api/components/uyuni/docs-administration-master/?format=api",
    "name": "weblate.autotranslate.autotranslate",
    "id": 14,
    "configuration": {
        "mode": "translate",
        "filter_type": "all",
        "auto_source": "others",
        "component": null,
        "engines": [
            "weblate"
        ],
        "threshold": 80
    },
    "url": "https://l10n.opensuse.org/api/addons/14/?format=api"
}