Daily subway ridership statistics
get_subway_ridershipGet daily subway boarding and alighting counts per station for a date. Filter by station name or line to find passenger volumes for any Seoul station.
Instructions
Get per-station daily subway boarding/alighting counts for a date (data available up to ~2-4 days ago). 지하철 역별 일별 승하차 인원. "강남역 하루 승객 몇 명?" 류 질문에 사용.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | 사용일자 YYYYMMDD (오늘 데이터는 없음 — 보통 2~4일 전까지 제공) | |
| line | No | 호선 필터 (부분일치, 예: "2호선") | |
| limit | No | 최대 건수 (기본 20) | |
| station | No | 역명 필터 (부분일치, 예: "강남") |