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

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

{
    "component": "https://translate.fedoraproject.org/api/components/input-pad/master/?format=api",
    "name": "weblate.autotranslate.autotranslate",
    "id": 143,
    "configuration": {
        "mode": "suggest",
        "engines": [
            "weblate-translation-memory"
        ],
        "component": "",
        "threshold": 80,
        "auto_source": "mt",
        "filter_type": "todo"
    },
    "url": "https://translate.fedoraproject.org/api/addons/143/?format=api"
}