Skip to main content
POST
/
api
/
bilety
/
events
/bilety/events
curl --request POST \
  --url https://api.anysite.io/api/bilety/events \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "event": "<string>",
  "timeout": 300
}
'
[
  {
    "@type": "BiletyEvent",
    "id": "<string>",
    "alias": "<string>",
    "description": "<string>",
    "image": "<string>",
    "images": [],
    "source": "<string>",
    "country": "Израиль",
    "price_min": 123,
    "price_max": 123,
    "start_date": "<string>",
    "end_date": "<string>",
    "seances": [],
    "comments": [],
    "recommended": [],
    "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 slug or UUID (also accepts a bilety.co.il event URL)

Minimum string length: 1
Examples:

"anna-asti-shou-carica"

"9325c870-a247-11f0-b905-c3da0a6c3037"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

@type
string
default:BiletyEvent
id
string | null
alias
string | null
description
string | null
image
string | null
images
string[]
source
string | null
country
string
default:Израиль
price_min
number | null
price_max
number | null
start_date
string | null
end_date
string | null
seances
object[]
comments
object[]
lang
string
default:ru