Skip to main content
POST
/
api
/
yolo
/
events
/yolo/events
curl --request POST \
  --url https://api.anysite.io/api/yolo/events \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "event": "<string>",
  "timeout": 300
}
'
[
  {
    "@type": "YoloEvent",
    "id": "<string>",
    "alias": "<string>",
    "category": "<string>",
    "description": "<string>",
    "image": "<string>",
    "images": [],
    "price": 123,
    "currency": "<string>",
    "service_languages": [],
    "start_at": "<string>",
    "end_at": "<string>",
    "city": "<string>",
    "country": "Georgia",
    "venue": "<string>",
    "address": "<string>",
    "latitude": 123,
    "longitude": 123,
    "location_url": "<string>",
    "location_alias": "<string>",
    "ticket_url": "<string>",
    "source_url": "<string>",
    "sessions": [],
    "lang": "ru"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
event
string
required

Yolo event slug or event page URL

Minimum string length: 1
Examples:

"la-traviata56757574547547"

"https://yolo.ge/ru/poster/la-traviata56757574547547"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

@type
string
default:YoloEvent
id
string | null
alias
string | null
category
string | null
description
string | null
image
string | null
images
string[]
price
number | null
currency
string | null
service_languages
string[]
start_at
string | null
end_at
string | null
city
string | null
country
string | null
default:Georgia
venue
string | null
address
string | null
latitude
number | null
longitude
number | null
location_url
string | null
location_alias
string | null
ticket_url
string | null
source_url
string | null
sessions
object[]
lang
string
default:ru