Geocoding — entry 005 of 80
ApogeoAPI
ApogeoAPI is a Next.js-fronted REST service bundling country, state, city, timezone, and live currency-exchange data behind a single X-API-Key. Its free tier gives 1,000 requests/month with no credit card, stepping up through Basic/Starter/Professional paid plans for higher volume and priority access. The API's own CORS policy only allow-lists its own apogeoapi.com and app.apogeoapi.com origins rather than opening to arbitrary sites, so third-party browser calls need a server-side proxy.
GreatAPIs Score
Auth quickstart
- Get a key at the provider
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
10 requests/second (Free) up to 300 requests/second (Professional); monthly quotas 1,000/15,000/100,000/500,000 requests across Free/Basic/Starter/Professional