Skip to main content
POST
/
api
/
expato
/
events
/expato/events
curl --request POST \
  --url https://api.anysite.io/api/expato/events \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "event": "<string>",
  "timeout": 300
}
'
[
  {
    "@type": "ExpatoEvent",
    "id": "<string>",
    "alias": "<string>",
    "source_url": "<string>",
    "image": "<string>",
    "images": [],
    "ticket_url": "<string>",
    "price": 123,
    "currency": "<string>",
    "start_at": 123,
    "display_until_at": 123,
    "city": "<string>",
    "venue": "<string>",
    "hall": "<string>",
    "language": "<string>",
    "categories": [],
    "description": "<string>",
    "promo_code": "<string>",
    "has_promo": false,
    "status": "<string>",
    "is_active": false,
    "organizer": "<string>",
    "organizer_url": "<string>",
    "country": "Netherlands",
    "lang": "ru"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
event
string
required

Event route slug or event page URL

Minimum string length: 1
Examples:

"slava-komissarenko-amsterdam-novaya-programma-14-sentyabrya-2026"

"https://events.expato.nl/event/slava-komissarenko-amsterdam-novaya-programma-14-sentyabrya-2026"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

@type
string
default:ExpatoEvent
id
string | null
alias
string | null
source_url
string | null
image
string | null
images
string[]
ticket_url
string | null
price
number | null
currency
string | null
start_at
integer | null
display_until_at
integer | null
city
string | null
venue
string | null
hall
string | null
language
string | null
categories
string[]
description
string | null
promo_code
string | null
has_promo
boolean
default:false
status
string | null
is_active
boolean
default:false
organizer
string | null
organizer_url
string | null
country
string
default:Netherlands
lang
string
default:ru