{ "info": { "title": "³×À̹ö Áö¿ª °Ë»ö", "version": "1.0.0", "description": "³×À̹ö Áö¿ª ¼­ºñ½º¿¡ µî·ÏµÈ ¾÷ü ¹× ±â°üÀ» °Ë»öÇϱâ À§ÇÑ ½ºÅ³" }, "paths": { "/v1/search/local.json": { "get": { "summary": "±¹³» Áö¿ª Á¤º¸ °Ë»ö °á°ú¸¦ ³ª¿­ÇÕ´Ï´Ù.", "responses": { "200": { "content": { "application/json": { "schema": { "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "properties": { "link": { "type": "string" }, "mapx": { "type": "string" }, "mapy": { "type": "string" }, "title": { "type": "string" }, "address": { "type": "string" }, "category": { "type": "string" }, "telephone": { "type": "string" }, "description": { "type": "string" }, "roadAddress": { "type": "string" } } } }, "start": { "type": "integer" }, "total": { "type": "integer" }, "display": { "type": "integer" }, "lastBuildDate": { "type": "string" } } } } }, "description": "- **title**: ¾÷ü¸í\\n- **address**: Áö¹ø ÁÖ¼Ò(e.g. ¼­¿ïƯº°½Ã Áß±¸ À»Áö·Î3°¡ 229-1)\\n- **roadAddress**: µµ·Î¸í ÁÖ¼Ò(e.g. ¼­¿ïƯº°½Ã Áß±¸ À»Áö·Î15±æ 6-5)\\n- **category**: Ä«Å×°í¸®(e.g. ½Ä´ç, Ä«Æä, º´¿ø, ¹Ì¿ë½Ç, ±â¾÷, °ø°ø ±â°ü)\\n- **description**: ¾÷ü¿¡ ´ëÇÑ ¼³¸í(e.g. ¿¬ÅººÒ Çѿ찥ºñ Àü¹®Á¡, °­³²¿ª ±Ùó ºÐÀ§±â ÁÁÀº Ä«Æä)\\n- **link**: ȨÆäÀÌÁö ¸µÅ©" } }, "parameters": [ { "in": "query", "name": "query", "schema": { "type": "string" }, "required": true, "description": "**query**: »ç¿ëÀÚ°¡ ã°íÀÚ ÇÏ´Â »óÁ¡ÀÇ ¼³¸í (e.g. Á¤ÀÚµ¿ ±Ùó ¸ÀÁý, °­³²¿ª ±Ùó ºÐÀ§±â ÁÁÀº Ä«Æä)\\n" }, { "in": "query", "name": "display", "schema": { "type": "integer", "default": "2" }, "required": true, "description": "¿äûÇÑ Äõ¸®¿¡ ´ëÇÑ °Ë»ö °á°ú ¼ö ÀÔ´Ï´Ù. À¯ÀÏÇÑ »óÁ¡À̳ª ¾÷üÀÏ °æ¿ì¿¡´Â °á°ú¸¦ 1°³¸¸ º¸¿©ÁÖ¼¼¿ä." }, { "in": "query", "name": "sort", "schema": { "type": "string" }, "required": false, "description": "°Ë»ö °á°ú Á¤·Ä ¹æ¹ý\\n- **random**: Á¤È®µµ¼øÀ¸·Î ³»¸²Â÷¼ø Á¤·Ä(±âº»°ª)\\n- **comment**:Ä«Æä, ºí·Î±×ÀÇ ¸®ºä °³¼ö¼øÀ¸·Î ³»¸²Â÷¼ø Á¤·ÄÀÌ ÇÊ¿äÇÒ ¶§ °ªÀ» »ç¿ëÇϼ¼¿ä.(e.g. ¸®ºä ¸¹Àº ¼øÀ¸·Î Á¤·ÄÇØÁÖ¼¼¿ä. À¯¸íÇÑ °÷À» ¾Ë·ÁÁÖ¼¼¿ä. Àα⠸¹Àº °÷À» ¾Ë·ÁÁÖ¼¼¿ä.)\\n" } ], "description": "Áö¿ªÀÇ ¾÷ü³ª ±â°üÀ» °Ë»öÇÕ´Ï´Ù.", "operationId": "getLocalInfo" } } }, "openapi": "3.0.2", "servers": [ { "url": "https://openapi.naver.com" } ] }