# HealthParse Hospital Quality Record by CCN

> HealthParse Hospital Quality Record 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).

Retrieves CMS Care Compare quality ratings and performance measures for a specific hospital identified by its CMS Certification Number (CCN).

## Facts

- Endpoint: GET https://api.healthparse.io/v1/facilities/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-quality-record-by-ccn-eab39c23
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c6nBsVBnKfb2h9ilVg3jb

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-quality-record-by-ccn-eab39c23
```

Example prompt: Pull the CMS Care Compare quality ratings and performance measures for hospital CCN 050324 — I want to see how it scores on quality metrics.

## When to prefer this

Use this endpoint when you need the full CMS Care Compare quality record for a single, known hospital identified by its CCN. Prefer this over the hospital search endpoint when you already have the CCN and need detailed quality metrics rather than a list of hospitals meeting broad criteria.

## Known failure modes

- Invalid or unknown CCN returns a 404 or empty result
- CCN not found in CMS Care Compare database
- Malformed CCN format causes a validation error
- CMS data not available for the requested facility
- Payment failure (402) if x402 payment header is missing or rejected

## How this service works

CMS Care Compare quality record by CCN for a hospitals. Answers: what are the quality ratings and performance measures for this facility? Source: CMS Care Compare.

## Output

Returns CMS Care Compare quality record for the specified hospital including quality ratings, performance measures, and CMS star rating data sourced directly from CMS Care Compare.

## 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-quality-record-by-ccn-eab39c23/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)
