Search Venues
Testing
GET
https://insight.lineupiq.io/api/v1/venues
Beta TestingInsightDiscoveryPredictionsVenue Intelligence
BETA TESTING
Request
Query Params
name
string <char>
write-onlyoptional
Example:
supersonic
capacity
integer <int32>
write-onlyoptional
>= 0<= 1000000
Example:
1000
capacity_range_from
integer <int32>
write-onlyoptional
capacity_range_to
if included>= 0<= 1000000
Example:
1500
capacity_range_to
integer <uint32>
write-onlyoptional
capacity_range_from
if included>= 0<= 1000000
Example:
2500
city
string <char>
write-onlyoptional
Example:
miami
region_code
string <char>
write-onlyoptional
>= 2 characters<= 2 characters
Example:
fl
country_code
string <char>
write-onlyoptional
>= 2 characters<= 2 characters
Example:
us
permanently_closed
boolean
write-onlyoptional
Default:
false
Example:
true
Header Params
x-app-id
string <password>
required
Default:
{{x-app-id}}
x-api-key
string <password>
required
Default:
{{x-api-key}}
Content-Type
string
optional
Default:
application/json
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://insight.lineupiq.io/api/v1/venues' \
--header 'x-app-id;' \
--header 'x-api-key;' \
--header 'Content-Type: application/json'
Responses
🟢200OK
application/json
Body
total
integer
required
results
array [object {9}]
required
id
integer <int32>
required
name
string <char>
required
type
string <char>
required
city
string <char> | null
required
region
string <char> | null
required
>= 2 characters<= 2 characters
Examples:
NYABMI
country
string <char> | null
required
>= 2 characters<= 2 characters
Examples:
USCA
capacity
integer <int32> | null
required
Example:
10000
genres
object
required
permanently_closed
boolean
required
Default:
false
Example
{
"total": 15,
"results": [
{
"id": 8027886,
"name": "Knight Concert Hall, Adrienne Arsht Center",
"type": "Venue",
"city": "Miami",
"region": "FL",
"country": "US",
"capacity": 2166,
"genres": {},
"permanently_closed": false
},
{
"id": 8036923,
"name": "Miami-Dade County Fair & Expo Center",
"type": "Venue",
"city": "Miami",
"region": "FL",
"country": "US",
"capacity": 2372,
"genres": {},
"permanently_closed": false
},
{
"id": 8074201,
"name": "Club Space",
"type": "venue",
"city": "Miami",
"region": "FL",
"country": "US",
"capacity": 2000,
"genres": {
"afro house": 2,
"tech house": 3,
"organic house": 3,
"other": 3,
"electronic": 13,
"disco": 2,
"deep house": 5,
"edm": 7,
"Dance/Electronic": 5,
"latin house": 3,
"house": 6,
"melodic house": 3,
"deep disco house": 2,
"dance": 3,
"stutter house": 1,
"j-dance": 2,
"dance/electronic": 7,
"tribal house": 2,
"dancehall": 2,
"club dance": 3,
"turkish": 1,
"disco house": 1,
"vocal house": 1,
"other electronic music": 1,
"melodic techno": 1,
"chicago house": 1,
"hip-hop": 1,
"pop": 1,
"mainstream pop": 1
},
"permanently_closed": false
},
{
"id": 8003008,
"name": "Oasis Wynwood",
"type": "Venue",
"city": "Miami",
"region": "FL",
"country": "US",
"capacity": 2500,
"genres": {
"brostep": 1,
"deep groove house": 1,
"pop edm": 2,
"edm": 3,
"dubstep": 1,
"electro house": 1,
"electronic": 5,
"dance": 4,
"tech house": 1,
"Dance/Electronic": 3,
"house": 1,
"j-dance": 1,
"hyperpop": 1,
"indie": 2,
"electropop": 1,
"alternative": 1,
"jamband": 1,
"pop": 2,
"melodic house": 1,
"art pop": 1,
"indie poptimism": 1,
"indie pop": 1,
"indie electropop": 1,
"stutter house": 1,
"bass trap": 1,
"hip-hop & rap": 1,
"future bass": 1,
"traprun": 1,
"indian edm": 1,
"vapor twitch": 1,
"trap future bass": 1,
"hip-hop": 1,
"electronic trap": 1,
"hip-hop rap": 1
},
"permanently_closed": false
},
{
"id": 8176467,
"name": "Miami Jai-alai Courtview Club",
"type": "venue",
"city": "Miami",
"region": "FL",
"country": "US",
"capacity": 1800,
"genres": {
"electronic": 4,
"j-dance": 2,
"dance": 2,
"house": 1,
"uk funky": 1,
"surf rock": 1,
"punk": 1,
"rock": 3,
"pop": 6,
"Alternative": 2,
"Reggae": 1,
"hawaiian": 1,
"indie": 3,
"alternative rock": 1,
"Rock": 3,
"jazz": 1,
"jazz funk": 1,
"jazz & standards": 1,
"free jazz": 1,
"jam band": 2,
"american": 1,
"modern blues rock": 1,
"blues": 2,
"deep new americana": 1,
"pop rock": 1,
"jamband": 4,
"connecticut indie": 1,
"funk rock": 1,
"other": 1,
"progressive rock": 1,
"indie pop": 1,
"dance/electronic": 1,
"other electronic music": 1,
"jamtronica": 1,
"Country": 1,
"bluegrass": 1,
"progressive bluegrass": 1,
"americana": 1,
"newgrass": 1,
"jamgrass": 1,
"progressive house": 1,
"organic house": 1,
"tech house": 1,
"deep house": 1,
"folk": 1,
"alternative": 1
},
"permanently_closed": false
},
{
"id": 8037955,
"name": "Olympia Theater, Gusman Center for the Performing Arts",
"type": "venue",
"city": "Miami",
"region": "FL",
"country": "US",
"capacity": 1500,
"genres": {},
"permanently_closed": false
},
{
"id": 8003001,
"name": "The Moore Building Elastika",
"type": "venue",
"city": "Miami",
"region": "FL",
"country": "US",
"capacity": 2000,
"genres": {},
"permanently_closed": false
},
{
"id": 8089740,
"name": "The Hangar",
"type": "venue",
"city": "Miami",
"region": "FL",
"country": "US",
"capacity": 1500,
"genres": {},
"permanently_closed": false
},
{
"id": 8163200,
"name": "Wynwood Marketplace",
"type": "venue",
"city": "Miami",
"region": "FL",
"country": "US",
"capacity": 2000,
"genres": {
"electronic": 1,
"Dance/Electronic": 1
},
"permanently_closed": false
},
{
"id": 8035031,
"name": "Vivo! Dolphin Mall",
"type": "venue",
"city": "Miami",
"region": "FL",
"country": "US",
"capacity": 2500,
"genres": {
"world-music": 2,
"red dirt": 2,
"country-music": 2,
"pop": 2,
"other": 2,
"Country": 2
},
"permanently_closed": false
},
{
"id": 8048630,
"name": "Hyatt Regency Miami",
"type": "venue",
"city": "Miami",
"region": "FL",
"country": "US",
"capacity": 1500,
"genres": {},
"permanently_closed": false
},
{
"id": 8025311,
"name": "M3 Studios",
"type": "venue",
"city": "Miami",
"region": "FL",
"country": "US",
"capacity": 2000,
"genres": {},
"permanently_closed": false
},
{
"id": 8040119,
"name": "ZeyZey Miami",
"type": "venue",
"city": "Miami",
"region": "FL",
"country": "US",
"capacity": 1500,
"genres": {
"edm": 7,
"electronic": 9,
"house": 4,
"disco": 1,
"funky house": 1,
"disco house": 1,
"jazz": 1,
"Dance/Electronic": 2,
"lo-fi house": 1,
"Rock": 4,
"hip-hop": 2,
"indie": 8,
"hip-hop-rap": 2,
"dancehall": 2,
"pop": 7,
"french": 1,
"french house": 1,
"Other": 3,
"french pop": 1,
"shoegaze": 1,
"dream pop": 1,
"dreamo": 1,
"alternative": 3,
"nu gaze": 1,
"grunge": 2,
"american shoegaze": 1,
"indie rock": 2,
"chill dream pop": 1,
"grungegaze": 1,
"pop dance": 1,
"indie poptimism": 1,
"dance": 1,
"dance/electronic": 3,
"electropop": 2,
"deep house": 2,
"deep tropical house": 1,
"pop edm": 1,
"club dance": 1,
"dance pop": 1,
"canadian electronic": 1,
"tropical house": 1,
"electro house": 1,
"canadian latin": 1,
"folk": 1,
"latin": 1,
"other latin music": 1,
"post-grunge": 1,
"metalcore deathcore": 1,
"alternative metal": 1,
"nu metal": 1,
"melodic metalcore": 1,
"punk": 1,
"Metal": 1,
"escape room": 1,
"hard-rock": 1,
"others": 1,
"proto-hyperpop": 1,
"mainstream pop": 1,
"rock": 1,
"art pop": 1,
"pink noise": 1,
"hyperpop": 1,
"hyper-rock": 1,
"detroit house": 1,
"indie pop": 1,
"alternative dance": 1,
"baltimore indie": 1,
"indietronica": 1,
"new rave": 1,
"chillwave": 2,
"modern rock": 1,
"hypnagogic pop": 1,
"vaporwave": 1
},
"permanently_closed": false
},
{
"id": 8019177,
"name": "Adrienne Arsht Center",
"type": "Venue",
"city": "Miami",
"region": "FL",
"country": "US",
"capacity": 2400,
"genres": {
"nyc pop": 1,
"r b": 1,
"soul": 2,
"urban contemporary": 1,
"r&b, funk & soul": 1,
"r b soul": 1,
"r-n-b": 2,
"neo soul": 1,
"r&b": 1,
"blues": 2,
"contemporary r b": 1,
"indie pop": 1,
"funk": 1,
"rhythm-and-blues-soul": 2,
"indie": 1,
"pop": 2,
"pop soul": 1,
"indie soul": 1,
"rock": 1,
"retro soul": 1,
"R&B": 1,
"club dance": 1,
"synthpop": 1,
"early synthpop": 1,
"hip-hop-rap": 1,
"electronic": 1,
"electro": 1,
"hip-hop": 1,
"Dance/Electronic": 1,
"neue deutsche welle": 1,
"krautrock": 1,
"new wave": 1
},
"permanently_closed": false
},
{
"id": 8048153,
"name": "Knight Concert Hall",
"type": "venue",
"city": "Miami",
"region": "FL",
"country": "US",
"capacity": 2166,
"genres": {
"symphonic": 2,
"metal": 1,
"Classical": 2,
"Jazz": 3,
"latin jazz": 1,
"latin": 1,
"big band": 1,
"jamband": 1,
"jazz saxophone": 1,
"contemporary jazz": 2,
"african": 1,
"indie jazz": 1,
"jazz & standards": 2,
"hip-hop-rap": 2,
"afrobeat": 1,
"jazz fusion": 1,
"free jazz": 2,
"rhythm-and-blues-soul": 1,
"afrofuturism": 1,
"hip-hop": 2,
"american": 2,
"nu jazz": 1,
"r-n-b": 1,
"indie soul": 1,
"jazz blues": 1,
"blues": 1,
"r&b, funk & soul": 1,
"indie": 1,
"dance": 1,
"hip-hop rap": 1,
"alternative hip hop": 1,
"hip-hop & rap": 1,
"jazz rap": 1,
"jazz": 1,
"golden age hip hop": 1,
"Hip-Hop/Rap": 1,
"gangster rap": 1,
"urban": 1,
"electronic": 1,
"hardcore hip hop": 1,
"hip hop": 1,
"rap": 1,
"east coast hip hop": 1,
"contemporary hip hop": 1,
"jazz piano": 1,
"bebop": 1,
"avant-garde jazz": 1,
"modern jazz piano": 1
},
"permanently_closed": false
}
]
}
🟠404Record not found
🟠422Invalid input
🟠401Unauthorized
🟠403Forbidden