Convert addresses to precise coordinates and back again. Forward geocode, reverse geocode, or batch process with structured address components.
{
"results": [
{
"formatted_address": "191 Beale St, Memphis, TN 38103",
"address_lines": ["191 Beale St", "Memphis, TN 38103"],
"location": {
"latitude": 35.139537,
"longitude": -90.051832
},
"address_components": {
"number": "191",
"street": "Beale",
"suffix": "St",
"city": "Memphis",
"state_province": "TN",
"postal_code": "38103",
"country": "US"
},
"properties": {
"gid": 1217,
"zip": "38103",
"confidence": 1.0
}
}
],
"source": "backend"
}
Turn any address into latitude/longitude coordinates with structured address components.
Convert coordinates back to a full formatted address with city, state, country, and postal code.
Every response breaks addresses into number, street, city, state, postal code, and country fields.
Enter an address or coordinates to see the geocoding API in action.
Start free, scale as you grow. All billing handled through RapidAPI.
/month
Subscribe on RapidAPI, add your API key, and start geocoding in minutes.