Find by details
Find places such as countries, regions, cities and facilities. Search by name or description and narrow the results by category, type, continent, country or region.
Authorizations
Body
Request body for finding places. Each field is optional. However, you must provide at least one field to perform a valid search. The values a filter accepts can be listed with GET /v1/knowledge-graph/places/values/{filter}.
Text query to search for places by name or description. Examples: 'Paris', 'Silicon Valley'
"Paris"
Place categories, as published in the category field of results (e.g., 'Location', 'Facility')
Place types, as published in the type field of results (e.g., 'City', 'Region', 'Facility')
Continents, as published in the continent field of results (e.g., 'Europe')
Country codes using the ISO 3166-1 A-2 format (e.g., 'US' for United States, 'FR' for France, 'GB' for Great Britain)
^[A-Z]{2}$Regions, as published in the region field of results (e.g., 'Ile-de-France Region'). Region names are long and vary by country, so list them with GET /v1/knowledge-graph/places/values/regions rather than constructing them
Response
Successful response with places data