Subway Station Transfer Information

Returns subway station transfer information. Available only in Korea.

Method
Request URI
Response type

GET

https://api.fatos.biz/pubtrans/subwayTransitInfo

json, xml

Parameter

Parameter
Required
Description
Sample

key

Y

Your API Key

key=xxxxxxxxxxx

lang

N

Select Result Language

(Korean: 0, English: 1, Japanese: 2, Chinese (simplified): 3, Chinese (traditional): 4, Vietnamese: 5)

  • For Vietnamese, only in the metropolitan area

default = 0

lang=1

output

N

Output format (json, xml)

default = json

output=json

stationID

Y

Station code to check subway transfer information

stationID=133

Response

NAME
Type
Description

result

확장노드

데이터를 포함하는 최 상위 노드

count

int

환승 개수

transitTotalInfo

확장노드

환승 정보 리스트

takeStationID

int

타고온 역 ID

takeLaneName

string

타고온 노선명

takeLaneID

int

타고온 노선 ID

takeLaneDirection

string

타고온 노선 방면

exStationID

int

환승 할 역 ID

exLaneName

string

환승 할 노선명

exLaneID

int

환승 할 노선 ID

exLaneDirection

string

환승 할 노선 방면

fastTrainInfo

string

환승 정보

FastTrain

int

빠른환승 열차번호

FastFastDoor

int

빠른환승 문 번호

FastTrainNum

int

전체 열차 칸 수

Response Sample

Last updated

Was this helpful?