# HealthParse Home Health Quality Record by CCN

> HealthParse Home Health 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 home health agency identified by its CMS Certification Number (CCN).

## Facts

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

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-home-health-quality-record-by-ccn-47a549a4
```

Example prompt: Can you pull the CMS Care Compare quality record and star ratings for the home health agency with CCN 337000? I want to see all their performance measures.

## When to prefer this

Use this endpoint when you have a specific home health agency's CCN and need its full CMS Care Compare quality record, including star ratings and performance measures. Prefer this over the search endpoint when the CCN is already known and you need detailed data for a single agency rather than searching across multiple facilities.

## Known failure modes

- Invalid or unknown CCN returns an empty result or 404
- CCN belongs to a non-home-health facility type (e.g. SNF or hospice) and returns no data
- CMS data not yet refreshed for a recently certified agency
- Network timeout or upstream CMS data source unavailability

## How this service works

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

## Output

Returns the CMS Care Compare quality record for the specified home health agency, including star ratings, quality of patient care measures, patient survey results, and other CMS-reported performance metrics tied to that CCN.

## 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-home-health-quality-record-by-ccn-47a549a4/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)
