Skip to main content
POST
/
api
/
russianemirates
/
events
/russianemirates/events
curl --request POST \
  --url https://api.anysite.io/api/russianemirates/events \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "event": "<string>",
  "timeout": 300
}
'
[
  {
    "@type": "RussianemiratesEvent",
    "alias": "<string>",
    "description": "<string>",
    "image": "<string>",
    "start_at": "<string>",
    "end_at": "<string>",
    "emirate": "<string>",
    "country": "<string>",
    "venue": "<string>",
    "latitude": 123,
    "longitude": 123,
    "organizer": "<string>",
    "organizer_url": "<string>",
    "price": 123,
    "currency": "<string>",
    "ticket_url": "<string>",
    "view_count": 123,
    "categories": [],
    "source_url": "<string>",
    "lang": "ru"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
event
string
required

Russian Emirates event slug or event page URL

Minimum string length: 1
Examples:

"kontsert-rok-gruppy-def-leppard-v-dubaye"

"https://russianemirates.com/news/events/kontsert-rok-gruppy-def-leppard-v-dubaye/"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

@type
string
default:RussianemiratesEvent
alias
string | null
description
string | null
image
string | null
start_at
string | null
end_at
string | null
emirate
string | null
country
string | null
venue
string | null
latitude
number | null
longitude
number | null
organizer
string | null
organizer_url
string | null
price
number | null
currency
string | null
ticket_url
string | null
view_count
integer | null
categories
string[]
source_url
string | null
lang
string
default:ru