# EndpointsXRT Current Weather API

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

Returns current weather conditions for a given geographic coordinate (latitude/longitude)

## Facts

- Endpoint: POST https://endpointsxrt.vercel.app/api/weather-current
- Price: $0.056434/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/endpointsxrt-current-weather-api-8eb48b0f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_08Q-BB9LrJ1kInqUX81u_

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-current-weather-api-8eb48b0f -d '<json body>'
```

Example prompt: What's the current weather at latitude 40.7128 and longitude -74.0060?

## When to prefer this

Use this endpoint when you need current (real-time) weather conditions for a specific geographic coordinate and are already operating within an x402 pay-per-call micropayment workflow on the Base blockchain. Prefer this over free weather APIs when you need a pay-as-you-go model without subscription overhead.

## Known failure modes

- Missing or invalid lat/lon values result in an error response
- Coordinates out of valid geographic range may fail
- Service unavailability on the Vercel deployment returns 5xx errors
- Payment failure via x402 protocol on Base chain returns 402 Payment Required
- Malformed JSON body returns a 400 bad request

## 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 current weather conditions (likely temperature, humidity, wind, sky conditions, etc.) for the specified latitude and longitude coordinates.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/endpointsxrt-current-weather-api-8eb48b0f/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)
