HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
🍒
[팀10] CherryBoys❤️
/
🍒
API 설계(최신화는 깃북링크로)
/
Request/Response

Request/Response

End Point
/matches
완셩유무
페이지
매칭 리스트 페이지
HTTP method
GET
메모
도메인
매칭
API
매칭 전체 리스트 조회
우선순위
상
  • Response
    • { "data": { "matches": [ { "matchId": 1, "position": "윙백", "city": "서울특별시", "region": "광진구", "ground_name": "어린이대공원풋살장", "date": "2021-12-25", "startTime": "10:30", "endTime": "12:30", "cost": 30000, "ageGroup": "20s", "teamLogo": "s3://aasdfasd", "teamName": "데브코스", "teamMannerTemperature": 36.1 }, { "matchId": 1, "position": "윙백", "city": "서울특별시", "region": "광진구", "ground_name": "어린이대공원풋살장", "date": "2021-12-25", "startTime": "10:30", "endTime": "12:30", "cost": 30000, "ageGroup": "20s", "teamLogo": "s3://aasdfasd", "teamName": "데브코스", "teamMannerTemperature": 36.1 } ] } }