/parking_id

Get corresponding id for each car parks.

get

Access to ids for each car parks.
The response will provide a list of id for corresponding car parks, which can be used in other requests to this API.

/{time}/all

Get occupancy data for all car parks in a time interval.

get

User can specify specific time interval for occupancy data.
The time interval is in format of an hour for specific date.
Occupancy data for all car parks at requested interval will be returned.

/{time}/{id}

Get occupancy data for a specified car park in a time interval.

get

User can specify specific time interval and car park for occupancy data.
The time interval is in format of an hour for specific date.
Occupancy data for specific car park at requested interval will be returned.