get https://api.naoca.com/v1/venues/
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.naoca.com/v1/venues/id \
--header 'accept: application/json'
xxxxxxxxxx
16{
"data": {
"id": "22e68d75-4d43-4054-a2a3-578cfa615173",
"name": "Church",
"address": "1 Queen St, Brisbane City QLD, Australia",
"lat": "-27.4646219",
"lng": "153.0313002",
"created_at": "2022-01-19T01:42:31.000Z",
"updated_at": "2022-01-19T01:42:31.000Z"
},
"metadata": {
"request_id": "Cd-cJi3cSwMEMWg=",
"method": "GET",
"url": "https://api.naoca.com/v1/venues/{id}"
}
}