ParkWhiz API for Developers
ParkWhiz offers a free RESTful JSON API that allows you to add parking data to your application.
All API calls require a ParkWhiz API key passed as a key=xxx parameter. There is no hard rate limit, but if you expect to be making more than 1,000 calls per day, please contact us.
Please sign in or create an account to see your API key.
Data returned by all GET calls can be cached for up to 24 hours. Data returned by POST calls must not be cached.
The ParkWhiz API supports JSONP as implemented by jQuery. Pass a "callback=" argument and the JSON data will be returned wrapped in the desired callback.
Https support is available by accessing the API through https://api.parkwhiz.com.
API Reference
Generally speaking, the RESTful interface for the ParkWhiz API mirrors the URL structure for the human-readable parkwhiz.com site. Just change the domain name from "www.parkwhiz.com" to "api.parkwhiz.com".
The ParkWhiz API deals with 4 types of objects:
- Parking locations A parking location is a specific geographic location, and describes the physical location of a parking spot.
- Parking listings Parking listings describe pricing and availability information for a parking location. A parking location can have one or many parking listings
- Venues Venues are points of interest, such as theatres, stadiums, or airports. A venue object describes the geographic location of the venue, as well as any events occurring at that venue.
- Events Events describe the start, end, and name of events occurring at a venue. Think of events as a pre-built search query for parking.
API Methods
Search
Search for parking at a specific location and time.
Venue
Venue and event information, including aggregate parking information.
Venue Search
Find venues based on name or latitude/longitude coordinates.
Event
Event information and parking options.
Parking Location
Parking location information and pricing options.
All Parking Locations
Get a list of all parking locations accepting ParkWhiz reservations on a regular basis.
Reserve
Create a ParkWhiz reservation.
