How to Choose the Best Geocoding API in 2026
There are 86 Geocoding APIs in our directory. Of these, 42 require no authentication, making them ideal for quick prototyping. 42 are rated beginner-friendly.
Last updated: April 2026
Quick Comparison: Top 10 Geocoding APIs
| Name | Auth | HTTPS | CORS | Difficulty |
|---|---|---|---|---|
| IPstack | API Key | ✓ | ? | Intermediate |
| ipapi.com | API Key | ✓ | ? | Intermediate |
| Actinia Grass GIS | API Key | ✓ | ? | Intermediate |
| administrative-divisons-db | No Auth | ✓ | ✓ | Beginner |
| adresse.data.gouv.fr | No Auth | ✓ | ? | Beginner |
| Airtel IP | No Auth | ✓ | ? | Beginner |
| Apiip | API Key | ✓ | ✓ | Intermediate |
| Battuta | API Key | ✗ | ? | Intermediate |
| BigDataCloud | API Key | ✓ | ? | Intermediate |
| Bing Maps | API Key | ✓ | ? | Intermediate |
Free Geocoding APIs (No Auth)
These APIs require no API key or signup. Start using them immediately.
administrative-divisons-db
⭐ Beginner's PickThe Administrative Divisions DB API provides a structured list of all administrative divisions (states, provinces, regions, cities) for countries around the world.
adresse.data.gouv.fr
adresse.data.gouv.fr provides programmatic access to address database of france, geocoding and reverse via REST API.
Airtel IP
⭐ Beginner's PickAirtel IP is a free, no-auth IP geolocation API that aggregates data from multiple sources to return the country associated with any given IP address.
bng2latlong
⭐ Beginner's Pickbng2latlong is a simple, free API that converts British National Grid (OSGB36) easting and northing coordinates into standard WGS84 latitude and longitude.
Cartes.io
⭐ Beginner's PickCartes.io is a free API that lets you create maps and add custom markers without signing up.
Cep.la
Cep.la is a free Brazilian API that lets you look up address information using a Brazilian postal code (CEP).
Try It in 5 Minutes: administrative-divisons-db
Quick implementation example using administrative-divisons-db.
Using curl
curl https://github.com/kamikazechaser/administrative-divisions-db
JavaScript
const url = "https://github.com/kamikazechaser/administrative-divisions-db";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); New to APIs? Read our Getting Started Guide →
Frequently Asked Questions
How many Geocoding APIs are available?
There are 86 Geocoding APIs in our directory as of 2026.
Are there free Geocoding APIs?
Yes, 42 Geocoding APIs require no authentication and are completely free to use.
What is the easiest Geocoding API to use?
administrative-divisons-db is one of the easiest to get started with. It is rated as beginner-level and requires no authentication.
Do I need an API key for Geocoding APIs?
It depends. 42 APIs need no authentication, 43 require an API key, and 1 use OAuth.