🏳️Nominatim

Website faviconnominatim.org

Open source geocoding with OpenStreetMap data

Open-source geocoding

=====================

### with OpenStreetMap data

Nominatim uses OpenStreetMap data to find locations on Earth by name and address (geocoding). It can also do the reverse, find an address for any location on the planet.

_For occasional use_

### Use the API

[Usage policy](https://operations.osmfoundation.org/policies/nominatim/)

[API documentation](release-docs/develop/api/Overview/)

_For power users_

### Install your own

The latest release is [5.0.0](https://www.nominatim.org/release/Nominatim-5.0.0.tar.bz2).

[Installation instructions](release-docs/latest/admin/Installation/)

Features

--------

### Find places by name or address (Geocoding)

Nominatim can power the search box on your website, allowing your users to type free-form queries (“Cafe Paris, New York”) in any language. It also offers a structured query mode (“postcode=12345”, “city=London”, “type=cafe”) that helps you to automate geocoding of extensive address lists.

### Look up addresses for a location (Reverse geocoding)

Given a latitude and longitude anywhere on the planet, Nominatim can find the nearest address. It can do the same for any OSM object given its ID.

### Scalable installation

Nominatim scales with your needs. Run a search service for your city on a laptop or set up a larger server with data of the whole planet.

### Configurable setup

You can decide which features of OpenStreetMap are important to you. Nominatim imports only what you tell it to.

### Always up-to-date with OpenStreetMap

OpenStreetMap data is constantly improved by thousands of editors. Keep up to date with these changes through minutely updates.

### Fast

Nominatim is the geocoding software that powers the official OSM site [www.openstreetmap.org](https://www.openstreetmap.org/). It serves 30 million queries per day on a single server.

Supporters

----------

We thank the following companies for their support of parts of the Nominatim development:

[](https://www.sovereign.tech/programs/fellowship)[](https://opencagedata.com/)[](https://www.graphhopper.com/)[](https://www.komoot.de/)

[LocationIQ](https://locationiq.com/)

Are you interested in supporting Nominatim? Support us through [Github Sponsors](https://github.com/sponsors/lonvia) or check out the [Funding](/funding/) page for other options.

Contributing

------------

We welcome your code contributions and bug reports.

[Nominatim repository on Github](https://github.com/osm-search/Nominatim)

[Contribution guidelines](https://github.com/osm-search/Nominatim/blob/master/CONTRIBUTING.md)