Hi,
I've been able to search for a performer's events using the performer: search
domain on the /events/search API.
I can provide the name of the performer like 'performer:Journey', and this will
return Journey events, but it will also return events for any band that has the
word 'Journey' in their name. This would include cover bands or a band like
'Sacred Journey'.
I'd like to be able to pass in a performer ID instead of a performer name on
the /events/search API.
Is there a performerid: search domain or something like that I could use to
search with a performer ID?
I know I can use the /performers/get API with the performer ID and the
show_events flag, but that doesn't return all the data that the /events/search
API does. Particularly, the full venue details.
Ideally I could pass the performerid: into the /events/search API and get all
the data from there.
Any help would be appreciated. Thanks.
Mike