Slide 21
Slide 21 text
{
"data": [
{
"area_name": "中央区",
"spots": [
{
"id": 1,
"name": "◯蘭 天神店",
"category": "ラーメン",
"location": "福岡市中央区天神x-x-x",
"description": "天然とんこつラーメン専門店",
"note": "xxxxx",
"image_url": "/images/xxxxx.jpg"
},
]
},
{
"area_name": "博多区",
"spots": [ {// 〜 }, {// 〜 }, {// 〜 } ]
},
]
}
21
レスポンスJson
(正常系)