Japan Earthquake Feed API (JMA)
Pricing
Pay per usage
Japan Earthquake Feed API (JMA)
Live Japan earthquake data from the official JMA feed: magnitude, intensity, epicenter names, coordinates, depth, event time, and report time.
Live earthquake data for Japan from the official Japan Meteorological Agency public feed.
Use this Actor when you need a simple API for recent earthquakes in and around Japan: magnitude, epicenter in Japanese and English, maximum JMA seismic intensity, coordinates, depth, event time, and report time.
Why use it
- Official JMA source, not a scraped news page.
- Structured rows ready for dashboards, alerts, maps, RAG, and monitoring bots.
- Japanese and English epicenter names in the same output.
- No proxy or browser dependency, so runs are fast and cheap.
Common use cases
- Disaster monitoring dashboards for Japan operations.
- Alert enrichment for earthquakes above a chosen magnitude.
- Location intelligence and risk workflows for logistics, travel, insurance, and facilities.
- AI agents that need current Japan seismic data instead of stale training data.
Input
| Field | Type | Description |
|---|---|---|
minMagnitude | number | Return only earthquakes at or above this magnitude. Default 0. |
limit | integer | Maximum number of recent records. Default 50, max 844. |
{ "minMagnitude": 4.5, "limit": 100 }
Output
One dataset row per earthquake:
| Field | Meaning |
|---|---|
time | Earthquake occurrence time |
reported_at | JMA report time |
epicenter_ja / epicenter_en | Epicenter name in Japanese and English |
magnitude | Magnitude, when available |
max_intensity | JMA maximum seismic intensity code |
latitude / longitude | Epicenter coordinates |
depth_km | Depth in kilometers |
title | JMA event title |
Source
Data source: Japan Meteorological Agency public earthquake feed. This Actor is not affiliated with or endorsed by JMA.
Keywords: Japan earthquake API, JMA earthquake, 気象庁 地震, Japan seismic data, earthquake feed, Japan disaster monitoring, earthquake alerts, Japanese earthquake data.