Geocontext API
# GeoContext API — Location Enrichment in One Call ## What It Does GeoContext API turns any location input into a rich context object. Instead of chaining 5-10 separate APIs, make **one call** and pick the data modules you need: - **Timezone** — IANA timezone, UTC offset, DST status, local time - **Country** — Full country profile: name, capital, currencies, languages, population, area, calling…
Geocontext API endpoints
| Method | Endpoint | Description |
|---|---|---|
| enrich | ||
| GET |
enrich_v1_enrich_get /v1/enrich |
Enrich a location with data from multiple sources in one call. Provide location as coordinates (lat+lng), postal code (+country), city (+country), or free-form address. Select… |
| postalcodes | ||
| GET |
nearby_postalcodes_v1_postalcodes_nearby_get /v1/postalcodes/nearby |
Find postal codes within a radius of coordinates. Uses Haversine formula for accurate distance calculation. |
| GET |
get_postalcode_v1_postalcodes__code__get /v1/postalcodes/{code} |
Look up a postal code for a given country. Returns all places associated with the postal code, including admin divisions and coordinates. |
| meta | ||
| GET |
health_health_get /health |
Health check endpoint. |
| GET |
list_modules_v1_modules_get /v1/modules |
List all available enrichment modules with tier requirements. |
| Other endpoints | ||
| GET |
root__get / |
API root with links to documentation. |
Geocontext API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 100 / hour |
|
| ULTRA | $44.99 / month | 500 / hour |
|
| MEGA | $99.99 / month | 1000 / hour |
|