Subway Station Information

Returns subway station details. Available only in Korea.

Parameter

Response

Response Sample

{
	"result": {
		"stationName": "종로3가",
		"stationID": 130,
		"type": 1,
		"laneName": "수도권 1호선",
		"laneCity": "수도권",
		"CityCode": 1000,
		"x": 126.992148,
		"y": 37.570436,
		"exOBJ": {
			"station": [
				{
					"stationName": "종로3가",
					"stationID": 534,
					"type": 5,
					"laneName": "수도권 5호선",
					"laneCity": "수도권"
				},
				{
					"stationName": "종로3가",
					"stationID": 329,
					"type": 3,
					"laneName": "수도권 3호선",
					"laneCity": "수도권"
				}
			]
		},
		"prevOBJ": {
			"station": [
				{
					"stationName": "종로5가",
					"stationID": 129,
					"type": 1,
					"laneName": "수도권 1호선",
					"laneCity": "수도권",
					"x": 127.001948,
					"y": 37.570999
				}
			]
		},
		"nextOBJ": {
			"station": [
				{
					"stationName": "종각",
					"stationID": 131,
					"type": 1,
					"laneName": "수도권 1호선",
					"laneCity": "수도권",
					"x": 126.983197,
					"y": 37.570176
				}
			]
		},
		"defaultInfo": {
			"address": "서울특별시 종로구 종로3가 10-5",
			"new_address": "서울특별시 종로구 종로 129",
			"tel": "02-6110-1301"
		},
		"useInfo": {
			"platform": 2,
			"meetingPlace": 0,
			"restroom": 2,
			"offDoor": 0,
			"crossOver": 2,
			"publicPlace": 0,
			"handicapCount": 1,
			"parkingCount": 0,
			"bicycleCount": 0,
			"civilCount": 1
		},
		"exitInfo": {
			"gate": [
				{
					"gateNo": "10",
					"gateLink": [
						"창덕궁",
						"종로3가파출소",
						"종로3가소방파출소"
					]
				},
				{
					"gateNo": "11",
					"gateLink": [
						"종묘"
					],
					"BUSSTOP": [
						{
							"StopID": "92687",
							"Bus": [
								{
									"BusNo": "9301",
									"Type": "4",
									"BlID": "10594",
									"BusCityName": "하남"
								},
								{
									"BusNo": "N26",
									"Type": "11",
									"BlID": "510",
									"BusCityName": "서울"
								},
								...
								],
															"StopName": "종로4가.종묘"
						},
						{
							"StopID": "196637",
							"Bus": [
								{
									"BusNo": "종로12",
									"Type": "3",
									"BlID": "1700",
									"BusCityName": "서울"
								}
							],
							"StopName": "종로4가. 종묘공원"
						}
					]
				},
								{
					"gateNo": "2-1",
					"gateLink": [
						"국민은행.신한은행",
						"서울극장",
						"우체국",
						"피카디리"
					]
				}
			]
		}
	}
}

Last updated