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://wl.bs2k.me/api/components/semicolon/main/?format=api",
            "name": "weblate.cleanup.generic",
            "id": 1,
            "configuration": {},
            "url": "https://wl.bs2k.me/api/addons/1/?format=api"
        },
        {
            "component": "https://wl.bs2k.me/api/components/semicolon/main/?format=api",
            "name": "weblate.cleanup.blank",
            "id": 2,
            "configuration": {},
            "url": "https://wl.bs2k.me/api/addons/2/?format=api"
        }
    ]
}