Weather forecasts for a tenth of a penny. No API key. Just pay and go.
$ 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 } }
location City name -- "Brooklyn", "London, UK"lat lon Coordinatesinclude "hourly", "airquality", or bothstart end YYYY-MM-DD for historicalformat "csv" for CSV output