{"info":{"_postman_id":"880e6a0a-9feb-42df-a8fe-3ff3cdccdf8c","name":"KIS-server","description":"<html><head></head><body><h2 id=\"kis-server-api-description\">KIS Server API Description</h2>\n<ul>\n<li>Last Modified: 2023-06-07 10:27</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15047765","collectionId":"880e6a0a-9feb-42df-a8fe-3ff3cdccdf8c","publishedId":"2s93ebTr39","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-05-11T13:25:12.000Z"},"item":[{"name":"정류장 검색","id":"2cff6f1e-502c-4857-961e-ba055464e888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/nodes/search","description":"<p>정류소의 name이나 id로 Node를 검색한다. 요청 파라미터는 둘 중 하나만 있으면 되며, 둘 다 존재할 경우 정류소 번호로 검색한다.</p>\n","urlObject":{"path":["api","nodes","search"],"host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"query":[{"disabled":true,"description":{"content":"<p>정류소 번호 (필수, 전체매칭)</p>\n","type":"text/plain"},"key":"no","value":""},{"disabled":true,"description":{"content":"<p>정류소 이름 (필수, 부분매칭)</p>\n","type":"text/plain"},"key":"name","value":""}],"variable":[]}},"response":[{"id":"a129f1b1-8916-4897-817f-f2f9007bdcfa","name":"성공 - name(정류장명)으로 검색","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/nodes/search?name=옥계중학교","host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"path":["api","nodes","search"],"query":[{"key":"name","value":"옥계중학교","description":"name 검색 (부분매칭)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"GMB131\",\n        \"name\": \"금오공대입구(옥계중학교방면)\",\n        \"no\": \"10131\",\n        \"longitude\": 128.3967393,\n        \"latitude\": 36.13948442\n    },\n    {\n        \"id\": \"GMB625\",\n        \"name\": \"옥계중학교건너\",\n        \"no\": \"10625\",\n        \"longitude\": 128.4114203,\n        \"latitude\": 36.13640645\n    },\n    {\n        \"id\": \"GMB626\",\n        \"name\": \"옥계중학교앞\",\n        \"no\": \"10626\",\n        \"longitude\": 128.4119213,\n        \"latitude\": 36.13701578\n    }\n]"},{"id":"2d863711-6e1d-473e-82ec-796f47f106c5","name":"성공 - no(정류장번호)로 검색","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/nodes/search?no=10131","host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"path":["api","nodes","search"],"query":[{"key":"no","value":"10131","description":"정류소 번호 (전체매칭)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": \"GMB131\",\r\n        \"name\": \"금오공대입구(옥계중학교방면)\",\r\n        \"no\": \"10131\",\r\n        \"longitude\": 128.3967393,\r\n        \"latitude\": 36.13948442\r\n    }\r\n]"},{"id":"51c3bc3a-cf0e-4dbd-b11d-b66f5f7ec4d6","name":"성공 - 검색 결과가 없는 경우","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/nodes/search?no=101311","host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"path":["api","nodes","search"],"query":[{"key":"no","value":"101311","description":"정류소 번호 (전체매칭)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    \r\n]"}],"_postman_id":"2cff6f1e-502c-4857-961e-ba055464e888"},{"name":"정류장 id로 실시간 도착 정보 조회","id":"443508b4-79b5-44a5-a697-d25fcb40ebc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/nodes/arrive-info","description":"<p>정류장 id로 검색하여 해당 정류장의 실시간 도착 정보를 조회한다.</p>\n","urlObject":{"path":["api","nodes","arrive-info"],"host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"query":[{"disabled":true,"description":{"content":"<p>정류장 ID (필수)</p>\n","type":"text/plain"},"key":"nodeId","value":""}],"variable":[]}},"response":[{"id":"21e45fb5-8b5d-44c2-af78-044a3a42e439","name":"성공","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/nodes/arrive-info?nodeId=GMB131","host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"path":["api","nodes","arrive-info"],"query":[{"key":"nodeId","value":"GMB131","description":"정류장 id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"nodeDto\": {\n        \"id\": \"GMB131\",\n        \"name\": \"금오공대입구(옥계중학교방면)\",\n        \"no\": \"10131\",\n        \"longitude\": 128.3967393,\n        \"latitude\": 36.13948442\n    },\n    \"arrivalRouteList\": [ \n        {\n            \"routeId\": \"GMB404-130\",\n            \"routeNo\": \"404-1\",\n            \"prevNodeCnt\": 15,\n            \"arrTime\": 15,\n            \"departureName\": \"금오공대종점\"\n        },\n        {\n            \"routeId\": \"GMB404\",\n            \"routeNo\": \"404\",\n            \"prevNodeCnt\": 3,\n            \"arrTime\": 3,\n            \"departureName\": \"금오공대종점\"\n        },\n        {\n            \"routeId\": \"GMB190-200\",\n            \"routeNo\": \"190\",\n            \"prevNodeCnt\": 5,\n            \"arrTime\": 11,\n            \"departureName\": \"구미역\"\n        }\n    ]\n}"},{"id":"5b8c04d2-8336-4dd3-8232-bb11c15d35a8","name":"실패 - 잘못된 정류장 id","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/nodes/arrive-info?nodeId=GMB135","host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"path":["api","nodes","arrive-info"],"query":[{"key":"nodeId","value":"GMB135","description":"정류장 id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Node is not exist\",\r\n    \"content\": \"GMB135\"\r\n}"}],"_postman_id":"443508b4-79b5-44a5-a697-d25fcb40ebc1"},{"name":"노선 검색","id":"e3553ffa-90b1-4918-a271-4f78a3adbd47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/routes/search","description":"<p>노선 번호로 검색하여 해당 노선번호를 포함하는 모든 노선의 리스트를 반환한다.</p>\n","urlObject":{"path":["api","routes","search"],"host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"query":[{"disabled":true,"description":{"content":"<p>노선 번호 (필수, 부분 매칭)</p>\n","type":"text/plain"},"key":"no","value":""}],"variable":[]}},"response":[{"id":"7dc1b95d-8427-4658-b63a-9c84b207d6df","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/routes/search?no=19","host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"path":["api","routes","search"],"query":[{"key":"no","value":"19","description":"노선 번호 (부분 매칭)"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"routeId\": \"GMB190-110\",\r\n        \"routeNo\": \"190-1\",\r\n        \"startNode\": \"봉곡청마루출발지(종점)\",\r\n        \"endNode\": \"옥계이편한세상APT앞\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB190-210\",\r\n        \"routeNo\": \"190-2\",\r\n        \"startNode\": \"원호대우아파트건너\",\r\n        \"endNode\": \"옥계이편한세상APT앞\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB190-310\",\r\n        \"routeNo\": \"190-3\",\r\n        \"startNode\": \"구미역\",\r\n        \"endNode\": \"금오공대종점\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB190-320\",\r\n        \"routeNo\": \"190-3\",\r\n        \"startNode\": \"금오공대종점\",\r\n        \"endNode\": \"구미역(중앙시장)\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB19010\",\r\n        \"routeNo\": \"190\",\r\n        \"startNode\": \"구미역\",\r\n        \"endNode\": \"옥계이편한세상APT앞\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB19020\",\r\n        \"routeNo\": \"190\",\r\n        \"startNode\": \"옥계이편한세상APT앞\",\r\n        \"endNode\": \"구미역(중앙시장)\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB19110\",\r\n        \"routeNo\": \"191\",\r\n        \"startNode\": \"구미역\",\r\n        \"endNode\": \"옥계이편한세상APT앞\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB19120\",\r\n        \"routeNo\": \"191\",\r\n        \"startNode\": \"옥계이편한세상APT앞\",\r\n        \"endNode\": \"구미역(중앙시장)\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB19210\",\r\n        \"routeNo\": \"192\",\r\n        \"startNode\": \"구미역\",\r\n        \"endNode\": \"해평버스정류장\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB19220\",\r\n        \"routeNo\": \"192\",\r\n        \"startNode\": \"해평버스정류장\",\r\n        \"endNode\": \"구미역(중앙시장)\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB193-210\",\r\n        \"routeNo\": \"193-2\",\r\n        \"startNode\": \"구미역\",\r\n        \"endNode\": \"장천버스터미널 종점\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB193-220\",\r\n        \"routeNo\": \"193-2\",\r\n        \"startNode\": \"장천버스터미널 종점\",\r\n        \"endNode\": \"구미역(중앙시장)\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB19310\",\r\n        \"routeNo\": \"193\",\r\n        \"startNode\": \"구미역\",\r\n        \"endNode\": \"장천버스터미널 종점\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB19320\",\r\n        \"routeNo\": \"193\",\r\n        \"startNode\": \"장천버스터미널 종점\",\r\n        \"endNode\": \"구미역(중앙시장)\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB19410\",\r\n        \"routeNo\": \"194\",\r\n        \"startNode\": \"구미역\",\r\n        \"endNode\": \"양호동종점\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB19420\",\r\n        \"routeNo\": \"194\",\r\n        \"startNode\": \"양호동종점\",\r\n        \"endNode\": \"구미역(중앙시장)\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB19510\",\r\n        \"routeNo\": \"195\",\r\n        \"startNode\": \"구미역\",\r\n        \"endNode\": \"AGC화인테크노한국앞\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB19520\",\r\n        \"routeNo\": \"195\",\r\n        \"startNode\": \"AGC화인테크노한국건너\",\r\n        \"endNode\": \"구미역(중앙시장)\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB19610\",\r\n        \"routeNo\": \"196\",\r\n        \"startNode\": \"구미역\",\r\n        \"endNode\": \"경운대학교(구미운전면허센터)\"\r\n    },\r\n    {\r\n        \"routeId\": \"GMB19620\",\r\n        \"routeNo\": \"196\",\r\n        \"startNode\": \"경운대학교(구미운전면허센터)\",\r\n        \"endNode\": \"구미역(중앙시장)\"\r\n    }\r\n]"},{"id":"d7ba1d24-f914-4aca-93c8-057ff23b5ec6","name":"성공 - 검색 결과가 없는 경우","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/routes/search?no=199","host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"path":["api","routes","search"],"query":[{"key":"no","value":"199","description":"노선 번호 (부분 매칭)"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"e3553ffa-90b1-4918-a271-4f78a3adbd47"},{"name":"노선 id로 실시간 위치 정보 조회","id":"e588abb5-c24f-4159-9162-d7adf92a0cf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/routes/location","description":"<p>노선 id로 검색하여 해당 노선의 실시간 위치 정보를 반환한다.</p>\n","urlObject":{"path":["api","routes","location"],"host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"query":[{"disabled":true,"description":{"content":"<p>노선 id (필수) - 정류장 검색 결과에서 얻어올 수 있다.</p>\n","type":"text/plain"},"key":"routeId","value":""}],"variable":[]}},"response":[{"id":"ada756a4-1d94-46a4-b0fd-e7b1a6e6f631","name":"성공","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/routes/location?routeId=GMB19520","host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"path":["api","routes","location"],"query":[{"key":"routeId","value":"GMB19520","description":"노선 id (필수) - 노선 검색 결과에서 얻어올 수 있다."}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"routeId\": \"GMB19520\",\n    \"routeNo\": \"195\",\n    \"realtimeNodeOrder\": \"13\",\n    \"passingNodeList\": [\n        {\n            \"id\": \"GMB543\",\n            \"name\": \"AGC화인테크노한국건너\",\n            \"no\": \"10543\",\n            \"order\": \"1\",\n            \"longitude\": \"128.4478893\",\n            \"latitude\": \"36.14665331\"\n        },\n        {\n            \"id\": \"GMB249\",\n            \"name\": \"포스코케미칼\",\n            \"no\": \"10249\",\n            \"order\": \"2\",\n            \"longitude\": \"128.4479295\",\n            \"latitude\": \"36.1422662\"\n        },\n        {\n            \"id\": \"GMB1025\",\n            \"name\": \"휘닉스소재앞\",\n            \"no\": \"11025\",\n            \"order\": \"3\",\n            \"longitude\": \"128.4475765\",\n            \"latitude\": \"36.14096455\"\n        },\n        {\n            \"id\": \"GMB797\",\n            \"name\": \"콜렉터신영건너\",\n            \"no\": \"10797\",\n            \"order\": \"4\",\n            \"longitude\": \"128.445286\",\n            \"latitude\": \"36.14091632\"\n        },\n        {\n            \"id\": \"GMB1017\",\n            \"name\": \"구미코앞\",\n            \"no\": \"11017\",\n            \"order\": \"5\",\n            \"longitude\": \"128.4422348\",\n            \"latitude\": \"36.14100575\"\n        },\n        {\n            \"id\": \"GMB86\",\n            \"name\": \"구미전자정보기술원(청년창업랩)\",\n            \"no\": \"10086\",\n            \"order\": \"6\",\n            \"longitude\": \"128.4402798\",\n            \"latitude\": \"36.14083988\"\n        },\n        {\n            \"id\": \"GMB181\",\n            \"name\": \"옥계이편한세상APT앞\",\n            \"no\": \"10181\",\n            \"order\": \"7\",\n            \"longitude\": \"128.43737\",\n            \"latitude\": \"36.14032503\"\n        },\n        {\n            \"id\": \"GMB6\",\n            \"name\": \"우미린더스카이앞\",\n            \"no\": \"10006\",\n            \"order\": \"8\",\n            \"longitude\": \"128.4328294\",\n            \"latitude\": \"36.13798257\"\n        },\n        {\n            \"id\": \"GMB1\",\n            \"name\": \"4공단(현진아파트방면)\",\n            \"no\": \"10001\",\n            \"order\": \"9\",\n            \"longitude\": \"128.4295512\",\n            \"latitude\": \"36.13721741\"\n        },\n        {\n            \"id\": \"GMB843\",\n            \"name\": \"중흥S클래스앞\",\n            \"no\": \"10843\",\n            \"order\": \"10\",\n            \"longitude\": \"128.4289741\",\n            \"latitude\": \"36.14018677\"\n        },\n        {\n            \"id\": \"GMB649\",\n            \"name\": \"우미린아파트\",\n            \"no\": \"10649\",\n            \"order\": \"11\",\n            \"longitude\": \"128.42897364\",\n            \"latitude\": \"36.14195958\"\n        },\n        {\n            \"id\": \"GMB960\",\n            \"name\": \"호반베르디움아파트정문\",\n            \"no\": \"10960\",\n            \"order\": \"12\",\n            \"longitude\": \"128.427919\",\n            \"latitude\": \"36.14341602\"\n        },\n        {\n            \"id\": \"GMB961\",\n            \"name\": \"옥계휴먼시아건너\",\n            \"no\": \"10961\",\n            \"order\": \"13\",\n            \"longitude\": \"128.4238708\",\n            \"latitude\": \"36.14226215\"\n        },\n        {\n            \"id\": \"GMB378\",\n            \"name\": \"삼구아파트\",\n            \"no\": \"10378\",\n            \"order\": \"14\",\n            \"longitude\": \"128.4207092\",\n            \"latitude\": \"36.13846753\"\n        },\n        {\n            \"id\": \"GMB3\",\n            \"name\": \"4공단입구건너(인동농협옥계지점)\",\n            \"no\": \"10003\",\n            \"order\": \"15\",\n            \"longitude\": \"128.4173574\",\n            \"latitude\": \"36.13781552\"\n        },\n        {\n            \"id\": \"GMB620\",\n            \"name\": \"옥계대우아파트앞\",\n            \"no\": \"10620\",\n            \"order\": \"16\",\n            \"longitude\": \"128.4161283\",\n            \"latitude\": \"36.13710958\"\n        },\n        {\n            \"id\": \"GMB505\",\n            \"name\": \"신나리아파트\",\n            \"no\": \"10505\",\n            \"order\": \"17\",\n            \"longitude\": \"128.4135441\",\n            \"latitude\": \"36.13747946\"\n        },\n        {\n            \"id\": \"GMB626\",\n            \"name\": \"옥계중학교앞\",\n            \"no\": \"10626\",\n            \"order\": \"18\",\n            \"longitude\": \"128.4119213\",\n            \"latitude\": \"36.13701578\"\n        },\n        {\n            \"id\": \"GMB130\",\n            \"name\": \"금오공대입구(금오공대종점방면)\",\n            \"no\": \"10130\",\n            \"order\": \"19\",\n            \"longitude\": \"128.3971135\",\n            \"latitude\": \"36.13929449\"\n        },\n        {\n            \"id\": \"GMB132\",\n            \"name\": \"금오공대종점\",\n            \"no\": \"10132\",\n            \"order\": \"20\",\n            \"longitude\": \"128.3943957\",\n            \"latitude\": \"36.14317057\"\n        },\n        {\n            \"id\": \"GMB131\",\n            \"name\": \"금오공대입구(옥계중학교방면)\",\n            \"no\": \"10131\",\n            \"order\": \"21\",\n            \"longitude\": \"128.3967393\",\n            \"latitude\": \"36.13948442\"\n        },\n        {\n            \"id\": \"GMB1105\",\n            \"name\": \"일이삼철강 건너\",\n            \"no\": \"11105\",\n            \"order\": \"22\",\n            \"longitude\": \"128.3964238\",\n            \"latitude\": \"36.13473591\"\n        },\n        {\n            \"id\": \"GMB553\",\n            \"name\": \"양호동빈수골(엘지연수원방면)\",\n            \"no\": \"10553\",\n            \"order\": \"23\",\n            \"longitude\": \"128.3911848\",\n            \"latitude\": \"36.12910736\"\n        },\n        {\n            \"id\": \"GMB564\",\n            \"name\": \"엘지연수원앞\",\n            \"no\": \"10564\",\n            \"order\": \"24\",\n            \"longitude\": \"128.3854717\",\n            \"latitude\": \"36.12130876\"\n        },\n        {\n            \"id\": \"GMB160\",\n            \"name\": \"LIG넥스원건너\",\n            \"no\": \"10160\",\n            \"order\": \"25\",\n            \"longitude\": \"128.3853548\",\n            \"latitude\": \"36.11574551\"\n        },\n        {\n            \"id\": \"GMB452\",\n            \"name\": \"세무서4거리\",\n            \"no\": \"10452\",\n            \"order\": \"26\",\n            \"longitude\": \"128.3852727\",\n            \"latitude\": \"36.11164432\"\n        },\n        {\n            \"id\": \"GMB74\",\n            \"name\": \"구미세무서앞\",\n            \"no\": \"10074\",\n            \"order\": \"27\",\n            \"longitude\": \"128.3835073\",\n            \"latitude\": \"36.11109129\"\n        },\n        {\n            \"id\": \"GMB46\",\n            \"name\": \"공단본부앞\",\n            \"no\": \"10046\",\n            \"order\": \"28\",\n            \"longitude\": \"128.3790454\",\n            \"latitude\": \"36.11108779\"\n        },\n        {\n            \"id\": \"GMB831\",\n            \"name\": \"LG유니참앞\",\n            \"no\": \"10831\",\n            \"order\": \"29\",\n            \"longitude\": \"128.374568\",\n            \"latitude\": \"36.11108251\"\n        },\n        {\n            \"id\": \"GMB795\",\n            \"name\": \"KEC정문\",\n            \"no\": \"10795\",\n            \"order\": \"30\",\n            \"longitude\": \"128.3700712\",\n            \"latitude\": \"36.11105703\"\n        },\n        {\n            \"id\": \"GMB260\",\n            \"name\": \"롯데마트앞\",\n            \"no\": \"10260\",\n            \"order\": \"31\",\n            \"longitude\": \"128.3640135\",\n            \"latitude\": \"36.11334734\"\n        },\n        {\n            \"id\": \"GMB527\",\n            \"name\": \"구미경찰서\",\n            \"no\": \"10527\",\n            \"order\": \"32\",\n            \"longitude\": \"128.3632418\",\n            \"latitude\": \"36.11616768\"\n        },\n        {\n            \"id\": \"GMB531\",\n            \"name\": \"구미IC네거리(구미종합터미널건너방면)\",\n            \"no\": \"10531\",\n            \"order\": \"33\",\n            \"longitude\": \"128.3605576\",\n            \"latitude\": \"36.1195893\"\n        },\n        {\n            \"id\": \"GMB89\",\n            \"name\": \"구미종합터미널건너\",\n            \"no\": \"10089\",\n            \"order\": \"34\",\n            \"longitude\": \"128.3508489\",\n            \"latitude\": \"36.12267599\"\n        },\n        {\n            \"id\": \"GMB804\",\n            \"name\": \"터미널네거리(송원고가밑방면)\",\n            \"no\": \"10804\",\n            \"order\": \"35\",\n            \"longitude\": \"128.3482793\",\n            \"latitude\": \"36.12230851\"\n        },\n        {\n            \"id\": \"GMB477\",\n            \"name\": \"송원고가밑(구미역방면)\",\n            \"no\": \"10477\",\n            \"order\": \"36\",\n            \"longitude\": \"128.3439691\",\n            \"latitude\": \"36.12341245\"\n        },\n        {\n            \"id\": \"GMB657\",\n            \"name\": \"금오시장 입구\",\n            \"no\": \"10657\",\n            \"order\": \"37\",\n            \"longitude\": \"128.340973\",\n            \"latitude\": \"36.12474098\"\n        },\n        {\n            \"id\": \"GMB137\",\n            \"name\": \"원평동 행정복지 센터 앞\",\n            \"no\": \"10137\",\n            \"order\": \"38\",\n            \"longitude\": \"128.3388928\",\n            \"latitude\": \"36.12581949\"\n        },\n        {\n            \"id\": \"GMB177\",\n            \"name\": \"대구은행앞\",\n            \"no\": \"10177\",\n            \"order\": \"39\",\n            \"longitude\": \"128.3356625\",\n            \"latitude\": \"36.12718339\"\n        },\n        {\n            \"id\": \"GMB119\",\n            \"name\": \"구미역 전(국민은행)\",\n            \"no\": \"10119\",\n            \"order\": \"40\",\n            \"longitude\": \"128.3322865\",\n            \"latitude\": \"36.12861582\"\n        },\n        {\n            \"id\": \"GMB79\",\n            \"name\": \"구미역(중앙시장)\",\n            \"no\": \"10079\",\n            \"order\": \"41\",\n            \"longitude\": \"128.3298341\",\n            \"latitude\": \"36.12962183\"\n        }\n    ]\n}"},{"id":"27d422e3-ef4f-45f0-9ccd-6b06a0b70760","name":"실패 - 잘못된 노선 id","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/routes/location?routeId=GMB195200","host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"path":["api","routes","location"],"query":[{"key":"routeId","value":"GMB195200","description":"노선 id (필수) - 노선 검색 결과에서 얻어올 수 있다."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Route is not exist\",\r\n    \"content\": \"GMB195200\"\r\n}"}],"_postman_id":"e588abb5-c24f-4159-9162-d7adf92a0cf6"},{"name":"경로 탐색","id":"697aa724-7751-484f-b91b-ae221548c2c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/paths","description":"<p>출발지/도착지의 위도/경도를 받아 출발지에서 도착지로 가는 경로를 탐색한다.</p>\n","urlObject":{"path":["api","paths"],"host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"query":[{"disabled":true,"description":{"content":"<p>출발지 경도(필수)</p>\n","type":"text/plain"},"key":"departureLongitude","value":""},{"disabled":true,"description":{"content":"<p>출발지 위도(필수)</p>\n","type":"text/plain"},"key":"departureLatitude","value":""},{"disabled":true,"description":{"content":"<p>도착지 경도(필수)</p>\n","type":"text/plain"},"key":"arrivalLongitude","value":null},{"disabled":true,"description":{"content":"<p>도착지 위도(필수)</p>\n","type":"text/plain"},"key":"arrivalLatitude","value":null}],"variable":[]}},"response":[{"id":"e442c908-dcf5-4950-99c2-f4189f45ef17","name":"성공","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/paths?departure=128.41119125,36.13852700&arrival=128.3323540,36.12880460","host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"path":["api","paths"],"query":[{"key":"departure","value":"128.41119125,36.13852700","description":"출발지 경도,위도 (콤마로 구분, 띄어쓰기 X)"},{"key":"arrival","value":"128.3323540,36.12880460","description":"도착지 경도,위도 (콤마로 구분, 띄어쓰기 X)"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"duration\": 30,\r\n        \"stepList\": [\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 4,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 27,\r\n                \"departure\": \"옥계중학교앞\",\r\n                \"arrival\": \"구미역 전(국민은행)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB7230\",\r\n                        \"routeNo\": \"72\",\r\n                        \"prevNodeCnt\": 6,\r\n                        \"arrTime\": 7,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB10-230\",\r\n                        \"routeNo\": \"10-2\",\r\n                        \"prevNodeCnt\": 4,\r\n                        \"arrTime\": 3,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB340-713\",\r\n                        \"routeNo\": \"340-7\",\r\n                        \"prevNodeCnt\": 5,\r\n                        \"arrTime\": 8,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"duration\": 39,\r\n        \"stepList\": [\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 4,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 35,\r\n                \"departure\": \"옥계중학교앞\",\r\n                \"arrival\": \"구미역 전(국민은행)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB19410\",\r\n                        \"routeNo\": \"194\",\r\n                        \"prevNodeCnt\": 4,\r\n                        \"arrTime\": 7,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB40431\",\r\n                        \"routeNo\": \"404\",\r\n                        \"prevNodeCnt\": 9,\r\n                        \"arrTime\": 8,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB171-210\",\r\n                        \"routeNo\": \"171-2\",\r\n                        \"prevNodeCnt\": 7,\r\n                        \"arrTime\": 4,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"duration\": 57,\r\n        \"stepList\": [\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 11,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 46,\r\n                \"departure\": \"4공단입구건너(인동농협옥계지점)\",\r\n                \"arrival\": \"구미역 전(국민은행)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB340-330\",\r\n                        \"routeNo\": \"340-3\",\r\n                        \"prevNodeCnt\": 8,\r\n                        \"arrTime\": 10,\r\n                        \"departureName\": \"4공단입구건너(인동농협옥계지점)\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB18310\",\r\n                        \"routeNo\": \"183\",\r\n                        \"prevNodeCnt\": 5,\r\n                        \"arrTime\": 6,\r\n                        \"departureName\": \"4공단입구건너(인동농협옥계지점)\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB74020\",\r\n                        \"routeNo\": \"740\",\r\n                        \"prevNodeCnt\": 3,\r\n                        \"arrTime\": 4,\r\n                        \"departureName\": \"4공단입구건너(인동농협옥계지점)\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"duration\": 34,\r\n        \"stepList\": [\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 4,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 30,\r\n                \"departure\": \"옥계중학교앞\",\r\n                \"arrival\": \"구미역 전(국민은행)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB27-130\",\r\n                        \"routeNo\": \"27-1\",\r\n                        \"prevNodeCnt\": 7,\r\n                        \"arrTime\": 9,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB51-120\",\r\n                        \"routeNo\": \"51-1\",\r\n                        \"prevNodeCnt\": 2,\r\n                        \"arrTime\": 10,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB14032\",\r\n                        \"routeNo\": \"140\",\r\n                        \"prevNodeCnt\": 3,\r\n                        \"arrTime\": 3,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"duration\": 57,\r\n        \"stepList\": [\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 12,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 44,\r\n                \"departure\": \"거상빌딩\",\r\n                \"arrival\": \"구미역 전(국민은행)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB410-131\",\r\n                        \"routeNo\": \"410-1\",\r\n                        \"prevNodeCnt\": 4,\r\n                        \"arrTime\": 3,\r\n                        \"departureName\": \"거상빌딩\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB17510\",\r\n                        \"routeNo\": \"175\",\r\n                        \"prevNodeCnt\": 7,\r\n                        \"arrTime\": 9,\r\n                        \"departureName\": \"거상빌딩\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"duration\": 39,\r\n        \"stepList\": [\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 4,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 4,\r\n                \"departure\": \"옥계중학교앞\",\r\n                \"arrival\": \"금오공대입구(옥계중학교방면)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB19620\",\r\n                        \"routeNo\": \"196\",\r\n                        \"prevNodeCnt\": 3,\r\n                        \"arrTime\": 1,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB174-120\",\r\n                        \"routeNo\": \"174-1\",\r\n                        \"prevNodeCnt\": 6,\r\n                        \"arrTime\": 8,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 2,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 28,\r\n                \"departure\": \"금오공대입구(금오공대종점방면)\",\r\n                \"arrival\": \"구미역 전(국민은행)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB26-120\",\r\n                        \"routeNo\": \"26-1\",\r\n                        \"prevNodeCnt\": 3,\r\n                        \"arrTime\": 10,\r\n                        \"departureName\": \"금오공대입구(금오공대종점방면)\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB70-130\",\r\n                        \"routeNo\": \"70-1\",\r\n                        \"prevNodeCnt\": 6,\r\n                        \"arrTime\": 8,\r\n                        \"departureName\": \"금오공대입구(금오공대종점방면)\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB500010\",\r\n                        \"routeNo\": \"5000\",\r\n                        \"prevNodeCnt\": 8,\r\n                        \"arrTime\": 5,\r\n                        \"departureName\": \"금오공대입구(금오공대종점방면)\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB1020\",\r\n                        \"routeNo\": \"10\",\r\n                        \"prevNodeCnt\": 5,\r\n                        \"arrTime\": 4,\r\n                        \"departureName\": \"금오공대입구(금오공대종점방면)\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"duration\": 34,\r\n        \"stepList\": [\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 4,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 31,\r\n                \"departure\": \"옥계중학교앞\",\r\n                \"arrival\": \"구미역 전(국민은행)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB88110\",\r\n                        \"routeNo\": \"881\",\r\n                        \"prevNodeCnt\": 1,\r\n                        \"arrTime\": 8,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB70-230\",\r\n                        \"routeNo\": \"70-2\",\r\n                        \"prevNodeCnt\": 5,\r\n                        \"arrTime\": 4,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"duration\": 54,\r\n        \"stepList\": [\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 4,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 2,\r\n                \"departure\": \"옥계중학교앞\",\r\n                \"arrival\": \"금오공대입구(금오공대종점방면)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB340-130\",\r\n                        \"routeNo\": \"340-1\",\r\n                        \"prevNodeCnt\": 4,\r\n                        \"arrTime\": 10,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB1210\",\r\n                        \"routeNo\": \"12\",\r\n                        \"prevNodeCnt\": 2,\r\n                        \"arrTime\": 7,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB73-131\",\r\n                        \"routeNo\": \"73-1\",\r\n                        \"prevNodeCnt\": 6,\r\n                        \"arrTime\": 6,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB74-322\",\r\n                        \"routeNo\": \"74-3\",\r\n                        \"prevNodeCnt\": 10,\r\n                        \"arrTime\": 2,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 2,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 31,\r\n                \"departure\": \"금오공대입구(옥계중학교방면)\",\r\n                \"arrival\": \"구미역 전(국민은행)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB9013\",\r\n                        \"routeNo\": \"90\",\r\n                        \"prevNodeCnt\": 3,\r\n                        \"arrTime\": 6,\r\n                        \"departureName\": \"금오공대입구(옥계중학교방면)\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB7410\",\r\n                        \"routeNo\": \"74\",\r\n                        \"prevNodeCnt\": 5,\r\n                        \"arrTime\": 8,\r\n                        \"departureName\": \"금오공대입구(옥계중학교방면)\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB2910\",\r\n                        \"routeNo\": \"29\",\r\n                        \"prevNodeCnt\": 2,\r\n                        \"arrTime\": 3,\r\n                        \"departureName\": \"금오공대입구(옥계중학교방면)\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"duration\": 46,\r\n        \"stepList\": [\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 4,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 9,\r\n                \"departure\": \"옥계중학교앞\",\r\n                \"arrival\": \"예일베어링앞\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB8630\",\r\n                        \"routeNo\": \"86\",\r\n                        \"prevNodeCnt\": 4,\r\n                        \"arrTime\": 1,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB10-130\",\r\n                        \"routeNo\": \"10-1\",\r\n                        \"prevNodeCnt\": 10,\r\n                        \"arrTime\": 1,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB9020\",\r\n                        \"routeNo\": \"90\",\r\n                        \"prevNodeCnt\": 4,\r\n                        \"arrTime\": 1,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB95-121\",\r\n                        \"routeNo\": \"95-1\",\r\n                        \"prevNodeCnt\": 8,\r\n                        \"arrTime\": 5,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 4,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 26,\r\n                \"departure\": \"엘지연수원앞\",\r\n                \"arrival\": \"구미역 전(국민은행)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB162-111\",\r\n                        \"routeNo\": \"162-1\",\r\n                        \"prevNodeCnt\": 2,\r\n                        \"arrTime\": 6,\r\n                        \"departureName\": \"엘지연수원앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB410-135\",\r\n                        \"routeNo\": \"410-1\",\r\n                        \"prevNodeCnt\": 4,\r\n                        \"arrTime\": 9,\r\n                        \"departureName\": \"엘지연수원앞\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"duration\": 54,\r\n        \"stepList\": [\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 4,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 9,\r\n                \"departure\": \"옥계중학교앞\",\r\n                \"arrival\": \"예일베어링앞\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB17410\",\r\n                        \"routeNo\": \"174\",\r\n                        \"prevNodeCnt\": 10,\r\n                        \"arrTime\": 1,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB36020\",\r\n                        \"routeNo\": \"360\",\r\n                        \"prevNodeCnt\": 5,\r\n                        \"arrTime\": 5,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 4,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 22,\r\n                \"departure\": \"엘지연수원앞\",\r\n                \"arrival\": \"구미역 전(국민은행)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB171-210\",\r\n                        \"routeNo\": \"171-2\",\r\n                        \"prevNodeCnt\": 1,\r\n                        \"arrTime\": 2,\r\n                        \"departureName\": \"엘지연수원앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB26-231\",\r\n                        \"routeNo\": \"26-2\",\r\n                        \"prevNodeCnt\": 1,\r\n                        \"arrTime\": 9,\r\n                        \"departureName\": \"엘지연수원앞\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"duration\": 32,\r\n        \"stepList\": [\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 4,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 29,\r\n                \"departure\": \"옥계중학교앞\",\r\n                \"arrival\": \"구미역 전(국민은행)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB2413\",\r\n                        \"routeNo\": \"24\",\r\n                        \"prevNodeCnt\": 9,\r\n                        \"arrTime\": 2,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB36010\",\r\n                        \"routeNo\": \"360\",\r\n                        \"prevNodeCnt\": 4,\r\n                        \"arrTime\": 7,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"duration\": 25,\r\n        \"stepList\": [\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 4,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 16,\r\n                \"departure\": \"옥계중학교앞\",\r\n                \"arrival\": \"구미종합터미널건너\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB5210\",\r\n                        \"routeNo\": \"52\",\r\n                        \"prevNodeCnt\": 6,\r\n                        \"arrTime\": 1,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB26-230\",\r\n                        \"routeNo\": \"26-2\",\r\n                        \"prevNodeCnt\": 1,\r\n                        \"arrTime\": 2,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 5,\r\n                \"departure\": \"구미종합터미널건너\",\r\n                \"arrival\": \"구미역 전(국민은행)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB71030\",\r\n                        \"routeNo\": \"710\",\r\n                        \"prevNodeCnt\": 5,\r\n                        \"arrTime\": 10,\r\n                        \"departureName\": \"구미종합터미널건너\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB17210\",\r\n                        \"routeNo\": \"172\",\r\n                        \"prevNodeCnt\": 4,\r\n                        \"arrTime\": 2,\r\n                        \"departureName\": \"구미종합터미널건너\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB8432\",\r\n                        \"routeNo\": \"84\",\r\n                        \"prevNodeCnt\": 9,\r\n                        \"arrTime\": 6,\r\n                        \"departureName\": \"구미종합터미널건너\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"duration\": 28,\r\n        \"stepList\": [\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 4,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 24,\r\n                \"departure\": \"옥계중학교앞\",\r\n                \"arrival\": \"구미역 전(국민은행)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB41030\",\r\n                        \"routeNo\": \"410\",\r\n                        \"prevNodeCnt\": 1,\r\n                        \"arrTime\": 3,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB51-110\",\r\n                        \"routeNo\": \"51-1\",\r\n                        \"prevNodeCnt\": 1,\r\n                        \"arrTime\": 7,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB19310\",\r\n                        \"routeNo\": \"193\",\r\n                        \"prevNodeCnt\": 4,\r\n                        \"arrTime\": 4,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"duration\": 28,\r\n        \"stepList\": [\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 4,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 25,\r\n                \"departure\": \"옥계중학교앞\",\r\n                \"arrival\": \"구미역 전(국민은행)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB20-330\",\r\n                        \"routeNo\": \"20-3\",\r\n                        \"prevNodeCnt\": 6,\r\n                        \"arrTime\": 6,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB360-120\",\r\n                        \"routeNo\": \"360-1\",\r\n                        \"prevNodeCnt\": 5,\r\n                        \"arrTime\": 3,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"duration\": 37,\r\n        \"stepList\": [\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 4,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 4,\r\n                \"departure\": \"옥계중학교앞\",\r\n                \"arrival\": \"금오공대입구(옥계중학교방면)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB7133\",\r\n                        \"routeNo\": \"71\",\r\n                        \"prevNodeCnt\": 2,\r\n                        \"arrTime\": 8,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB53-121\",\r\n                        \"routeNo\": \"53-1\",\r\n                        \"prevNodeCnt\": 8,\r\n                        \"arrTime\": 4,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB74-430\",\r\n                        \"routeNo\": \"74-4\",\r\n                        \"prevNodeCnt\": 7,\r\n                        \"arrTime\": 10,\r\n                        \"departureName\": \"옥계중학교앞\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"type\": \"WALKING\",\r\n                \"duration\": 2,\r\n                \"departure\": null,\r\n                \"arrival\": null,\r\n                \"arrivalRouteList\": null\r\n            },\r\n            {\r\n                \"type\": \"BUS\",\r\n                \"duration\": 22,\r\n                \"departure\": \"금오공대입구(금오공대종점방면)\",\r\n                \"arrival\": \"구미역 전(국민은행)\",\r\n                \"arrivalRouteList\": [\r\n                    {\r\n                        \"routeId\": \"GMB884-121\",\r\n                        \"routeNo\": \"884-1\",\r\n                        \"prevNodeCnt\": 3,\r\n                        \"arrTime\": 9,\r\n                        \"departureName\": \"금오공대입구(금오공대종점방면)\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB36014\",\r\n                        \"routeNo\": \"360\",\r\n                        \"prevNodeCnt\": 7,\r\n                        \"arrTime\": 2,\r\n                        \"departureName\": \"금오공대입구(금오공대종점방면)\"\r\n                    },\r\n                    {\r\n                        \"routeId\": \"GMB71-130\",\r\n                        \"routeNo\": \"71-1\",\r\n                        \"prevNodeCnt\": 1,\r\n                        \"arrTime\": 2,\r\n                        \"departureName\": \"금오공대입구(금오공대종점방면)\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n]\r\n"}],"_postman_id":"697aa724-7751-484f-b91b-ae221548c2c4"},{"name":"주변 정류장 조회","id":"791aa50b-5b7f-4272-bfb3-6fccbe7461af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/nodes","description":"<p>현재 위치의 위도/경도를 받아 반경 500m 내의 정류장을 조회한다.</p>\n","urlObject":{"path":["api","nodes"],"host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"query":[{"disabled":true,"description":{"content":"<p>위도 (필수)</p>\n","type":"text/plain"},"key":"longitude","value":""},{"disabled":true,"description":{"content":"<p>경도 (필수)</p>\n","type":"text/plain"},"key":"latitude","value":""}],"variable":[]}},"response":[{"id":"cc83ee04-2f77-4a5c-950d-2c65385f9a4b","name":"성공","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io/api/nodes?longitude=128.41119125&latitude=36.13852700","host":["https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"],"path":["api","nodes"],"query":[{"key":"longitude","value":"128.41119125","description":"경도"},{"key":"latitude","value":"36.13852700","description":"위도"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"GMB131\",\n        \"name\": \"금오공대입구(옥계중학교방면)\",\n        \"no\": \"10131\",\n        \"longitude\": 128.3967393,\n        \"latitude\": 36.13948442\n    },\n    {\n        \"id\": \"GMB625\",\n        \"name\": \"옥계중학교건너\",\n        \"no\": \"10625\",\n        \"longitude\": 128.4114203,\n        \"latitude\": 36.13640645\n    },\n    {\n        \"id\": \"GMB626\",\n        \"name\": \"옥계중학교앞\",\n        \"no\": \"10626\",\n        \"longitude\": 128.4119213,\n        \"latitude\": 36.13701578\n    }\n]"}],"_postman_id":"791aa50b-5b7f-4272-bfb3-6fccbe7461af"}],"variable":[{"key":"url","value":"https://2a9908a5-f393-436e-86ea-49797d7a1d1f.mock.pstmn.io"}]}