Get Place Hierarchies
Get the list of hierarchies for a Place.
This endpoint is in Beta.
The currently available filters and response data change are subject to change.
This endpoint allows you to get the full place hierarchies for
a given coordinate
list of
place_id
.
A place hierarchy is a list of place identifiers and types from the planet
level down to the level
specified in your query (please note that level
defaults to locality
if not specified in your query).
The response might include more than one hierarchy for a given coordinate. The reason for this is that we try to match the closest place's hierarchy but we also include the closest major city's hierarchy within a radius of 50km. This only applies if the level
is below region
and, if it exists, the major city's hierarchy will always be the second item in the list.
For instance, if you specify ?location.origin=47.615337,-122.203981
, which is a coordinate located in Bellevue, Washington, you'll get two hierarchies, one for Bellevue but also one for Seattle.
Request
HTTP Request
Query Parameters
Parameter | Description |
---|---|
| An ISO 3166-1 alpha-2 country code.
E.g. |
| A coordinate in the form Please note that you must specify either
E.g. |
| A list of |
| A place level. Possible values:
Defaults to |
Response
Examples
Guides
Below are some guides relevant to this API:
Last updated