Skip to main content
POST
/
api
/
artgeorgia
/
events
/
search
/artgeorgia/events/search
curl --request POST \
  --url https://api.anysite.io/api/artgeorgia/events/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "keyword": "земфира",
  "searchphrase": "any",
  "ordering": "newest"
}
'
[
  {
    "@type": "ArtgeorgiaEvent",
    "id": "<string>",
    "alias": "<string>",
    "category": "<string>",
    "date_text": "<string>",
    "description": "<string>",
    "image": "<string>",
    "images": [],
    "venue": "<string>",
    "city": "<string>",
    "country": "Georgia",
    "price": 123,
    "currency": "<string>",
    "ticket_url": "<string>",
    "view_count": 123,
    "source_url": "<string>",
    "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

Full-text query across ArtGeorgia events

Example:

"земфира"

category
enum<string> | null

List a whole event category (alone, or to narrow a keyword query)

Available options:
theater,
opera-ballet,
concert,
exhibitions,
festivals,
social-events,
children,
games,
master-class,
master-class-for-kids,
photoschool,
tours,
tours-italia,
tours-budapesht-prague,
tours-tours-georgia,
tours-georgia-nepal
searchphrase
enum<string>
default:any

How to match the keyword: any word, all words, or the exact phrase

Available options:
any,
all,
exact
ordering
enum<string>
default:newest

Sort order of keyword search results

Available options:
newest,
oldest,
popular,
alpha,
category

Response

Successful Response

@type
string
default:ArtgeorgiaEvent
id
string | null
alias
string | null
category
string | null
date_text
string | null
description
string | null
image
string | null
images
string[]
venue
string | null
city
string | null
country
string | null
default:Georgia
price
number | null
currency
string | null
ticket_url
string | null
view_count
integer | null
source_url
string | null
lang
string
default:ru