List emergency disaster messages
Korea Disaster Alert
Lists official Ministry of the Interior and Safety emergency disaster cell-broadcast messages with publish time, affected regions, urgency, disaster category, and message text. IMPORTANT ordering contract: the upstream returns rows OLDEST-FIRST (ascending SN/CRT_DT), so an unfiltered page 1 is the start of the archive (2023), NOT the latest messages — to get recent messages, set created_on_or_after to a recent date and page forward; total_count and page math always apply to the filtered window. Use when a caller needs recent or region-filtered Korean public emergency SMS history for dashboards, local-risk apps, or safety bots. Do NOT use for KMA meteorological warning bulletins — call list-weather-alerts instead. Returns paginated normalized rows with ISO-8601 KST timestamps. Requires a safetydata service key; results refresh about every minute upstream.
Provider-first APIFuse endpoint
curl -X POST \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
"https://api.apifuse.com/v1/korea-disaster-alert/list-emergency-disaster-messages" \
-d '{
"created_on_or_after": "2026-07-13",
"limit": 5,
"page": 1
}'모든 Gateway 호출에는 APIFuse API key가 필요합니다. Connection badge가 표시된 operation은 추가로 X-ApiFuse-Connection-Id 헤더를 전달하세요.
인증 규칙 반영
provider catalog의 auth mode를 기반으로 필요한 인증 방식이 상세 페이지와 OpenAPI에 함께 반영됩니다.
Gateway 경로 자동 연결
provider/operation 조합이 그대로 APIFuse Gateway 경로와 Platform 문서 링크에 반영됩니다.
스키마 기반 문서화
요청 예시와 응답 스키마가 provider 정의에서 자동으로 내려와 항상 최신 상태를 유지합니다.