Reverse Geocode API

GET

Resolve raw coordinates to US and Canadian cities and ZIP codes.

Reverse Geocode converts latitude and longitude coordinates into US and Canada location details. Pass geographic coordinates to retrieve the corresponding city, state, postal code, and country code.

Try it — live request, no key required

Request
GETapi.apiverve.com/v1/reversegeocode?lat=40.714224&lon=-73.961452
Query parameters
Verification
Format

No key required to try it. Get a key to use it in your app.

Example
{
  "status": "ok",
  "error": null,
  "data": {
    "zipcode": "11211",
    "state_abbr": "NY",
    "city": "Brooklyn",
    "state": "New York",
    "distance": 0.6501757300758664,
    "latitudeClosest": "40.712090",
    "longitudeClosest": "-73.95427",
    "countryCode": "US",
    "latitude": 40.714224,
    "longitude": -73.961452,
    "estimatedCity": true,
    "nearestCities": [
      "Brooklyn",
      "Brooklyn Park",
      "East Brooklyn",
      "Brooklyn Center",
      "Brooklyn Heights"
    ]
  }
}

About the Reverse Geocode API

Reverse Geocode works by converting the latitude and longitude coordinates into a human-readable address. Only supports USA and Canada Coordinates. It uses advanced algorithms and a large database of locations to provide accurate and up-to-date information.

What people use it for

Fleet Telematics Tracking
Logistics systems match vehicle GPS pings against city and state boundaries to generate human-readable trip summaries for dispatchers.
Mobile Photo Geotagging
Camera apps read coordinate metadata from uploaded photos to display the city and state where each picture was taken.
Delivery Address Autofill
When a customer shares device coordinates at checkout, ecommerce apps automatically populate the city, state, and ZIP code fields.
Field Service Dispatch
To assign incoming repair tickets, maintenance platforms convert technician coordinates into local municipality names and postal codes.

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use Reverse Geocode

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the Reverse Geocode API.

Read the docs →
Does Reverse Geocode work for coordinates outside the US and Canada?
No. The API only supports coordinates within the United States and Canada. Coordinates from other countries will not resolve to local address data.
How far does the Starter plan go for reverse geocoding lookups?
Each lookup consumes 6 credits. The Starter plan provides 200,000 monthly credits, which covers up to 33,333 reverse geocode calls. That works out to about $0.90 per 1,000 lookups, or $0.0009 per call. The Free plan includes 200 credits, allowing about 33 lookups each month.
Are nearest cities and distance metrics included on the Free plan?
No. Nearby cities, distance to closest coordinate, closest mapped coordinates, and the estimated city indicator are premium fields. Any paid plan unlocks these fields alongside the standard city, state, ZIP code, and country code returned on the Free plan.
How does the API handle coordinates that fall between towns or in rural areas?
The API maps the point to the closest known location in its database. On paid plans, you receive the estimated city indicator to confirm whether the city was an exact match or an estimate, along with the distance in miles to that closest coordinate.
Can I store and display the returned location data in a commercial application?
Yes, provided you are on a paid plan. Commercial use is allowed across all paid tiers for powering features within your own application. You may not resell or redistribute the raw geocoding data as a standalone dataset.

Ready to build with Reverse Geocode? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs