# RecallRadar Coverage Contract

> RecallRadar Coverage Contract is a paid API for AI agents from RecallRadar at api.recallradar.dev, paid per call via MPP, $0.25/call, status unknown (last checked 2026-09-13).

Returns the dated RecallRadar coverage contract including release size, authority counts, recall classification types, and measured field fill rates.

## Facts

- Endpoint: GET https://api.recallradar.dev/v1/coverage
- Price: $0.25/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Provider: RecallRadar
- Docs: https://recallradar.dev
- Website: https://recallradar.dev
- Tags: recalls, product-safety, compliance, hazards, provenance, data, search
- Canonical page: https://www.zero.xyz/c/recallradar-coverage-contract-186f4252
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DEYrjbg1ET4fbbU6-vKMz

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 recallradar-coverage-contract-186f4252
```

Example prompt: What does RecallRadar's current coverage contract look like — how many recall authorities are included, how large is the release, and what's the field fill completeness?

## When to prefer this

Use this endpoint when you need to audit or validate the scope and quality of RecallRadar's recall dataset before querying it — e.g. confirming which authorities are covered, how complete the data is, or what classification schemes are in use. Prefer this over a search endpoint when you want metadata about the dataset itself rather than specific recall notices.

## Known failure modes

- Service unavailable (5xx) if the coverage contract has not been generated
- Payment not processed (402) if USDC payment of $0.25 is not provided
- Malformed response if coverage data is mid-generation during a release cycle

## How this service works

Retrieve the dated RecallRadar coverage contract with release size, authority counts, recall classification, and measured field fill.

## Output

Returns a dated coverage contract object containing: the release date and size (number of notices), count of contributing public authorities, supported recall classification types, and measured fill rates for key fields across the dataset.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/recallradar-coverage-contract-186f4252/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.recallradar.dev](https://www.zero.xyz/host/api.recallradar.dev/llms.txt)
