# HealthParse SNF Quality Record by CCN

> HealthParse SNF 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-16).

Retrieves CMS Care Compare quality ratings and performance measures for a skilled nursing facility (SNF) identified by its CMS Certification Number (CCN).

## Facts

- Endpoint: GET https://api.healthparse.io/v1/facilities/snf/:ccn
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/healthparse-snf-quality-record-by-ccn-d9c20dbc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nLxo8acPk1QKNDhuJ0uo0

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

Example prompt: Can you pull up the CMS Care Compare quality record for the skilled nursing facility with CCN 145678 — I want to see its star ratings and performance measures?

## When to prefer this

Use this endpoint when you need detailed CMS quality ratings and performance measures for a specific skilled nursing facility and already have its CCN. Prefer this over the SNF search endpoint when you know the exact facility identifier and need full quality record details rather than a list of facilities.

## Known failure modes

- Invalid or unknown CCN returns no record or 404-equivalent error
- CCN for a non-SNF facility type returns wrong or empty data
- Network or API timeout results in failure to retrieve record
- Payment failure (x402) blocks the request before data is returned

## How this service works

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

## Output

Returns a structured CMS Care Compare quality record for the specified SNF, including overall and domain-specific star ratings, staffing metrics, health inspection results, and quality measure scores sourced from CMS Care Compare data.

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