Skip to main content
POST
/
api
/
eventsge
/
events
/eventsge/events
curl --request POST \
  --url https://api.anysite.io/api/eventsge/events \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "event": "<string>",
  "timeout": 300,
  "lang": "ru"
}
'
[
  {
    "id": 123,
    "@type": "EventsgeEvent",
    "event_source_id": 123,
    "annotation": "<string>",
    "description": "<string>",
    "start_at": "<string>",
    "end_at": "<string>",
    "dates": [],
    "is_periodical": true,
    "category": "<string>",
    "category_slug": "<string>",
    "category_type": "<string>",
    "venue": "<string>",
    "address": "<string>",
    "city": "<string>",
    "city_slug": "<string>",
    "country": "<string>",
    "restriction": "<string>",
    "hall": "<string>",
    "performers": [],
    "price": 123,
    "currency": "<string>",
    "image": "<string>",
    "images": [],
    "qna": [],
    "source_url": "<string>",
    "lang": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
event
string
required

Event id or event page URL

Minimum string length: 1
Examples:

"211358"

"https://events-ge.com/ru/tbilisi/events/211358"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
lang
enum<string>
default:ru

Content language

Available options:
ru,
en,
ka

Response

Successful Response

id
integer
required
@type
string
default:EventsgeEvent
event_source_id
integer | null
annotation
string | null
description
string | null
start_at
string | null
end_at
string | null
dates
object[]
is_periodical
boolean | null
category
string | null
category_slug
string | null
category_type
string | null
venue
string | null
address
string | null
city
string | null
city_slug
string | null
country
string | null
restriction
string | null
hall
string | null
performers
string[]
price
number | null
currency
string | null
image
string | null
images
string[]
qna
object[]
source_url
string | null
lang
string | null