# PennyRail Weather Current — Proven Weather Current Node

> PennyRail Weather Current — Proven Weather Current Node is a paid API for AI agents from pennyrail.vercel.app, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Fetches current weather conditions via a pay-per-call x402 settlement endpoint on the PennyRail network

## Facts

- Endpoint: POST https://pennyrail.vercel.app/api/p/network/weather.current--proven-weather-current
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pennyrail-weather-current-proven-weather-current-node-3063d41a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1uCycvKaxiSrvXE13Tbqp

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 pennyrail-weather-current-proven-weather-current-node-3063d41a -d '<json body>'
```

Example prompt: Can you get me the current weather conditions for New York City right now?

## When to prefer this

Choose this endpoint when you need real-time current weather data and are operating within an x402 micropayment-capable agent framework; particularly suitable for agents that pay per call rather than managing API key subscriptions, and when integrating with the PennyRail settlement network.

## Known failure modes

- Invalid or missing input object returns 400 error
- Payment failure via x402 protocol blocks the request
- Unknown or unsupported location returns empty or error response
- Network timeout if PennyRail settlement layer is slow
- Upstream weather provider unavailability causes data gaps

## How this service works

Machine-readable settlement service

## Output

A JSON object containing current weather conditions for the requested location, likely including temperature, weather description, humidity, wind, and other meteorological data at the time of the request.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pennyrail-weather-current-proven-weather-current-node-3063d41a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pennyrail.vercel.app](https://www.zero.xyz/host/pennyrail.vercel.app/llms.txt)
