Resources
The Off-Street Parking API provides the following resources and corresponding functions that represent entry points into the service.
| Resource | Function/Request | HTTP Method | Access URL |
|---|---|---|---|
facilities | List parking facilities | GET | https://parking-v2.cc.api.here.com/parking/facilities.{format} |
facilities/{Id} | List parking facility details | GET | https://parking-v2.cc.api.here.com/parking/facilities/{Id}.{format} |
facilities/bulk | Retrieve multiple parking facilities | GET | https://parking-v2.cc.api.here.com/parking/facilities/bulk.{format} |
Where {format} is either JSON or XML and {Id} is the ID of the facility.
Updated last month