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": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "component": "https://t.naviter.com/api/components/seeyoumobile/mcu/?format=api",
            "name": "weblate.git.squash",
            "id": 1,
            "configuration": {
                "squash": "author"
            },
            "url": "https://t.naviter.com/api/addons/1/?format=api"
        }
    ]
}