# NWS Weather Points API via HTTPay Gateway

> NWS Weather Points API via HTTPay Gateway is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns National Weather Service metadata and forecast office information for a given latitude/longitude coordinate pair

## Facts

- Endpoint: POST https://httpay.xyz/api/gateway/weather/points/39.7456,-104.9994
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-5cc63c96
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pklsxr7aF20GwhDd4utpw

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 httpay-xyz-5cc63c96 -d '<json body>'
```

Example prompt: What's the National Weather Service forecast office and grid info for the coordinates 39.7456, -104.9994 — that's near Denver, Colorado?

## When to prefer this

Use this endpoint when you need to resolve a US latitude/longitude coordinate into NWS forecast office metadata as the first step before fetching actual weather forecasts — especially when you want a pay-per-call model without managing NWS API keys or rate limits directly

## Known failure modes

- Coordinates outside the US (NWS only covers US territory) return a 404 or error
- Invalid latitude/longitude format returns a 400 error
- NWS upstream API downtime causes 502 or timeout
- Payment not included or insufficient USDC returns 402 Payment Required
- Rate limiting or gateway errors return 429 or 503

## How this service works

API Gateway: US Weather (NWS) API

## Output

Returns NWS point metadata for the given coordinates including forecast office ID, grid X/Y coordinates, forecast zone, county, time zone, radar station, and URLs to retrieve the actual forecast and hourly forecast data

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-5cc63c96/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
