---
name: oracle-network-jp-data.fly.dev
description: oracle-network-jp-data.fly.dev provides three read-only data feeds covering Japanese public institutions: the National Diet (Kokkai) legislative records, Japan Meteorological Agency (JMA) active weather alerts, and Bank of Japan (BOJ) official news. All skills require no inputs and return current snapshot data from their respective official sources.
host: oracle-network-jp-data.fly.dev
---

# oracle-network-jp-data.fly.dev

This host aggregates real-time or near-real-time public data from three distinct Japanese government and quasi-government sources into a single API surface. It serves agents that need to monitor Japanese legislative activity, active meteorological warnings, or central bank communications without building direct integrations to the NDL, JMA, or BOJ platforms. Each skill is independent and covers a separate domain; there is no cross-domain data linking built into the host itself.

## When to use this host

Use this host when an agent needs current Japanese government or institutional data from the National Diet, JMA, or Bank of Japan without requiring structured query parameters. Do not use it for historical data retrieval beyond the latest 30 Kokkai records, full speech text (follow the speechURL links from fetch-kokkai-latest-records directly), earthquake or tsunami early-warning data (use a dedicated JMA seismic API), real-time BOJ policy rate figures in machine-readable form (use a dedicated monetary policy rate API), or any non-Japanese legislative or financial news. Because all three skills are zero-input snapshot feeds, this host is not appropriate for filtered, paginated, or time-range queries.

## Capabilities

### Legislative Activity

Retrieves the latest 30 Kokkai (National Diet) session records, including committee metadata, speaker lists, and links to full speech transcripts on the NDL platform.

- **`fetch-kokkai-latest-records`** — Returns the latest 30 Japan Kokkai (National Diet) legislative meeting records, including session metadata, committee names, house names, issue IDs, meeting URLs, and ordered speech records with speaker names and speech URLs.

### Meteorological Alerts

Returns the current set of active JMA weather warnings and advisories across all Japanese prefectures, including alert type, issuing office, and timestamp.

- **`fetch-jma-alerts`** — Returns the current list of Japan Meteorological Agency weather warnings and advisories across all Japanese prefectures, including alert text, issuing office, and timestamp.

### Central Bank Communications

Fetches the latest Bank of Japan news items from the official BOJ RSS feed, covering press releases, speeches, and statistical publications.

- **`fetch-boj-news`** — Returns the latest Bank of Japan news items from the official BOJ RSS feed, including titles, publication dates, GUIDs, and links.

## Skill reference

### `fetch-kokkai-latest-records`

**Kokkai Latest Oracle** — Returns the latest 30 Japan Kokkai (National Diet) legislative meeting records, including session metadata, committee names, house names, issue IDs, meeting URLs, and ordered speech records with speaker names and speech URLs.

*Use when:* Use when an agent needs up-to-date Japan National Diet (Kokkai) legislative session data, including recent committee meetings, speaker lists, and links to full speech transcripts on the NDL (National Diet Library) platform.

*Not for:* Do not use for historical Kokkai records beyond the latest 30 entries, full speech text retrieval (follow speechURL links instead), or non-Japanese legislative data.

**Returns:** Returns an array with one object containing a payload of type 'kokkai', a count of 30, and an array of 30 recent Diet meeting records each with session number, house name, committee name, meeting URL, and an ordered speechRecord array of speakers and transcript links.

**Example:** `GET https://oracle-network-jp-data.fly.dev/v1/jp/kokkai/latest`

---

### `fetch-jma-alerts`

**JMA Alerts Feed** — Returns the current list of Japan Meteorological Agency weather warnings and advisories across all Japanese prefectures, including alert text, issuing office, and timestamp.

*Use when:* Use when an agent needs current JMA weather warnings or advisories for Japan, such as detecting active storm warnings, high-wave advisories, dry-air fire-risk notices, or any other meteorological alerts by region.

*Not for:* Do not use for historical alert archives or earthquake/tsunami early-warning data; this feed reflects only the current active JMA alert entries.

**Returns:** Returns an array with one payload object containing a count of active alerts and an entries array, each entry including alert id, link, Japanese title, issuing JMA office name, alert message text, and UTC updated timestamp.

**Example:** `GET https://oracle-network-jp-data.fly.dev/v1/jp/jma/alerts`

---

### `fetch-boj-news`

**BOJ News Oracle** — Returns the latest Bank of Japan news items from the official BOJ RSS feed, including titles, publication dates, GUIDs, and links.

*Use when:* Use when an agent needs recent Bank of Japan announcements, press releases, speeches, or statistical publications, such as monitoring BOJ policy decisions, economic data releases, or official communications.

*Not for:* Do not use for real-time BOJ interest rate data or structured monetary policy decisions in machine-readable form; use a dedicated BOJ policy rate API instead. Not suitable for non-BOJ Japanese financial news.

**Returns:** Returns an array containing a payload object with type 'rss' and an items array of recent BOJ news entries, each with guid, link, title (in Japanese), pubDate, and description fields.

**Example:** `GET https://oracle-network-jp-data.fly.dev/v1/jp/boj/news`

---
