Footfall is the unique count of people appearing at a given place and time. The API allows access to 60 days of daily or hourly footfall data for Singapore planning regions, planning areas and sub zones.
API query parameters:
● Start Time (e.g., 2017-03-01T12:00:00Z)
● End Time (e.g., 2017-03-02T12:00:00Z)
● ROI Layer (planning-region, planning-area or sub-zone)
● Interval (hour or day)
API response data schema:
● UTC Timestamp (e.g., 2017-03-01T12:00:00Z)
● ROI Layer (planning region, planning area or sub zone)
● ROI ID (e.g., 123)
● Count (e.g., 12345)
Download Sample
Origin-destination is the unique count of people travelling from a given origin to a given destination area. The API allows access to 60 days of daily or hourly origin-destination data for Singapore planning regions, planning areas and sub zones.
API query parameters:
● Start Time (e.g., 2017-03-01T12:00:00Z)
● End Time (e.g., 2017-03-02T12:00:00Z)
● ROI Layer (planning-region, planning-area or sub-zone)
● ROI ID (e.g., 123)
● ROI Direction (origin or destination)
● Interval (hour or day)
API response data schema when origin ROI is provided:
Output represents a list of destinations of people departing the origin at the indicated time.
● ROI Layer (planning-region, planning-area or sub-zone)
● Origin UTC Timestamp (e.g., 2017-03-01T12:00:00Z)
● Origin ROI ID (e.g., 123)
● Destination ROI ID (e.g., 234)
● Count (e.g., 12345)
API response data schema when destination ROI is provided:
Output represents a list of origins of people arriving at the destination at the indicated time.
● ROI Layer (planning-region, planning-area or sub-zone)
● Destination UTC Timestamp (e.g., 2017-03-01T12:00:00Z)
● Destination ROI ID (e.g., 123)
● Origin ROI ID (e.g., 234)
● Count (e.g., 12345)
Download Sample
Dwell time is the average time spent by visitors who entered a given location at a given hour or day. The API allows access to 60 days of dwell time data, for Singapore planning regions, planning areas and sub zones.
API query parameters:
● Start Time (e.g., 2017-03-01T12:00:00Z)
● ROI Layer (planning-region, planning-area or sub-zone)
● ROI ID (e.g., 123)
● Interval (hour or day)
API response data schema:
● UTC Timestamp (e.g., 2017-03-01T12:00:00Z)
● ROI Layer (planning-region, planning-area or sub-zone)
● ROI ID (e.g., 123)
● Dwell Time in Minutes (e.g., 23)
Download Sample