Search train schedule
Korea Train Schedule
Searches intercity train timetables between two TAGO station ids on a calendar departure date, optionally filtered by train grade. Use when planning KTX or conventional rail trips with known station_ids and a near-term date. Do NOT use for seat availability, booking, subway, or multi-day open-ended calendars — TAGO publishes a short planning window. Returns ISO-8601 KST departure/arrival times, train grade name, optional train number, and adult_fare_krw (0 often means fare not published). Station ids must come from list_stations.
Provider-first APIFuse endpoint
curl -X POST \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
"https://api.apifuse.com/v1/korea-train-schedule/search_schedule" \
-d '{
"arrival_station_id": "NAT014445",
"departure_date": "2026-07-20",
"departure_station_id": "NAT010000",
"limit": 10,
"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 정의에서 자동으로 내려와 항상 최신 상태를 유지합니다.