// request reference
Google Maps Popular Times parameters
Send query parameters with GET /api/google/maps/popular-times. Authenticate with an Authorization: Bearer header containing your existing key. Keep keys on your server, not in browser code.
The groups below list every request field, including compatibility restrictions. Read the extended reference for detailed types, defaults, parameter combinations and additional examples.
Live foot traffic
Resolve one Place ID and compare the live busyness score with the usual score for this time.
place_idRequired Google Place ID. Every response is fetched live, then written under a unique internal datetime cache key.
Example / input hint: ChIJ…
Localization
Control the Google language, country, and domain.
hlGoogle interface and result language.
Example / input hint: en
glTwo-letter country localization code.
Example / input hint: us
google_domainA Google domain such as google.com or google.co.uk.
Example / input hint: google.com
// response
Work with the complete JSON response
The SDK examples use raise_for_error() or raiseForError() so API errors are not mistaken for successful results.