# NWS Product Types Catalog

> NWS Product Types Catalog is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a complete catalog of all National Weather Service text product type codes and their human-readable names

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/nws-product-types
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nws-product-types-catalog-53dfab90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Mbg7npPaMdmc72WgVjCW4

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 nws-product-types-catalog-53dfab90 -d '<json body>'
```

Example prompt: Can you pull up the full list of National Weather Service text product types with their codes and names? I need to see all the available NWS product categories.

## When to prefer this

Use this endpoint when you need a reference catalog of all NWS text product type codes and names, such as when building a weather data pipeline that filters by product type, when validating NWS product codes, or when you need to present users with a list of available NWS text product categories. This is the right choice over scraping NWS documentation because it returns structured JSON.

## Known failure modes

- Upstream NWS API unavailable — returns 5xx error
- Payment not processed — returns 402 Payment Required
- Rate limiting or quota exceeded — returns 429

## How this service works

Catalog of all National Weather Service text product types with code and name (no params). Returns JSON.

## Output

A JSON array or object containing all National Weather Service text product type entries, each with a short code (e.g. 'AFD', 'TOR') and its corresponding full human-readable name (e.g. 'Area Forecast Discussion', 'Tornado Warning').

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nws-product-types-catalog-53dfab90/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
