# PROWL Current Weather Conditions

> PROWL Current Weather Conditions is a paid API for AI agents from www.prowldata.dev, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Returns current weather conditions (temperature, humidity, wind, pressure) for any US location, structured for prediction market evaluation and event planning

## Facts

- Endpoint: POST https://www.prowldata.dev/api/v1/weather/current
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/www-prowldata-dev-52583b69
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9c2mBZy5eJXQK50AMZa8S

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 www-prowldata-dev-52583b69 -d '<json body>'
```

Example prompt: What are the current weather conditions in Dallas, Texas — I need temperature, humidity, wind, and pressure right now for my event planning?

## When to prefer this

Use this endpoint when you need real-time, structured US weather data specifically optimized for decision-making contexts like prediction markets and event planning, rather than raw sensor feeds. Prefer this over generic weather APIs when the downstream use case involves evaluating probability of weather-related outcomes or planning events around current conditions. Best for single-location, real-time lookups rather than forecasts or historical data.

## Known failure modes

- Location not found or ambiguous US location — returns error with location validation message
- Non-US location provided — endpoint covers US only, returns geographic scope error
- Payment failure — x402 payment of $0.001 USDC not processed, returns 402 Payment Required
- Malformed request body — missing required location parameter, returns 400 Bad Request
- Upstream PROWL weather monitoring outage — returns 503 Service Unavailable or stale data warning

## How this service works

Current weather conditions for any US location. Temperature, humidity, wind, pressure, and conditions from PROWL weather monitoring. Structured for prediction market evaluation and event planning -not just raw readings. Powered by PROWL. Use this to answer 'what is the weather in [city]?' or 'current temperature in [location]?'

## Output

Structured JSON object containing current weather readings for the requested US location, including temperature, humidity, wind speed and direction, atmospheric pressure, and overall conditions summary — formatted for use in prediction market evaluation and event planning contexts.

## More

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