Retrieves an event by the slug URL.
URL slug.
Event.
curl -X GET 'https://www.wixapis.com/events/v3/events/slug/cosmic-odyssey-exploring-the-mysteries-of-the-universe' \
-H 'Authorization: <AUTH TOKEN>' \
-d '{
"fields": ["DETAILS", "TEXTS", "REGISTRATION", "URLS", "FORM", "DASHBOARD", "ONLINE_CONFERENCING_SESSION", "SEO_SETTINGS", "AGENDA", "CATEGORIES"]
}'
{
"event": {
"id": "75d64b92-4078-457a-9259-fef2948459f7",
"location": {
"name": "Javits Center",
"type": "VENUE",
"address": {
"country": "US",
"subdivision": "NY",
"city": "New York",
"postalCode": "10001",
"streetAddress": {
"number": "429",
"name": "11th Avenue",
"apt": "",
"formattedAddressLine": null
},
"addressLine2": null,
"formattedAddress": "429 11th Ave, New York, NY 10001, USA",
"hint": null,
"geocode": {
"latitude": 40.7575505,
"longitude": -74.0024691
},
"countryFullName": "United States",
"subdivisions": [
{
"code": "NY",
"name": "New York",
"type": "ADMINISTRATIVE_AREA_LEVEL_1",
"typeInfo": null
},
{
"code": "New York County",
"name": "New York County",
"type": "ADMINISTRATIVE_AREA_LEVEL_2",
"typeInfo": null
},
{
"code": "New York",
"name": "New York",
"type": "ADMINISTRATIVE_AREA_LEVEL_3",
"typeInfo": null
},
{
"code": "US",
"name": "United States",
"type": "COUNTRY",
"typeInfo": null
}
],
"subdivisionFullName": null
},
"locationTbd": false
},
"dateAndTimeSettings": {
"dateAndTimeTbd": false,
"dateAndTimeTbdMessage": null,
"startDate": "2023-10-15T13:00:00Z",
"endDate": "2023-10-17T22:00:00Z",
"timeZoneId": "America/Toronto",
"hideEndDate": false,
"showTimeZone": true,
"recurrenceStatus": "ONE_TIME",
"recurringEvents": {
"individualEventDates": [],
"categoryId": null
},
"formatted": {
"dateAndTime": "15 October 2023 at 09:00 – 17 October 2023 at 18:00 GMT-4",
"startDate": "15 October 2023",
"startTime": "09:00",
"endDate": "17 October 2023",
"endTime": "18:00"
}
},
"title": "Cosmic Odyssey: Exploring the Mysteries of the Universe",
"shortDescription": "",
"mainImage": null,
"slug": "cosmic-odyssey-exploring-the-mysteries-of-the-universe",
"languageCode": "en",
"createdDate": "2023-07-12T10:50:59.287Z",
"updatedDate": "2023-07-12T10:58:58Z",
"status": "UPCOMING",
"registration": null,
"calendarUrls": null,
"eventPageUrl": null,
"form": null,
"summaries": null,
"instanceId": "1f6dc906-803d-4650-83f5-72ea1d88100b",
"guestListSettings": {
"displayedPublicly": true
},
"userId": "8a8b9b73-4da8-47a5-8268-4396e68a0605",
"feed": null,
"onlineConferencing": {
"enabled": false,
"providerId": null,
"providerName": "",
"type": -1,
"session": null
},
"seoSettings": null,
"contactLabel": "custom.cosmic-odyssey-exploring-the-mysteries-of-the-univ",
"agendaSettings": null,
"categories": []
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.