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

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

{
    "component": "https://translate.fedoraproject.org/api/components/python-meh/rhel-8/",
    "name": "weblate.autotranslate.autotranslate",
    "id": 6758,
    "configuration": {
        "mode": "suggest",
        "engines": [
            "weblate-translation-memory"
        ],
        "component": "",
        "threshold": "80",
        "auto_source": "mt",
        "filter_type": "todo"
    },
    "url": "https://translate.fedoraproject.org/api/addons/6758/"
}