# EndpointsXRT Weather Forecast API

> EndpointsXRT Weather Forecast API is a paid API for AI agents from endpointsxrt.vercel.app, paid per call via x402, $0.079429/call, status unknown (last checked 2026-09-14).

Returns a multi-day weather forecast for a given latitude and longitude coordinate pair.

## Facts

- Endpoint: POST https://endpointsxrt.vercel.app/api/weather-forecast
- Price: $0.079429/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/endpointsxrt-weather-forecast-api-ff5ae30e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F-rpcn06PiL5cBhX6pOGF

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 endpointsxrt-weather-forecast-api-ff5ae30e -d '<json body>'
```

Example prompt: Can you pull a 5-day weather forecast for coordinates 40.7128 latitude, -74.0060 longitude so I can see what conditions to expect?

## When to prefer this

Use this endpoint when you need a coordinate-based multi-day weather forecast and are already operating within the x402 pay-per-call micropayment ecosystem on Base chain. Suitable for agents that need weather data without a long-term API subscription.

## Known failure modes

- Missing or invalid lat/lon values return an error
- Unsupported number of days may return partial or empty forecast
- Payment failure via x402 protocol results in 402 response and no data
- Network timeout from upstream weather data provider
- Out-of-range coordinate values may return no data

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

A JSON object containing weather forecast data for the specified coordinates, likely including temperature, conditions, and daily predictions for the requested number of days.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lat": {
   "type": "string"
  },
  "lon": {
   "type": "string"
  },
  "days": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/endpointsxrt-weather-forecast-api-ff5ae30e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from endpointsxrt.vercel.app](https://www.zero.xyz/host/endpointsxrt.vercel.app/llms.txt)
