
Earthquake Monitoring
Seismic event detection and real-time alert delivery system. Designed to support public safety, emergency response, and risk mitigation via AI chat, API, and secure CSV files over SFTP.
AI Chat
Our AI-powered assistant provides interactive access to seismic event alerts and regional impact analysis. You can query live earthquake data, affected zones, and risk summaries using natural language.
API Delivery
Using Our API
Our platform provides real-time seismic event data via API. You can use the following endpoint to retrieve earthquake intelligence in JSON format:
GET https://api.firstoinvest.com/v1/EarthquakeMonitor/?api_key=[INSERT_KEY]
Replace [INSERT_KEY]
with your provided API key. Results include structured data on seismic activity, event metadata, and geolocation details.
Available Fields Returned:
Date&Time
latitude
longitude
depth
mag
magType
nst
gap
dmin
rms
net
id
updated
place
Country
type
horizontalError
depthError
magError
magNst
status
locationSource
magSource
Example Response:
{
"DateTime": "2025-07-15T03:42:00Z",
"latitude": 35.6895,
"longitude": 139.6917,
"depth": 10.0,
"mag": 6.4,
"magType": "Mw",
"nst": 45,
"gap": 22,
"dmin": 0.145,
"rms": 0.78,
"net": "us",
"id": "us2025abcd",
"updated": "2025-07-15T03:50:00Z",
"place": "10km NW of Tokyo, Japan",
"Country": "Japan",
"type": "earthquake",
"horizontalError": 1.2,
"depthError": 0.6,
"magError": 0.3,
"magNst": 38,
"status": "reviewed",
"locationSource": "us",
"magSource": "us"
}
This API is ideal for integrating into emergency response dashboards, GIS tools, or automated alerting systems.
For access credentials and documentation, contact our team at [email protected] .
SFTP Data Transfer
Earthquake alerts can also be delivered as CSV files via SFTP for scheduled ingestion into emergency systems. Files include full metadata and match the API field structure.
To configure secure access, contact: [email protected] .