Menu

GeoDB Cities API

Find Places Near Place API

The Find-Places-Near-Place API returns a list of places near the given place. To exclude small places, you may optionally set the min-population filter.

Results can be sorted (in both ascending and descending order) by:

  • Name
  • Country Code
  • Elevation
  • Population

Results can also be displayed in multiple languages (where the WikiData translation is available). Note that when a language is selected, the namePrefix param is matched on the version of the data corresponding to that language.

 

For the list of available languages, see the Get Languages API.

 

If you're actually looking to find places near a specific GPS location, you should use the more generic Find-Places API.

Try It