跳至主要内容

开发者

用于将QuakeFYI数据集成到您的应用程序中的API端点、数据源和机器可读资源。

API端点

所有端点返回JSON格式数据。无需认证。可能适用速率限制。 交互式文档(Swagger UI) →

GET /api/v1/earthquakes/

Recent earthquakes, paginated. Supports magnitude and date filtering.

参数: page, min_mag, days

GET /api/v1/earthquakes/{slug}/

Full earthquake detail with impact data and country info.

参数: slug (path)

GET /api/v1/countries/

Countries with seismic data, filterable by zone and continent.

参数: zone, continent

GET /api/v1/countries/{slug}/

Country seismic profile with recent earthquakes and notable historical events.

参数: slug (path)

GET /api/v1/plates/

All tectonic plates with area, type, and earthquake count.

GET /api/v1/plates/{slug}/

Tectonic plate detail with description and annual earthquake stats.

参数: slug (path)

GET /api/v1/search/?q={query}

Search earthquakes, countries, and glossary terms.

参数: q (min 2 chars)

GET /api/v1/glossary/

Seismology glossary terms, filterable by category.

参数: category

GET /api/v1/glossary/{slug}/

Glossary term detail with definition, example, and related terms.

参数: slug (path)

GET /api/v1/openapi.json

OpenAPI 3.1.0 specification for the QuakeFYI API.

GET /api/recent/

Recent earthquakes with optional magnitude and time filtering.

参数: hours, min_magnitude

GET /api/live-feed/

GeoJSON feed of recent earthquakes for map rendering.

参数: hours

GET /api/plate-boundaries/

GeoJSON of tectonic plate boundaries for map overlays.

GET /api/v1/countries/{iso2}/risk/

Seismic risk assessment for a specific country.

参数: iso2 (path)

GET /api/v1/stats/

Global earthquake statistics and data coverage summary.

数据源

Machine-Readable Files

Data Coverage

250
Countries
5,700+
Historical Events
15
Languages
12
Interactive Tools

Geo FYI系列

QuakeFYI是Geo FYI系列的成员——四个网站涵盖地理、距离、海拔、地震学和邮政编码。