{
  "id": "geo",
  "name": "Geographic Entities",
  "description": "Countries, territories, historical entities, codes, flags, demographics, and geographic metadata.",
  "kind": "api",
  "audience": "public",
  "access": "open",
  "auth": "No authentication is required for public lookups.",
  "lifecycle": "active",
  "health": "operational",
  "canonicalUrl": "https://geo.datasourceapi.com",
  "aliases": [],
  "docsUrl": "https://geo.datasourceapi.com/docs.html",
  "docsMediaType": "text/html",
  "repository": "https://github.com/coopalliance/cca-cucm-services",
  "serviceBinding": {
    "supported": true,
    "description": "The phone-services fleet gateway contains repository-backed integration evidence."
  },
  "provenance": [
    {
      "name": "Public geographic reference sources",
      "description": "Country, territory, historical entity, ISO code, flag, demographic, and geographic reference data."
    }
  ],
  "freshness": {
    "cadence": "Source and deployment schedule were not located in accessible repositories.",
    "lastVerified": "2026-09-03"
  },
  "capabilities": [
    "countries",
    "geographic-entities",
    "iso-codes",
    "territories"
  ],
  "examples": [
    {
      "label": "Country lookup",
      "description": "Look up a country by code.",
      "method": "GET",
      "url": "https://geo.datasourceapi.com/api/v1/country/US"
    }
  ],
  "operations": [
    {
      "operationId": "getCountry",
      "summary": "Look up a country by code.",
      "method": "GET",
      "path": "/api/v1/country/{code}"
    }
  ],
  "agentReadiness": {
    "level": "limited",
    "score": 42,
    "summary": "Public docs exist, but a directly attributable implementation repository, OpenAPI URL, and update schedule were not confirmed."
  }
}