- 전체 농구장 조회
Request
Response
- JSON (예시)
Field
Filed
Type
Description
비고
{ "courts": [ { "name": "관악구민운동장 농구장", "latitude": 38.987654, "longtitude": 12.309472, "image": "aHR0cHM6Ly9pYmIuY28vcXMwSnZXYg", "basketCount": 2, "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10" }, { "name": "서울시 농구장", "latitude": 209.987654, "longtitude": 1123.309472, "image": "aHR0cHM6Ly9pYmIuY28vcXMwSnZXYg", "basketCount": 2, "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10" }, { "name": "한강 농구장", "latitude": 7777.987654, "longtitude": 888.309472, "image": "aHR0cHM6Ly9pYmIuY28vcXMwSnZXYg", "basketCount": 2, "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10" } ], "serverDateTime": "2021-12-01T12:00:00" }