curl --location --request GET 'https://api.challonge.com/v2.1/races//rounds.json?community_id&page&per_page' \
--header 'Accept;' \
--header 'Authorization-Type;' \
--header 'If-None-Match;' \
--header 'Authorization: <api-key>'{
"data": [
{
"id": "8008135",
"type": "RoundOutput",
"attributes": {
"round": 1,
"state": "pending",
"timestamps": {
"startsAt": "string",
"createdAt": "string",
"updatedAt": "string",
"completedAt": "string"
}
},
"relationships": {
"participants": {
"links": {
"related": "https://api.challonge.com/<endpoint>/<url>/<relationship>/<relationship_id>.json",
"meta": {
"count": 0
}
}
},
"elapsedTimes": {}
},
"links": {
"self": "https://api.challonge.com/races/<url>.json"
}
}
]
}