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://weblate.duniter.org/api/components/g1nkgo/g1nkgo/?format=api",
            "name": "weblate.json.customize",
            "id": 12,
            "configuration": {
                "sort_keys": false,
                "indent": 2,
                "style": "spaces"
            },
            "url": "https://weblate.duniter.org/api/addons/12/?format=api"
        }
    ]
}