# Weather Current Conditions

> Weather Current Conditions is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns current weather conditions including temperature, feels-like, wind, and precipitation for a given place or coordinate

## Facts

- Endpoint: POST https://x402.professorsausages.com/weather/current
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/weather-current-conditions-f69852a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IT7WfvN38sRD1mMgLTs6L

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 weather-current-conditions-f69852a0 -d '<json body>'
```

Example prompt: What are the current weather conditions in Austin, Texas — give me the temperature, feels-like, wind, and any precipitation happening right now.

## When to prefer this

Use this endpoint when you need real-time current conditions (not forecasts) for a specific location — particularly temperature, feels-like, wind, and precipitation in a single call. Prefer this over forecast endpoints when the user wants to know what it's like right now rather than what it will be later. The x402 micropayment model makes it suitable for per-query agent workflows without subscription management.

## Known failure modes

- Unknown or ambiguous place name returns an error or empty result
- Coordinates outside supported coverage area may return no data
- Malformed input object may result in a 400 bad request
- Paid endpoint may return 402 Payment Required if x402 payment header is missing or insufficient

## Output

Returns current weather observation data for the requested location, including actual temperature, feels-like temperature, wind speed and direction, and precipitation information.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/weather-current-conditions-f69852a0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
