Skip to main content
Reverse geocode returns addresses near a coordinate, sorted by distance. Use it when a user drops a pin, shares device GPS coordinates, or chooses a point on a map and you need nearby valid addresses.
Usage is metered in credits. See the Credits guide for response headers and usage behaviour.

When to use it

  • Find the nearest known address to a map pin.
  • Validate whether a coordinate is close to an expected address.
  • Build proximity workflows that start with latitude and longitude.
Use Autocomplete or Validate when the user starts with address text.

Request

Examples

Response

Field notes

Returned address documents may include the same geocode and boundary fields documented in Address API concepts.

Integration tips

  • Start with a small radius for dropped pins, then let the user expand if no useful result appears.
  • Show distance_m to users when multiple candidates are close together.
  • Coordinates must be WGS84 decimal degrees.
See the Reverse geocode API reference for the generated schema and live playground.