Explore Nearby Places
- Last UpdatedMar 28, 2025
- 2 minute read

The user of an application on a mobile device is in the Chinatown district of San Francisco (37.7942°N, 122.4077°W), and wants to find places of various categories in the vicinity around the user's precise location. As a second step, the user wants to find out more information about one of the suggested places (so-called media types).
Request
The request based on the above user story needs to be made against the endpoint named
discover/here
. In this example, we use an explicit location context (the parameter
at
) and we name the search category (the type of place to find) through
the parameter named cat
.
Here is the complete request:
Response
The response contains a list of places in the area, including links with additional information on these places the application can offer to the user via an icon.
next
contains a request URL with the next set of suggestions.
Note that parts of the response have been modified as described in the
introduction to Examples.