Geo Reverse for Russia

Get started

This is a simple API for reverse geocoding in the Russian Federation.
Finds the nearest settlement to the specified coordinates


Usage

Create a request to the URL https://nickyx3.ru/geo/api/ with the required parameters and get a response in JSON format

Available query options:

  • geo – geo position in decimals latitude and longitude separated by comma, geo=latitude,longitude
  • lat - decimals latitude, lat=latitude, override geo param
  • lon - decimals longitude, lon=longitude, override geo param
  • dist - integer max distance from geopoint in range [1..1000], default=100, maximum=1000
  • count - integer count nearest geopoints in range [1..20], default=1, maximum=20

Examples


Try me