APIEndpoint referenceVenue

/venue

GET
/api/v2/venue

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/api/v2/venue"
[  {    "$schema": "https://example.com/schemas/Venues.json",    "capacity": 0,    "cityName": "string",    "countrySlug": "string",    "id": 0,    "latitude": "string",    "longitude": "string",    "name": "string",    "slug": "string"  }]