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

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

{
    "component": "https://translate.funkwhale.audio/api/components/funkwhale/front/?format=api",
    "name": "weblate.json.customize",
    "id": 7,
    "configuration": {
        "style": "spaces",
        "indent": 2,
        "sort_keys": true
    },
    "url": "https://translate.funkwhale.audio/api/addons/7/?format=api"
}