🚀 Developer-first REST API • Try in Swagger • Token-based scale

Location Intelligence APIs for Apps, Pipelines, and Platforms

CDXGeoData is a developer-first suite of REST endpoints for geocoding, routing/driving distance, radius searches, address verification/ZIP+4, and demographics. Start free (100 tokens), test quickly in Live Swagger, then scale with token tiers starting at $29.95.

✔ REST + OpenAPI/Swagger ✔ JSON responses ✔ Realtime + batch ready ✔ Transparent token tiers

What is CDXGeoData API?

CDXGeoData is a developer-first REST API suite for geocoding and reverse geocoding, routing and driving distance/time, radius-based searches, address verification with ZIP/ZIP+4, and demographics enrichment—built for realtime requests and bulk batch processing.

Quickstart

Copy/paste quickstarts for common stacks. Use your FREE API key to test in Swagger, then deploy with paid token tiers.

Step 1: Generate a Free API Key

Start with the FREE tier (100 tokens) to validate response quality and token usage.

Step 2: Test in Live Swagger

Explore request parameters, response schemas, and example payloads directly in the API portal.

Copy/paste examples
# Replace BASE_URL / API_KEY / parameters as needed
BASE_URL="https://geodata.cdxtech.com"
API_KEY="YOUR_API_KEY"

curl -s "$BASE_URL/api/v1/geocode?address=1600+Pennsylvania+Ave+NW,+Washington,+DC" \
  -H "Authorization: Bearer $API_KEY"

curl -s "$BASE_URL/api/v1/route?origin=Washington,+DC&destination=Baltimore,+MD" \
  -H "Authorization: Bearer $API_KEY"

curl -s "$BASE_URL/api/v1/verify?address=1600+Pennsylvania+Ave+NW,+Washington,+DC" \
  -H "Authorization: Bearer $API_KEY"

Want full specs and parameter docs? Use Live Swagger in the portal.

Endpoints & Common Use Cases

The cards below are representative examples of popular endpoints and workflows. CDXGeoData includes many additional endpoints and utilities beyond what’s listed here. For the full, always up-to-date catalog (including parameters and response schemas), open Live Swagger.

GeoLocate (Geocoding)

Batch or realtime geocoding/reverse geocoding for apps, CRMs, and analytics pipelines.

GeoRoute (Routing & Distance)

Driving distance/time and routing metrics for logistics, delivery, and field service.

GeoVerify (Address Verification + ZIP+4)

Standardize addresses and append ZIP/ZIP+4 to improve delivery and match rates.

GeoRadius (Radius Search)

Radius-based searches for store locators, coverage, and trade areas.

GeoDemographics (Enrichment)

Enrich records with demographic attributes for segmentation, scoring, and reporting.

Automation-Friendly

Designed for ETL jobs, scheduled enrichment, and high-volume list processing.

And Many More Endpoints…

This page highlights a handful of common endpoints and workflows, but the API includes a broader and growing catalog. Explore the complete list in Live Swagger.

Built for Production

Predictable integration: clean request/response schemas, measurable token charges, and a clear path from test to production.

Clear Schemas

Swagger/OpenAPI makes it easy to generate clients and validate payloads.

Token Visibility

Model cost per job by tracking token usage per endpoint.

Batch + Realtime

Use the same API for one-off requests or large enrichment workflows.

# Error handling pattern (example) HTTP 400 → invalid parameters HTTP 401 → missing/invalid API key HTTP 429 → rate limit exceeded (retry with backoff) HTTP 500 → transient error (retry with backoff)

Token Pricing

Start free (100 tokens). Paid plans begin at $29.95 for 5,000 tokens. Upgrade tiers as request volume grows.

Level Tokens Price
FREE100$0.00
15,000$29.95
210,000$49.95
320,000$79.95
450,000$129.95
5100,000$199.95
6250,000$399.95
7500,000$599.95
81,000,000$899.95
UnlimitedUnlimitedContact us for pricing

What Developers Like

Swap these placeholders with real quotes/logos as you collect them.

“Swagger made it easy to test edge cases quickly before integrating into our pipeline.”

Data Engineering Team

“Token tiers made it simple to forecast cost per enrichment job.”

Platform Lead

“We standardized addresses first, then geocoded — match rates improved immediately.”

CRM Integration Engineer

FAQ

Developer-focused questions that help both buyers and AI search understand fit.

How do I start using CDXGeoData?

Generate a free API key, open Live Swagger in the portal, and make test requests. When ready, purchase tokens and deploy to production.

Is there a free tier?

Yes — the FREE tier includes 100 tokens for quick tests.

What endpoints are included?

The endpoints on this page are examples of common workflows. CDXGeoData includes a larger catalog of endpoints and utilities beyond what’s listed here. The most accurate and current endpoint list (with parameters and response schemas) is available in Live Swagger.

Do you offer more endpoints than the examples shown on this page?

Yes. This page highlights a handful of common endpoints and use cases, but CDXGeoData includes many additional endpoints and utilities. For the complete and always up-to-date catalog, use Live Swagger in the API portal.

How does token pricing work?

Each request consumes tokens depending on the service. Plans start at $29.95 for 5,000 tokens.

Where can I see request/response schemas?

Use Live Swagger in the GeoData portal to view parameters, response models, and example payloads.

Do you have any solutions for a business user that don't require coding?

Yes. CDXGeoData also offers no-code solutions for business users, including pre-programmed Excel templates and add-ins. You can copy and paste your data into Excel and click to run workflows like ZIP+4 verification, geocoding, distance, radius searches, and demographics. Learn more on our CDXGeoData for Excel page.