...
- A map of:
query
: The original query line sent to the search engineok
: true if the search was a success. false if the search was not a success. If the search was a success but no results were found, this value is true.page
: Which page these results are on, should match the original query (or be 0 if not defined in the original query)count
: Number of results per page, should match the original query (or be 20 if not defined in the original query)total
: The full number of results that the search have matched; can be used to calculate total number of pagestime
: The date/time when the query was performed in Eastern Standard Time (EST).results
: A list of maps, each is a location with the keys as defined in Location Field Descriptions.
URI: /restaurants/LOCATION
...
In the URI, LOCATION should be replaced by the ID of the location. For example, the ID for Haru might be haru-7
and the URI would be /restaurants/haru-7/
...