{
  "x402Version": 2,
  "id": 14922,
  "slug": "14922",
  "resource": "https://api.healthparse.io/v1/providers/events",
  "description": "Provider change-event feed over 7 federal sources: new NPI enumerations, newly billing Medicare, enrollment pending, address changes, deactivations, CLIA lab certificates, ownership changes (CHOW), mammography facility cert changes, and hospital capex jumps. Answers: what changed in my territory since I last looked? Filter by type (comma-separated), state, since (YYYY-MM-DD), npi, ccn; page via next_cursor (keyset). 85k+ events, refreshed twice-weekly to quarterly by source.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x177eA123A35253ba8869A7e21E717978e482351D",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "100000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "since": "example",
            "state": "example",
            "type": "example"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "events": [
              {
                "ccn": null,
                "city": "AUSTIN",
                "details": {
                  "entity_type": "organization"
                },
                "entity_name": "EXAMPLE CLINIC LLC",
                "event_date": "2026-07-12",
                "event_id": 84210,
                "event_type": "new_enumeration",
                "npi": "1999999999",
                "source": "nppes_weekly_v2",
                "source_vintage": "2026-07-12",
                "state": "TX"
              }
            ],
            "next_cursor": "djF8MjAyNi0wNy0xMnw4NDIxMA",
            "total_matched": 2
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/providers/events",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "ccn": {
                "type": "string"
              },
              "cursor": {
                "description": "opaque next_cursor from the previous page",
                "type": "string"
              },
              "limit": {
                "default": 50,
                "maximum": 100,
                "type": "integer"
              },
              "npi": {
                "type": "string"
              },
              "since": {
                "description": "only events on/after this date (YYYY-MM-DD)",
                "format": "date",
                "type": "string"
              },
              "state": {
                "description": "2-letter state code(s), comma-separated",
                "type": "string"
              },
              "type": {
                "description": "comma-separated event types: enrollment_pending, newly_billing, new_enumeration, address_change, deactivation, new_lab_certificate, lab_cert_upgrade, ownership_change, new_mammo_facility, mammo_decert, capex_jump",
                "type": "string"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.healthparse.io",
  "lastUpdated": "2026-09-04T07:03:15.706Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-04T07:03:15.443Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.healthparse.io",
    "manifest_name": "api.healthparse.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}