# weather.hugen.tokyo Current Weather

> weather.hugen.tokyo Current Weather is a paid API for AI agents from weather.hugen.tokyo, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns current weather conditions for any city worldwide — temperature, feels-like, humidity, wind speed, precipitation, and condition — in a single call with built-in geocoding.

## Facts

- Endpoint: GET https://weather.hugen.tokyo/weather/current
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/weather-hugen-tokyo-fdc17cec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5jDWRvSYr2liaFIbdHl_1

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 weather-hugen-tokyo-fdc17cec
```

Example prompt: What's the current weather in Tokyo — temperature, feels-like, humidity, wind speed, and conditions?

## When to prefer this

Use this endpoint when you need real-time current weather conditions for a city and want a single, hassle-free call that handles geocoding and data fetching automatically — no API key setup, no rate limits, and no separate geocoding step required. Ideal for agents needing live weather data globally with minimal integration overhead.

## Known failure modes

- City name not recognized or ambiguous — returns error or no data
- Network timeout if upstream weather data source is unavailable
- Invalid or misspelled city name — may return null or error
- Payment not confirmed — returns 402 Payment Required if USDC payment on Base or Solana is not fulfilled

## How this service works

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

## Output

Returns structured current weather data for the requested city including temperature, feels-like temperature, humidity percentage, wind speed, precipitation amount, and a textual weather condition description. Data is refreshed every 15 minutes from global sources.

## Example request

```json
{
 "city": "Tokyo"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "city": "Tokyo",
  "condition": "Partly cloudy",
  "humidity_pct": 65,
  "temperature_c": 12.5,
  "wind_speed_kmh": 15.3
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/weather-hugen-tokyo-fdc17cec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from weather.hugen.tokyo](https://www.zero.xyz/host/weather.hugen.tokyo/llms.txt)
