Get Parking Facility
Retrieve details for a ParkWhiz garage or parking lot by location ID.
Capability ID
parkwhiz.facility.get
Cost
1 credit per request
Maximum runtime
30 seconds
POST
/execute
Shared execution endpoint
Input parameters
location_id
integer
required
Location identifier.
Example
2504
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.
| Path | Observed type | Example |
|---|---|---|
facility |
object |
10 fields |
facility.address1 |
string |
113 N. Wells St. |
facility.city |
string |
Chicago |
facility.country |
string |
US |
facility.currency |
string |
USD |
facility.entrances |
array |
1 items |
facility.location_id |
integer |
2504 |
facility.name |
string |
120 N Lasalle Garage - Valet |
facility.postal_code |
string |
60602 |
facility.site_url |
string |
/p/chicago-parking/113-n-wells-st-2 |
facility.state |
string |
IL |
scraped_at |
string |
2026-08-30T12:44:23Z |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.