Skip to main content
POST
/
api
/
russianemirates
/
events
/
search
/russianemirates/events/search
curl --request POST \
  --url https://api.anysite.io/api/russianemirates/events/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "keyword": "<string>",
  "date_from": "2026-08-01",
  "date_to": "2026-08-31",
  "archive": false
}
'
[
  {
    "@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
count
integer
required

Max number of events to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
keyword
string | null

Free-text query matched against event title and text

category
enum<string> | null

Restrict to an event category

Available options:
concerts,
music,
festivals,
exhibitions,
fairs,
horse_racing,
shows,
art,
creativity,
sport,
competitions,
seminars,
meetings,
holidays,
food,
trainings,
business,
travel,
cinema,
flashmobs,
cartoons,
politics,
diaspora,
circus,
ballet,
musicals,
contests,
forums,
theatre,
conferences,
performances,
dances,
elections,
receptions,
children
emirate
enum<string> | null

Restrict to a UAE emirate

Available options:
dubai,
al_ain,
abu_dhabi,
sharjah,
ajman,
umm_al_quwain,
ras_al_khaimah,
fujairah
date_from
string | null

Start of the event date range (YYYY-MM-DD)

Example:

"2026-08-01"

date_to
string | null

End of the event date range (YYYY-MM-DD)

Example:

"2026-08-31"

archive
boolean
default:false

Return the full chronological catalogue of past and upcoming events. When true the keyword, category, emirate and date filters are not applied; when false the filters narrow the upcoming events list

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