Skip to documentation
Browse documentation

Get Event

Retrieve SpotHero event, destination, coordinates, and parking window by event ID.

Capability ID spothero.event.get
Cost 1 credit per request
Maximum runtime 15 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

event_id integer required

Event identifier.

Example 1292136

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
event object 11 fields
event.city string Harrison
event.destination_id integer 1235
event.destination_title string Sports Illustrated Stadium
event.ends string 2026-08-22T21:30:00-04:00
event.event_id integer 1292136
event.latitude number 40.736844
event.longitude number -74.150235
event.parking_ends string 2026-08-22T22:30:00-04:00
event.parking_starts string 2026-08-22T18:30:00-04:00
event.starts string 2026-08-22T19:30:00-04:00
event.title string Chicago Fire FC at New York Red Bulls
scraped_at string 2026-08-30T12:44:34Z

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.