Skip to main content
POST
/
api
/
showman
/
events
/
search
/showman/events/search
curl --request POST \
  --url https://api.anysite.io/api/showman/events/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "keyword": "<string>"
}
'
[
  {
    "alias": "<string>",
    "source_url": "<string>",
    "@type": "ShowmanEvent",
    "id": "<string>",
    "sku": "<string>",
    "description": "<string>",
    "image": "<string>",
    "images": [],
    "category": "<string>",
    "genres": [],
    "start_at": "<string>",
    "end_at": "<string>",
    "city": "<string>",
    "venue": "<string>",
    "address": "<string>",
    "country": "<string>",
    "price_min": 123,
    "price_max": 123,
    "currency": "ILS",
    "ticket_url": "<string>",
    "event_status": "<string>",
    "attendance_mode": "<string>",
    "is_in_stock": true,
    "lang": "ru",
    "sessions": []
  }
]

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 to search events by title

genre
enum<string> | null

Filter events by genre

Available options:
18+,
Club,
Comedy,
Disco,
StandUp,
Акустический,
Балет,
Бизнес,
Вечеринка,
Встреча,
Выставка,
Голливуд,
Детям,
Джаз,
Документальное,
Инструментальная музыка,
Кино,
Классика,
Концерт,
Лекция,
Метал,
мюзикл,
Новогоднее,
Опера,
Оркестр,
Панк,
Психология,
Рок,
Рэп,
Семейный,
Сказка,
Танец,
Творческий вечер,
Театр,
Украина,
Фестиваль,
Шоу,
Юмор
city
enum<string> | null

Filter events by city

Available options:
Cyprus,
Cyprus Limassol 4540 Paramytha,
Emek izrael,
Kfar Baruch,
Limassol 4540 Paramytha,
Tel-Aviv,
Акко,
Ариэль,
Афула,
Ашдод,
Ашкелон,
Бат-Ям,
Беэр-Шева,
Герцлия,
Иерусалим,
Йокнеам,
Кармиэль,
Кейсария,
Киббуц Ган-Шмуэль,
Кирьят-Гат,
Кирьят-Моцкин,
Кирьят-Оно,
Кирьят-Хаим,
Кирьят-Ям,
Кфар Врадим,
Кфар Вродим,
Кфар-Саба,
Лод,
Маалот,
Модиин,
Наария,
Нес-Циона,
Нетания,
Нетивот,
Ноф а-Галиль (Нацерет-Илит),
Ор-Акива,
Петах-Тиква,
Раанана,
Рамат а-Шарон,
Рамат-Ган,
Рамле,
Реховот,
Ришон ле-Цион,
Тель-Авив,
Хадера,
Хайфа,
Хариш,
Холон,
эйлат,
Эйлат
sort
enum<string> | null

Sort events by this field

Available options:
date,
title,
price,
popularity,
rating,
menu_order
order
enum<string> | null

Sort direction

Available options:
asc,
desc

Response

Successful Response

alias
string
required
source_url
string
required
@type
string
default:ShowmanEvent
id
string | null
sku
string | null
description
string | null
image
string | null
images
string[]
category
string | null
genres
string[]
start_at
string | null
end_at
string | null
city
string | null
venue
string | null
address
string | null
country
string | null
price_min
number | null
price_max
number | null
currency
string
default:ILS
ticket_url
string | null
event_status
string | null
attendance_mode
string | null
is_in_stock
boolean | null
lang
string
default:ru
sessions
object[]