Search Metro Hubs
Find ParkWhiz city and metro hubs near coordinates.
parkwhiz.hubs.search
/execute
Shared execution endpoint
Input parameters
distance_miles
integer
optional
Distance miles supplied for this request.
50
latitude
number
required
Latitude supplied for this request.
41.881943
limit
integer
optional
Maximum number of results to return.
10
longitude
number
required
Longitude supplied for this request.
-87.630976
only_major_metros
boolean
optional
Only major metros supplied for this request.
true
page
integer
optional
One-based result page to fetch.
1
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
hubs |
array |
1 items |
hubs |
array |
1 items |
page |
integer |
1 |
scraped_at |
string |
2026-08-30T12:44:27Z |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.