Skip to main content
POST
/
api
/
bilety
/
events
/
search
/bilety/events/search
curl --request POST \
  --url https://api.anysite.io/api/bilety/events/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "keyword": "<string>",
  "categories": [],
  "subcategories": [],
  "cities": [],
  "regions": [],
  "date_from": "<string>",
  "date_to": "<string>",
  "min_price": 1,
  "max_price": 1,
  "super_price": false,
  "discount": false,
  "tour": false
}
'
[
  {
    "@type": "BiletyEventCard",
    "id": "<string>",
    "alias": "<string>",
    "description": "<string>",
    "image": "<string>",
    "source": "<string>",
    "category": "<string>",
    "subcategory": "<string>",
    "price_min": 123,
    "price_max": 123,
    "start_date": "<string>",
    "end_date": "<string>",
    "comment_count": 123,
    "is_featured": true,
    "country": "Израиль",
    "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 to search events by name

categories
enum<string>[] | null

Restrict to one or more event categories

Available options:
concert,
theatre,
circus,
humor,
kids,
show,
meetings,
sport,
cinema,
exhibitions,
excursions
subcategories
enum<string>[] | null

Restrict to concert/theatre subcategories (their parent category is selected automatically)

Available options:
pop_rock,
estrada,
hip_hop,
jazz_blues,
classic,
author_song,
folk,
plays,
musical,
opera,
ballet_dance,
comedy,
drama,
detective
cities
enum<string>[] | null

Restrict to events held in specific cities

Available options:
gercliya,
drom_a_sharon_perekrestok_a_yarkon,
kadima,
kfar_yona,
kfar_saba,
netaniya,
or_akiva,
raanana,
ramat_a_sharon,
tel_mond,
hadera,
abu_gosh,
beyt_dzhemal,
ierusalim,
kibbuc_cora,
maale_adumim,
modiin,
afula,
zihron_yakov,
yokneam,
karmiel,
kibbuc_gan_shmuel,
kibbuc_kabri,
kibbuc_mizra,
kibbuc_eyn_a_horesh,
kibbuc_yagur,
kineret,
kiryat_mockin,
kiryat_haim,
maalot,
naariya,
naceret_ilit,
rayonnyy_sovet_hof_a_karmel,
tveriya,
hayfa,
ariel,
aeroport_siti,
bat_yam,
ganey_tikva,
givataim,
iegud,
lod,
petah_tikva,
ramat_gan,
ramle,
rishon_le_cion,
tel_aviv,
tel_aviv_yaffo,
holon,
ashdod,
ashkelon,
beer_sheva,
kibbuc_givat_brener,
kibbuc_dorot,
kiryat_gat,
latrun,
nes_ciona,
ofakim,
rehovot,
eylat,
yavne
regions
enum<string>[] | null

Restrict to events held anywhere in whole regions

Available options:
a_sharon,
jerusalem,
north,
center,
south
period
enum<string> | null

Quick relative date window for upcoming events

Available options:
today,
tomorrow,
week,
weekend,
next_weekend,
month,
three_month
date_from
string | null

Start of a custom date range (YYYY-MM-DD)

Pattern: ^\d{4}-\d{2}-\d{2}$
date_to
string | null

End of a custom date range (YYYY-MM-DD)

Pattern: ^\d{4}-\d{2}-\d{2}$
min_price
integer | null

Minimum ticket price filter (ILS)

Required range: x >= 0
max_price
integer | null

Maximum ticket price filter (ILS)

Required range: x >= 0
super_price
boolean
default:false

Only events with a special low price

discount
boolean
default:false

Only discounted events

tour
boolean
default:false

Only touring events

sort
enum<string> | null

Result ordering

Available options:
price_asc,
price_desc,
name_asc,
name_desc,
date_asc,
date_desc,
category_asc,
category_desc

Response

Successful Response

@type
string
default:BiletyEventCard
id
string | null
alias
string | null
description
string | null
image
string | null
source
string | null
category
string | null
subcategory
string | null
price_min
number | null
price_max
number | null
start_date
string | null
end_date
string | null
comment_count
integer | null
country
string
default:Израиль
lang
string
default:ru