v1 -- live

Your agent's cheapest habit.

Weather forecasts for a tenth of a penny. No API key. Just pay and go.

The flow
Request 402 Pay (MPP) Weather
See for yourself
https://api.agentweather.dev
$ curl https://api.agentweather.dev/v1/weather?location=Brooklyn

{
  "location": {
    "name": "Brooklyn",
    "country": "US",
    "lat": 40.65, "lon": -73.95
  },
  "current": {
    "temp_c": 14, "temp_f": 57,
    "condition": "Partly cloudy",
    "humidity_pct": 62,
    "wind_speed_kmh": 15
  },
  "daily": [ ... 3 days ... ],
  "summary": "Brooklyn: 14C, partly cloudy, light breeze from the NW.",
  "tips": { "umbrella": false, "uv_protection": false }
}
The damage
$0.001
Right now
Current + 3-day forecast
Add hourly, air quality
$0.005
Last month
Up to 31 days
Highs, lows, rain
$0.01
Last year
Up to 365 days
Bring a spreadsheet
Knobs
location City name -- "Brooklyn", "London, UK"
lat lon Coordinates
include "hourly", "airquality", or both
start end YYYY-MM-DD for historical
format "csv" for CSV output
Machine-readable