List supported stations in a city

GET {{urlExternalAPI}}v2/stations

Return an array of all supported active stations, inside a specified city.

Each station object contains its English name station (requested by other endpoints)

Parameters

  • city : city's English name, can be found using the respective listing endpoint.
  • state : state's English name, can be found using the respective listing endpoint.
  • country : country's English name, can be found using the respective listing endpoint.

Request Params

| Key | Datatype | Required | Description | | city | string | | | | state | string | | | | country | string | | | | key | string | | |

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: OK

{"status":"success","data":[{"location":{"type":"Point","coordinates":[126.998083,37.56865]},"station":"Cheonggyecheon-ro"},{"location":{"type":"Point","coordinates":[127.139172,37.534035]},"station":"Cheonho-daero"},{"location":{"type":"Point","coordinates":[127.029333,37.654278]},"station":"Dobong-gu"},{"location":{"type":"Point","coordinates":[127.029642,37.576169]},"station":"Dongdaemun-gu"},{"location":{"type":"Point","coordinates":[126.9832456,37.49210722]},"station":"Dongjak-daero Jungangcharo"},{"location":{"type":"Point","coordinates":[126.971547,37.480989]},"station":"Dongjak-gu"},{"location":{"type":"Point","coordinates":[127.019694,37.516083]},"station":"Dosan-daero"},{"location":{"type":"Point","coordinates":[126.933144,37.610583]},"station":"Eunpyeong-gu"},{"location":{"type":"Point","coordinates":[127.035621,37.482867]},"station":"Gamnam-daero"},{"location":{"type":"Point","coordinates":[127.029119,37.637903]},"station":"Gangbuk-gu"},{"location":{"type":"Point","coordinates":[126.996783,37.570633]},"station":"Gangbyeon"},{"location":{"type":"Point","coordinates":[127.040943,37.539283]},"station":"Gangbyeonbuk-ro"},{"location":{"type":"Point","coordinates":[127.136806,37.545089]},"station":"Gangdong-gu"},{"location":{"type":"Point","coordinates":[127.056558,37.496978]},"station":"Gangnam-gu"},{"location":{"type":"Point","coordinates":[126.835094,37.544656]},"station":"Gangseo-gu"},{"location":{"type":"Point","coordinates":[126.908333,37.452386]},"station":"Geumcheon-gu"},{"location":{"type":"Point","coordinates":[126.8260717,37.56282167]},"station":"Gonghang-daero"},{"location":{"type":"Point","coordinates":[126.889692,37.498498]},"station":"Guro-gu"},{"location":{"type":"Point","coordinates":[126.927089,37.488242]},"station":"Gwanak-gu"},{"location":{"type":"Point","coordinates":[127.095706,37.544639]},"station":"Gwangjin-gu"},{"location":{"type":"Point","coordinates":[126.971519,37.549389]},"station":"Hangang-daero"},{"location":{"type":"Point","coordinates":[127.044856,37.580167]},"station":"Hongneung-ro"},{"location":{"type":"Point","coordinates":[127.075319,37.617315]},"station":"Hwarang-ro"},{"location":{"type":"Point","coordinates":[127.0022,37.6077]},"station":"Jeongneung-ro"},{"location":{"type":"Point","coordinates":[127.005028,37.572025]},"station":"Jongro-gu"},{"location":{"type":"Point","coordinates":[126.975961,37.564639]},"station":"Jung-gu"},{"location":{"type":"Point","coordinates":[127.094283,37.584953]},"station":"Jungnang-gu"},{"location":{"type":"Point","coordinates":[126.945167,37.550133]},"station":"Mapo-gu"},{"location":{"type":"Point","coordinates":[127.067876,37.657415]},"station":"Nowon-gu"},{"location":{"type":"Point","coordinates":[126.994611,37.504547]},"station":"Seocho-gu"},{"location":{"type":"Point","coordinates":[126.937972,37.576578]},"station":"Seodaemun-gu"},{"location":{"type":"Point","coordinates":[127.027264,37.606667]},"station":"Seongbuk-gu"},{"location":{"type":"Point","coordinates":[127.041278,37.543106]},"station":"Seongdong-gu"},{"location":{"type":"Point","coordinates":[126.937619,37.554936]},"station":"Sinchon-ro"},{"location":{"type":"Point","coordinates":[127.124264,37.521597]},"station":"Songpa-gu"},{"location":{"type":"Point","coordinates":[126.858689,37.523286]},"station":"Yangcheon-gu"},{"location":{"type":"Point","coordinates":[126.89737,37.525007]},"station":"Yeongdeungpo-gu"},{"location":{"type":"Point","coordinates":[126.904967,37.520222]},"station":"Yeongdeungpo-ro"},{"location":{"type":"Point","coordinates":[127.005083,37.540314]},"station":"Yongsan-gu"}]}