search required | string Examples: search=beetles search string, used to fuzzy search for the band by name |
{- "items": [
- {
- "dataSource": {
- "name": "musicbrainz",
- "id": "41485"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "The Beatles",
- "sortName": "Beatles, The",
- "disambiguation": "English Rockband from Liverpool, comprised of John Lennon, Paul McCartney, George Harrison and Ringo Starr"
}
]
}
Find Places that have a relevant use case for Musical Events such as bars, clubs, concerts halls, also churches and many more
search required | string Examples: search=huxleys%20neue%20welt search string, used to fuzzy search for the place by name |
{- "items": [
- {
- "dataSource": {
- "name": "osm",
- "id": "975700421"
}, - "id": "975700421",
- "name": "Huxleys Neue Welt",
- "placeName": "Berlin",
- "county": "Berlin",
- "state": "Berlin",
- "countryCode": "DE",
- "latitude": "52.4864896",
- "longitude": "13.4217418"
}
]
}
search required | string Examples: search=rome search string, used to fuzzy search for the place by name |
{- "items": [
- {
- "dataSource": {
- "name": "osm",
- "id": "41485"
}, - "id": "41485",
- "name": "Rome",
- "county": "Roma Capitale",
- "state": "Lazio",
- "countryCode": "IT",
- "latitude": "41.8933203",
- "longitude": "12.4829321"
}
]
}