# HealthParse Hospital Cost Report by CCN

> HealthParse Hospital Cost Report by CCN is a paid API for AI agents from api.healthparse.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns financial and operational metrics for a hospital identified by its CMS Certification Number (CCN), including beds, discharges, revenues, net income, and operating margin across fiscal years.

## Facts

- Endpoint: GET https://api.healthparse.io/v1/hospitals/:ccn
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/healthparse-hospital-cost-report-by-ccn-e5fda3b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VABhhQif5jsRZDE9yXWeY

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability healthparse-hospital-cost-report-by-ccn-e5fda3b7
```

Example prompt: Pull the CMS cost report record for hospital CCN 050625 — I need its beds, discharges, revenues, net income, and operating margin.

## When to prefer this

Use this endpoint when you need structured financial and operational data for a specific hospital identified by its CMS Certification Number (CCN). Prefer this over search-based endpoints when the CCN is already known. Best for per-hospital financial lookups, not for searching across hospitals or retrieving quality ratings.

## Known failure modes

- Invalid or unknown CCN returns a 404 or empty result
- CCN with no cost report data on file returns no records
- Malformed CCN format may return a validation error
- Payment failure or insufficient USDC balance returns a 402 error

## How this service works

Hospital cost-report record by CMS Certification Number (CCN). Answers: what are the financial and operational metrics for this hospital across fiscal years? Includes identity, beds, discharges, revenues, net income, operating margin.

## Output

A structured record containing the hospital's identity details, bed count, discharge volume, total revenues, net income, and operating margin, organized across one or more fiscal years as reported in CMS cost report filings.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "required": [],
   "properties": {}
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/healthparse-hospital-cost-report-by-ccn-e5fda3b7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.healthparse.io](https://www.zero.xyz/host/api.healthparse.io/llms.txt)
