Directory / weather.hugen.tokyo
Instant weather by city name — temperature, feels-like, humidity, wind speed, precipitation, and condition. Just pass a city name; geocoding, data fetching, and response structuring are handled in one call. Global coverage updated every 15 minutes. No API keys, no geocoding setup, no rate limits. 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/current' # -> 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/current'
Endpoint: https://weather.hugen.tokyo/weather/current. 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.
Daily weather forecast (1-7 days) by city name — max/min temperature, precipitation amount and probability, peak wind speed per day. Automatic geocoding from ci…