The CDXGeoData documentation provides comprehensive information on utilizing their suite of RESTful web services for location-based data and analytics.

These services enable developers to perform tasks such as address validation, geocoding, routing, distance calculations, radius searches, and retrieving demographic information via simple HTTP requests.

Key Features

  • Authentication: All services require a CDXGeoData API key. Some services also require third-party keys (e.g., Google, HERE, Bing).
  • Token-Based Usage: Each request consumes tokens. Responses include TokenCharge. A free API key with 100 tokens is available.
  • Response Formats: Supports JSON, XML, and CSV formats for easy integration.

Available Services

  • Geo Services: GeoGeneral, GeoDemographics, GeoVerify, GeoDistance, GeoRadius, and more.
  • Census Services: GeoLocateCensus, GeoTract.
  • Mapping API Services: Integration with Google Maps, HERE API, and Bing Maps for geocoding and routing.
  • Utility Services: Token usage tracking and service listing.

Getting Started

  1. Obtain an API Key: Request a free or commercial key from CDX Technologies.
  2. Explore the Documentation: Review the service options on the left for function details, request/response formats, and code samples.
  3. Integrate: Use examples and reference materials to implement in your application.
  4. Swagger & OpenAPI: Download our Swagger JSON File
  5. Postman Collection: Download our Postman Collection File