ip=216.73.216.78
Nominatim Geocoder & Reverse Geocoder · dev-docs

Nominatim Geocoder & Reverse Geocoder

Use Nominatim as a geographic candidate-generation layer while respecting OpenStreetMap attribution and provider usage policy.

status
Published
slug
overview
published
Aug 22, 2026

Nominatim Geocoder & Reverse Geocoder

Nominatim is OpenStreetMap's geocoding software.

It can convert:

  • a place or address into geographic coordinates;
  • coordinates into a nearby OpenStreetMap place/address representation.

This makes it useful as a geographic candidate-generation tool inside OSINT workflows.

Forward geocoding

Input:

Piazza Maggiore, Bologna

Output can include candidate coordinates and an OpenStreetMap display name.

The result is a geocoder candidate.

It does not prove that a photograph, person or event was located there.

Reverse geocoding

Input:

44.4939, 11.3428

Nominatim returns the nearest suitable OpenStreetMap object represented by its reverse-geocoding logic.

That can differ from the object a human expects.

Always inspect the map/context.

OSINT.dev execution policy

OSINT.dev does not use the public OpenStreetMap Foundation Nominatim endpoint as a generic high-volume backend.

Native execution remains disabled until a dedicated, self-hosted or otherwise compliant Nominatim provider is configured through NOMINATIM_BASE_URL.

This protects both service policy compliance and product reliability.

Attribution

Results derived from OpenStreetMap data require appropriate attribution:

© OpenStreetMap contributors

References

last published Aug 22, 2026