Public Transit POI within Radius

Retrieves public transportation POI information with specified points and radius

Parameter

Response

Response Sample

{
	"result": {
		"count": 10,
		"station": [
			{
				"nonstopStation": 0,
				"stationClass": 1,
				"stationName": "디지털산업1단지",
				"stationID": 102173,
				"x": 126.89504,
				"y": 37.48391,
				"arsID": "17-124",
				"ebid": "17-124"
			},
			{
				"nonstopStation": 0,
				"stationClass": 1,
				"stationName": "JNK디지털타워",
				"stationID": 93080,
				"x": 126.89745,
				"y": 37.482166,
				"arsID": "17-635",
				"ebid": "17-635"
			},
			...
		]
	}
}

Last updated