Directory / weather.hugen.tokyo
Daily weather forecast (1-7 days) by city name — max/min temperature, precipitation amount and probability, peak wind speed per day. Automatic geocoding from city name to coordinates. Structured JSON ready for immediate use in agent workflows. No API keys, no coordinate lookups, no setup needed. Accepts USDC payments on Base and Solana
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://weather.hugen.tokyo/weather/forecast' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://weather.hugen.tokyo/weather/forecast'
Endpoint: https://weather.hugen.tokyo/weather/forecast. Operated by weather.hugen.tokyo, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Instant weather by city name — temperature, feels-like, humidity, wind speed, precipitation, and condition. Just pass a city name; geocoding, data fetching, and…