# Japan Weather Forecast (JMA)

> Japan Weather Forecast (JMA) is a paid API for AI agents from weather.agentic-jp.com, paid per call via x402, $0.003000/call, status unknown (last checked 2026-09-14).

Returns today's conditions, near-term outlook, and a 7-day weekly forecast with temperatures and precipitation probability for a Japanese region, sourced live from the Japan Meteorological Agency (JMA).

## Facts

- Endpoint: GET https://weather.agentic-jp.com/forecast/:area
- Price: $0.003000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/weather-agentic-jp-com-515336c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eFozuU0YVOuBOLooMiUr0

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-agentic-jp-com-515336c3
```

Example prompt: What's the weather forecast for Tokyo this week — give me today's conditions and the 7-day outlook including temperatures and rain chances.

## When to prefer this

Use this endpoint when you need accurate, official Japanese weather data sourced directly from the Japan Meteorological Agency. Ideal for queries about any Japanese prefecture, city, or region where JMA office codes or Japanese/English region names are available. Prefer this over generic global weather APIs when Japan-specific accuracy and official government data are required.

## Known failure modes

- Unknown or unresolvable area name returns an error — use GET /areas to find valid JMA codes
- Invalid JMA office code returns a 400 or 404 error
- JMA upstream unavailability may cause timeouts or stale data
- Non-Japanese region names that don't map to JMA areas will fail resolution

## How this service works

Get the Japanese (JP) weather forecast for a region — today's conditions, near-term outlook, and a 7-day weekly forecast with temperatures and precipitation probability. Sourced live from 気象庁 (Japan Meteorological Agency / JMA). Accepts a JMA office code or a Japanese/English region name.

## Output

A structured response containing today's current weather conditions, a near-term outlook, and a full 7-day weekly forecast for the requested Japanese region, including daily temperatures and precipitation probability percentages, all sourced live from the Japan Meteorological Agency.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "pathParams": {
   "area": "130000"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/weather-agentic-jp-com-515336c3/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)
