{
  "id": "geocode",
  "name": "Geocode",
  "description": "Global postal, address, administrative-area, point-of-interest, and reverse geocoding service.",
  "kind": "api",
  "audience": "public",
  "access": "open",
  "auth": "No authentication is required for documented public read operations.",
  "lifecycle": "active",
  "health": "operational",
  "canonicalUrl": "https://geocode.datasourceapi.com",
  "aliases": [],
  "docsUrl": "https://geocode.datasourceapi.com/api/v1/docs",
  "docsMediaType": "text/html",
  "openapiUrl": "https://geocode.datasourceapi.com/openapi.yaml",
  "openapiMediaType": "application/yaml",
  "statusUrl": "https://geocode.datasourceapi.com/api/v1/status",
  "statusMediaType": "application/json",
  "repository": "https://github.com/coopalliance/cca-geocode",
  "serviceBinding": {
    "supported": true,
    "description": "Approved fleet applications can use geocoding through a Cloudflare service binding."
  },
  "provenance": [
    {
      "name": "Open postal and geographic sources",
      "description": "Redistributable global postal, administrative, address, and point-of-interest sources."
    },
    {
      "name": "National address programs",
      "description": "U.S. TIGER address ranges and DOT NAD, Australian G-NAF, and Canadian Open Addresses."
    }
  ],
  "freshness": {
    "cadence": "Weekly freshness and conditional-ingestion workflow.",
    "lastVerified": "2026-09-03"
  },
  "capabilities": [
    "addresses",
    "forward-geocoding",
    "postal-codes",
    "reverse-geocoding"
  ],
  "examples": [
    {
      "label": "Service status",
      "description": "Inspect country coverage and source health.",
      "method": "GET",
      "url": "https://geocode.datasourceapi.com/api/v1/status"
    }
  ],
  "operations": [
    {
      "operationId": "getGeocodeStatus",
      "summary": "Get geocoder coverage and source health.",
      "method": "GET",
      "path": "/api/v1/status"
    }
  ],
  "agentReadiness": {
    "level": "partial",
    "score": 72,
    "summary": "OpenAPI, documentation, examples, and live coverage status are available, with conservative scoring for schema completeness."
  }
}