Public Transit POI on Map

Retrieves POI information for public transportation within a specified area.

Parameter

Response

Response Sample

{
	"result": {
		"count": 10,
		"station": [
			{
				"stationClass": 1,
				"stationName": "서울문화고등학교",
				"stationID": 107187,
				"x": 127.048134,
				"y": 37.662575
			},
			{
				"stationClass": 1,
				"stationName": "서울문화고등학교",
				"stationID": 107171,
				"x": 127.04778,
				"y": 37.662373
			},
			...
		]
	}
}

Last updated