Car Park Availability 2019-07-29T13:41:50+08:00

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

FieldTypeIndexedDescriptionExample
carParkCodestringYesCar park code"carParkCode": "P1"
recordDatedateYesDatetime of records"recordDate": "2018-10-12T22:00:34.776+08:00"
recordsobject[]NoA list of records of total number of available space by vehicle and packing type in according car park

Records Data Dictionary

FieldTypeIndexedDescriptionExample
vehicleTypestringYesTypes of Vehicle:

  • Light Vehicle
  • Motorcycle
"vehicle": "Motorcycle"
parkingTypestringYesTypes of the parking area:

  • Visitor
  • Staff, or
  • Monthly Pass 
"parkingType": "Visitor"
noOfAvailableSpaceintegerNoTotal number of available space according to the specific vehicle types/parking types"noOfAvailableSpace": "44"