See the Weblate's Web API documentation for detailed description of the API.

GET /api/addons/2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "component": "https://translate.pretix.eu/api/components/venueless/webapp/?format=api",
    "name": "weblate.json.customize",
    "id": 2,
    "configuration": {
        "style": "spaces",
        "indent": 2,
        "sort_keys": false
    },
    "url": "https://translate.pretix.eu/api/addons/2/?format=api"
}