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": "http://translate.pretalx.com/api/components/pretalx/pretalx/?format=api",
            "name": "weblate.git.squash",
            "id": 1,
            "configuration": {
                "squash": "language"
            },
            "url": "http://translate.pretalx.com/api/addons/1/?format=api"
        }
    ]
}