Currently, if you want to get an event's data by its ID, you need to know its genre's ID as well. This is annoying.
I propose adding /v2/events/{event_id}?by=id&switch=event where event_id is always the event's ID, never its slug, and the by=id and switch=event queries are required. switch is a new type of query which switches the structure of the output and the structure of the path. Users are expected to handle this when they use the switch query.
Currently, if you want to get an event's data by its ID, you need to know its genre's ID as well. This is annoying.
I propose adding
/v2/events/{event_id}?by=id&switch=eventwhereevent_idis always the event's ID, never its slug, and theby=idandswitch=eventqueries are required.switchis a new type of query which switches the structure of the output and the structure of the path. Users are expected to handle this when they use theswitchquery.