# JMA Weather Discussion API (気象概況)

> JMA Weather Discussion API (気象概況) is a paid API for AI agents from weather.agentic-jp.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Returns the official Japan Meteorological Agency narrative weather discussion (気象概況) for a specified Japanese region, with an AI-readable English/Japanese summary.

## Facts

- Endpoint: GET https://weather.agentic-jp.com/overview/:area
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jma-weather-discussion-api-06904bd0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LG1L-vc1LvDUmWzI2IyLj

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 jma-weather-discussion-api-06904bd0
```

Example prompt: Can you get the official JMA weather discussion (気象概況) for the Kanto region and give me both the Japanese narrative and an English summary?

## When to prefer this

Use this endpoint when you need the official JMA narrative/discussion text for a Japanese region — especially when qualitative meteorologist commentary matters, not just forecast numbers. Prefer this over the forecast or warnings endpoints when you want the full human-written weather situation overview (気象概況), or when you need an English-language interpretation of JMA's official meteorological narrative for Japan-specific areas.

## Known failure modes

- Invalid or unrecognized area code returns a 404 or error response
- JMA upstream data temporarily unavailable causes service error
- Area code format mismatch results in no data returned
- Payment not processed (x402 protocol failure) blocks the response

## How this service works

Get the official 気象庁 (JMA) narrative weather discussion (気象概況) for a Japanese (JP) region, with a concise AI-readable English/Japanese summary.

## Output

Returns the official JMA narrative weather discussion (気象概況) text for the requested Japanese forecast area, along with a concise AI-readable summary in both English and Japanese, suitable for downstream reasoning or display.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jma-weather-discussion-api-06904bd0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from weather.agentic-jp.com](https://www.zero.xyz/host/weather.agentic-jp.com/llms.txt)
