API – Car Park Availability
Introduction
The car park availability object shows the total number of available parking space for the car park according to the vehicle type or parking type. The earliest data traces back to October 2018. The real-time data is refreshed in at least 5 minutes.
API Reference
Car Park Availability Data Dictionary
Field | Type | Indexed | Description | Example |
---|---|---|---|---|
carParkCode | string | Yes | Car park code | "carParkCode": "P1" |
recordDate | date | Yes | Datetime of records | "recordDate": "2018-10-12T22:00:34.776+08:00" |
records | object[] | No | A list of records of total number of available space by vehicle and packing type in according car park |
Records Data Dictionary
Field | Type | Indexed | Description | Example |
---|---|---|---|---|
vehicleType | string | Yes | Types of Vehicle:
| "vehicle": "Motorcycle" |
parkingType | string | Yes | Types of the parking area:
| "parkingType": "Visitor" |
noOfAvailableSpace | integer | No | Total number of available space according to the specific vehicle types/parking types | "noOfAvailableSpace": "44" |