Request Body
{
"query": "홍대"
}
JSON
복사
Response Body
# 200 OK
[
{
"id": 2,
"name": "홍대개미 신촌점",
"food_type": null,
"rating_average": 3.55,
"address": "서울 서대문구 연세로 18 2층 (지번) 창천동 18-9"
},
{
"id": 3,
"name": "홍대펀치감자탕닭한마리",
"food_type": null,
"rating_average": 4.25,
"address": "서울 마포구 독막로7길 62 1층 (지번) 서교동 405-8"
}
]
# 400 Bad Request
{
"error": "No search query provided"
}
JSON
복사