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://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
            "name": "weblate.git.squash",
            "id": 1,
            "configuration": {
                "squash": "all",
                "append_trailers": true,
                "commit_message": ""
            },
            "url": "https://i18n.tweaked.cc/api/addons/1/?format=api"
        }
    ]
}