Documentation

ApogeoAPI is a single REST API for IP geolocation, country reference data, live exchange rates and cities. Pick your language below and you'll have a working call in under 60 seconds.

Quickstart by language

API surface

Authentication

All requests require an X-API-Key header. Create your free key in the dashboard — 1,000 requests/month on the free tier plus a 14-day full-access trial.

# Base URL
https://api.apogeoapi.com/v1

# Header
X-API-Key: YOUR_KEY

# Example
curl -H "X-API-Key: YOUR_KEY" https://api.apogeoapi.com/v1/countries/AR

Rate limits per tier

  • Free: 5 req/min · 1,000/mo
  • Basic ($19): 30 req/min · 15,000/mo
  • Starter ($29): 60 req/min · 100,000/mo
  • Professional ($79): 300 req/min · 500,000/mo

Headers X-RateLimit-Remaining and Retry-After on 429 responses.

Status codes

  • 200 success
  • 401 invalid or missing API key
  • 404 resource not found (e.g. unknown ISO code)
  • 429 rate limit — see Retry-After header
  • 5xx upstream error — retry with backoff

Try it free in 60 seconds

No credit card. 14-day full access. 1,000 free requests forever.

Get your API key
Looking for the full OpenAPI spec? Open the Swagger UI →