Reverse Geocoding API logo

Reverse Geocoding API

ENDPOINTS
GET/reverse-geocode

Reverse Geocode

Convert GPS coordinates into location names. Send latitude and longitude coordinates, get back the city name, state, and country code.

QUERY PARAMS

Latitude coordinate.

Allowed values: -90 to 90

Longitude coordinate.

Allowed values: -180 to 180

[
  {
    "name": "San Francisco",
    "state": "California",
    "country_code": "US"
  }
]