Reverse Geocoding

Convert Coordinates into Geo-Features

Reverse Geocoding allows you to convert coordinates into Geo-Features with their Addresses, Names, Properties, and Shapes. If you would like to learn more about the information you can retrieve, take a look at the Geo-Feature Model.

circle-info

If you prefer OpenAPI/Swagger Documentations, click herearrow-up-right.

Examples

Minimum

https://api.cartesius.io/beta/reverse?apiKey=<YOUR_API_KEY>&lat=52.517831262&
lon=13.372331844

With Filters (Languages, Categories)

https://api.cartesius.io/beta/forward?apiKey=<YOUR_API_KEY>&languages=de,en,es&categories=amenity:restaurant,highway&bbox=9.65,53.38,10.33,53.75&q=Platz d. Deutschen Einheit 4, 20457 HH

Results

The Results will contain Geo features in the given radius (defaults to 1 km) sorted ascending by the distance to the given coordinates.

The result will be a list of valid GeoJSON Featuresarrow-up-right (RFC 7946)arrow-up-right. A detailed overview of all properties with explanations can be found here.

Endpoint Documentation

Last updated