Skip to main content
An integer array of exactly 7 elements representing estimated daily visitor counts. Used on the visitors_7 field when creating or updating locations.

Index mapping

IndexDay
0Monday
1Tuesday
2Wednesday
3Thursday
4Friday
5Saturday
6Sunday

Values

Each value is a non-negative integer representing the estimated number of visitors on that day. Use 0 for days when the location is closed.

Example

[150, 150, 150, 150, 180, 220, 100]
This represents a location with approximately 150 visitors on weekdays, more on Saturday (220), and fewer on Sunday (100).

Consistency with opening_168

Visitor counts should be consistent with the opening schedule: days where opening_168 shows the location as fully closed should have a visitor count of 0. Having visitors on a closed day is not an API error, but it may cause inconsistencies in reporting.