Перейти к основному содержанию
QuakeFYI

Разработчикам

Конечные точки API, потоки данных и машиночитаемые ресурсы для интеграции данных QuakeFYI в ваши приложения.

Конечные точки 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 — четыре сайта, охватывающие географию, расстояния, высоты, сейсмологию и почтовые индексы.