Logo
Developer Platform
Docs
API
Pricing
Showcases
API Reference
Geo
/v1/geo/nearby/v1/geo/search
Traffic
/v1/traffic/geo/v1/traffic/overview
Transit
/v1/transit/stops/departures/v1/transit/stops/nearby
Weather
/v1/weather/climate/v1/weather/forecast/v1/weather/models/forecast/v1/weather/models/info/v1/weather/radar/v1/weather/storms/v1/weather/warnings
_Other
/test/error_custom/weather/v1/climate/weather/v1/climate_old/weather/v1/forecast

Geocoding Nearby

GET
/v1/geo/nearby

Description

The Geo Nearby API returns the nearest known place (city, town, or locality) for a given geographic coordinate.

It is useful when you already have a lat/lon pair and want to resolve it into a human-readable place with metadata.

Parameters

ParameterTypeRequiredDefaultDescription
latnumberRequired-Latitude of the center point
lonnumberRequired-Longitude of the center point
radiusnumberOptional1000Search radius, in meters
languagestringOptionalenLanguage of the results, available values: nl, en, de, fr, es, it, pt, hr, cs, el, hu, pl, sv, tr

Example Request

curl "https://api.infoplaza.dev/v1/geo/nearby? \
     lat=52.02 \
     &lon=5.16 \
     &api_key=$INFOPLAZA_API_KEY"