conli api (0.1)

Download OpenAPI specification:Download

License: Apache 2.0

health

Health checks

Check if service is up

Check if service is up

Authorizations:
conliApiKey

Responses

Response samples

Content type
application/json
{
  • "status": "UP"
}

artist

Artists

Find Artists by Name

Description

Authorizations:
conliApiKeymusicBrainzApiKey
query Parameters
search
required
string
Examples: search=beetles

search string, used to fuzzy search for the band by name

Responses

Response samples

Content type
application/json
{
  • "items": [
    ]
}

venue

Concert Venues, such as Concert Halls, Clubs, Bars

Find Musical Venues by Name

Find Places that have a relevant use case for Musical Events such as bars, clubs, concerts halls, also churches and many more

Authorizations:
conliApiKeylocationIqApiKey
query Parameters
search
required
string
Examples: search=huxleys%20neue%20welt

search string, used to fuzzy search for the place by name

Responses

Response samples

Content type
application/json
{
  • "items": [
    ]
}

place

Cities, towns and other geographical places

Find Geographical Places by Name

Description

Authorizations:
conliApiKeylocationIqApiKey
query Parameters
search
required
string
Examples: search=rome

search string, used to fuzzy search for the place by name

Responses

Response samples

Content type
application/json
{
  • "items": [
    ]
}