SpotHero API
Read-only SpotHero parking data: event search, venue/destination lookup, parking facility listing, and exact lot price…
spothero
Capabilities
Every capability uses the same POST /execute envelope. Open an endpoint for
its exact ID, input contract, code samples, cost, runtime, and illustrative output.
spothero.event-facilities
Fetch all parking facilities with coordinates, prices, and availability for a SpotHero event in one call.
1 credit per requestspothero.lookup
Look up parking price and availability for a specific lot at a SpotHero event, matched by lot name or facility ID.
1 credit per requestspothero.search
Search SpotHero for events by name or destination, returning event IDs, times, and venue info.
1 credit per requestspothero.venues
Search SpotHero for destinations/venues by name, returning destination IDs, cities, and coordinates.
1 credit per requestIntegration contract
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until it reaches completed or failed.