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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "component": "https://translate.pretix.eu/api/components/venueless/webapp/?format=api",
            "name": "weblate.cleanup.generic",
            "id": 1,
            "configuration": {},
            "url": "https://translate.pretix.eu/api/addons/1/?format=api"
        },
        {
            "component": "https://translate.pretix.eu/api/components/venueless/webapp/?format=api",
            "name": "weblate.json.customize",
            "id": 2,
            "configuration": {
                "style": "spaces",
                "indent": 2,
                "sort_keys": false
            },
            "url": "https://translate.pretix.eu/api/addons/2/?format=api"
        }
    ]
}