Request Body
없음
JSON
복사
Response Body
# 200 OK
{
"id": 1,
"name": "이름",
"address": "주소",
"food_type": "",
"isExist": true
"rating_naver": 4.5,
"rating_kakao": 4.0,
"rating_google": 4.2,
"rating_average": 4.23
"latitude": 37.5665,
"longitude": 126.978,
"image_url": "",
"reviews": [
{
"id": 6,
"user_name": "testcyan",
"content": "맛있어요",
"recommend_count": 0,
"decommend_count": 0,
"date": "2024-08-06T15:23:54.842881Z",
"replies_count": 3
},
{
"id": 7,
"user_name": "testcyan",
"content": "또 가야지~~",
"recommend_count": 0,
"decommend_count": 0,
"date": "2024-08-06T15:35:02.494425Z",
"replies_count": 0
}
]
}
# 404 Not Found
{
"message": "Restaurant not found"
}
JSON
복사