Skip to documentation
Browse documentation

Get Venue

Retrieve ParkWhiz venue details, location, type, and parking context.

Capability ID parkwhiz.venue.get
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

venue_id integer required

Venue identifier.

Example 59

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
scraped_at string 2026-08-30T12:44:24Z
venue object 14 fields
venue.address1 string 500 S. Capitol Ave.
venue.city string Indianapolis
venue.coordinates array 2 items
venue.country string US
venue.description string There is no better place for football in Indianapolis than Lucas Oil St…
venue.enhanced_airport boolean false
venue.name string Lucas Oil Stadium
venue.postal_code string 46225
venue.primarily_transient boolean false
venue.state string IN
venue.timezone string America/New_York
venue.venue_id integer 59
venue.venue_type string Sports
venue.website string https://www.lucasoilstadium.com/events-tickets/

Execution behavior

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