본문으로 건너뛰기

개발자

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는 지리, 거리, 고도, 지진학, 우편번호를 다루는 4개 사이트로 구성된 Geo FYI 패밀리의 일원입니다.