Visits by Hours Report

Retrieves visits for a given entity(venue/complex) broken by the hours of the day and its business opening hours.

The response includes:

  • 2 arrays:
    1. Hour of the day bins: [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23], where each represents an hour in the day. (e.g. 11 = 11 am - 12 pm)
    2. Estimated foot traffic array: Indicates the total visits for the POI during the selected date range for each of the hour bins (correlated to the location in the Hour of the day array)
  • Array of the business opening hours for each day of the week.

Average measured processing time: 0.79 seconds
For more information on request retries best practices and processing measurements you may visit this page


📍 This service supports the Nearby Activity report. Once setting a value to the nearbyRadius parameter, the report will be generated based on the nearby activity logic.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
date
required

Queried data start date. Format YYYY-MM-DD

date
required

Queried data end date. Format YYYY-MM-DD

string
required

Placer API Entity Id

filters
object

Filtering options for the report results.

integer
enum

The radius requested for nearby activity report generation.
Note: When a value is populated for this attribute - the report will be calculated as per the Nearby Activity report logic.

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json