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": null,
            "project": null,
            "name": "weblate.json.customize",
            "id": 1,
            "configuration": {
                "style": "spaces",
                "indent": 2,
                "sort_keys": false
            },
            "url": "https://translate.sonoransoftware.com/api/addons/1/?format=api"
        }
    ]
}