Matches
The Match is the event where the teams actually meet and compete. It occurs at a specific date/time at a specific venue.
This call allows a locked match to be unlocked for the purpose of editing.
This call allows a match video stream to be enabled.
This call allows a locked match to be reseted for the purpose of editing.
Get a list of stages and pools used by matches in the season
Return a list of stages and pools used by matches for a season
- : Read any data from the organization down
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the organization
b1a23The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcA comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Type of Fixture
ALL_STARAll StarDEMONSTRATIONDemonstrationFINALFinalFRIENDLYFriendlyPLAYOFFPlayoffPRESEASONPre SeasonREGULARRegular
REGULARPossible values: Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe maximum number of records to return. See Pagination for more information.
10Example: 10The offset of the records. See Pagination for more information.
10The stage identifier within a season
ST1Successful operation
Error
GET /v1/beachvolleyball/o/{organizationId}/seasons/{seasonId}/fixtures/stages/pools HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"fixtureType": "REGULAR"
}
]
}Return a list of matches for the season
- : Read any data from the organization down
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the organization
b1a23The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcRecord was added after this date/time. In UTC.
2018-08-16T02:10:48The type of competitors in this fixture
ENTITYEntityPERSONPerson
PERSONPossible values: The discipline for a match
BEACHBeachHOCKEY5SHockey5sINDOORIndoorOUTDOOROutdoorPARAHOCKEYPara hockey
INDOORPossible values: A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdIs this match a featured match?
trueA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Type of Fixture
ALL_STARAll StarDEMONSTRATIONDemonstrationFINALFinalFRIENDLYFriendlyPLAYOFFPlayoffPRESEASONPre SeasonREGULARRegular
REGULARPossible values: Where match start time (in local time) >= this value
2018-08-16T18:00:00Where match start time (in UTC) >= this value
2018-08-16T18:00:00Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe maximum number of records to return. See Pagination for more information.
10Example: 10Is live data available?
trueIs live video available ?
trueIs the match locked (to prevent editing)?
trueThe offset of the records. See Pagination for more information.
10The pool identifier within a season
P1The round identifier within a season
RN1Round number
1The series identifier within a season
WC1The number of the match in a series of matches
1Comma-delimited list of one or more fields to sort by. Each field can have '-' as prefix to sort in descending order and no prefix to sort in ascending order.
-startTimeUTC,fixtureNumberPattern: ^(\-?startTimeUTC|\-?fixtureNumber|\-?startTimeLocal|,)*$The stage identifier within a season
ST1Fixture status. Can specify multiple, delimited by comma.
ABANDONEDAbandonedABOUT_TO_STARTAbout to StartBYEByeCANCELLEDCancelledCONFIRMEDConfirmedDRAFTDraftFINISHEDFinishedIF_NEEDEDIf NeededIN_PROGRESSIn ProgressON_PITCHOn PitchPENDINGPendingPOSTPONEDPostponedSCHEDULEDScheduledWARM_UPWarm Up
SCHEDULEDPossible values: Fixture status to not include. Can specify multiple, delimited by comma.
ABANDONEDAbandonedABOUT_TO_STARTAbout to StartBYEByeCANCELLEDCancelledCONFIRMEDConfirmedDRAFTDraftFINISHEDFinishedIF_NEEDEDIf NeededIN_PROGRESSIn ProgressON_PITCHOn PitchPENDINGPendingPOSTPONEDPostponedSCHEDULEDScheduledWARM_UPWarm Up
SCHEDULEDPossible values: Is the match time yet to be confirmed ?
trueWhere match start time (in local time) <= this value
2018-08-16T18:00:00Where match start time (in UTC) <= this value
2018-08-16T18:00:00Record was modified after this date/time. In UTC.
2018-08-16T02:11:48The unique identifier of the venue
009e9276-5c80-11e8-9c2d-fa7ae01bbebcSuccessful operation
Error
GET /v1/beachvolleyball/o/{organizationId}/seasons/{seasonId}/fixtures HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"practiceDrillType": "DRILL",
"internationalReference": "CA3243-3",
"status": "SCHEDULED",
"fixtureNumber": 123,
"nameLocal": "Grand Final",
"nameLatin": "Grand Final",
"startTimeLocal": "2018-08-16T18:00:00",
"startTimeUTC": "2018-08-16T02:00:00",
"startTimeActualUTC": "2018-08-16T02:02:23",
"endTimeActualUTC": "2018-08-16T04:02:23",
"timesUnconfirmed": true,
"locked": true,
"placingIfWon": 1,
"placingIfLost": 1,
"attendance": 1123,
"sellout": true,
"social": {
"website": "http://www.example.com",
"facebook": "https://www.facebook.com/example",
"twitter": "https://www.twitter.com/example",
"wikipedia": "https://en.wikipedia.org/wiki/example",
"instagram": "https://www.instagram.com/example"
},
"environmental": {
"surfaceCondition": "text"
},
"duration": 48,
"durationFull": 180,
"ticketURL": "text",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"seriesCode": "ST1",
"series": {
"resourceType": "seasonSeries",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"liveDataAvailable": true,
"liveVideoAvailable": true,
"fixtureType": "REGULAR",
"maximumPeriodTypeUsed": "REGULAR",
"competitorType": "ENTITY",
"competitors": [
{
"entityId": "text",
"conferenceId": "text",
"divisionId": "text",
"includeInConferenceStatistics": true,
"isHome": true,
"includeInRepresentation": true,
"draw": true,
"resultStatus": "SCHEDULED",
"resultPlace": 1,
"resultSecondaryScorePlace": 1,
"startingNumber": 1,
"score": "text",
"secondaryScore": "text",
"shootOutAttempts": "text",
"rosterStatus": "UNKNOWN",
"isNeutralVenue": true,
"uniformId": "text",
"externalId": "text"
}
],
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"externalId": "A123",
"profileId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureProfile": {
"resourceType": "fixtureProfiles",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"includeInStandings": true,
"updated": "2025-11-19T05:20:31.846Z",
"added": "2025-11-19T05:20:31.846Z",
"estimatedFinishTimeUTC": "2025-11-19T05:20:31.846Z",
"featureMatch": true,
"seriesFixtureNumber": 1,
"discipline": "INDOOR",
"broadcasts": [
{
"broadcastType": "TV",
"broadcaster": "XYZ Network",
"broadcasterURL": "www.XYZNetwork.com",
"broadcastURL": "www.XYZNetwork.com/fixture/123",
"broadcastTimezone": "Australia/Sydney",
"locale": "en-EN",
"startTimeLocal": "2023-01-01"
}
]
}
]
}Add a new match
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the organization
b1a23The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcA comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe unique identifier of the match
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcPractice types
- None None
DRILLDrillFITNESSFitnessGAMEPractice GameOTHEROther
DRILLPossible values: The international reference for this match given by the sport governing body
CA3243-3Match status
ABANDONEDAbandoned - Match began but had to be stoppedABOUT_TO_STARTAbout to Start - Match is about to startBYEBye - Team has 'rest'CANCELLEDCancelled - Cancelled - will not be playedCONFIRMEDConfirmed - Match officially completedDRAFTDraft - Not fully scheduledFINISHEDFinished - Match finished by not yet 'official'IF_NEEDEDIf Needed - Only played if neededIN_PROGRESSIn Progress - Currently in playON_PITCHOn Pitch - Players appered on the playing fieldPENDINGPending - Ready to startPOSTPONEDPostponed - Will be played at a future timeSCHEDULEDScheduled - Yet to be playedWARM_UPWarm Up - Players have begun to warm up
SCHEDULEDExample: SCHEDULEDPossible values: Match number (range of -2147483648 to 2147483647)
123Local start time
2018-08-16T18:00:00Actual start time (UTC)
2018-08-16T02:02:23Actual end time (UTC)
2018-08-16T04:02:23Is the match time yet to be confirmed ?
trueIs the match locked (to prevent editing)?
truePlace if Won?
1Place if Lost?
1Crowd attendance
1123Was the match a sellout?
trueLength, in minutes, of the match
48Full duration including breaks
180Ticket URL
A unique code for the stage. (Unique for season)
ST1A unique code for the season series. (Unique for season)
ST1A unique code for the pool. (Unique for season)
P1A unique code for the round. (Unique for season)
RN1The number given to the round
1Is live data available?
trueIs live video available ?
trueType of match
ALL_STARAll StarDEMONSTRATIONDemonstrationFINALFinalFRIENDLYFriendlyPLAYOFFPlayoffPRESEASONPre SeasonREGULARRegular
REGULARPossible values: Maximum Period Type Used
- None None
EXTRA_TIMEExtra TimeOVERTIMEOvertimeREGULARRegularSHOOTOUTShoot-Out
REGULARPossible values: The type of competitors in this match
ENTITYEntityPERSONPerson
ENTITYPossible values: The unique identifier of the venue
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe Id of the data as set by the provider of the data
A123Pattern: ^[0-9A-Za-z/_-]+$The profile that this match belongs to
009e9276-5c80-11e8-9c2d-fa7ae01bbebcInclude the match in the standings calculation?
trueExample: trueIs this match a featured match?
trueThe number of the match in a series of matches
1match discipline
- None None
BEACHBeachINDOORIndoor
INDOORPossible values: Successful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/seasons/{seasonId}/fixtures HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 1907
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"practiceDrillType": "DRILL",
"internationalReference": "CA3243-3",
"status": "SCHEDULED",
"fixtureNumber": 123,
"nameLocal": "Grand Final",
"nameLatin": "Grand Final",
"startTimeLocal": "2018-08-16T18:00:00",
"startTimeActualUTC": "2018-08-16T02:02:23",
"endTimeActualUTC": "2018-08-16T04:02:23",
"timesUnconfirmed": true,
"locked": true,
"placingIfWon": 1,
"placingIfLost": 1,
"attendance": 1123,
"sellout": true,
"social": {
"website": "http://www.example.com",
"facebook": "https://www.facebook.com/example",
"twitter": "https://www.twitter.com/example",
"wikipedia": "https://en.wikipedia.org/wiki/example",
"instagram": "https://www.instagram.com/example"
},
"environmental": {
"surfaceCondition": "text"
},
"duration": 48,
"durationFull": 180,
"ticketURL": "text",
"stageCode": "ST1",
"seriesCode": "ST1",
"poolCode": "P1",
"roundCode": "RN1",
"roundNumber": 1,
"liveDataAvailable": true,
"liveVideoAvailable": true,
"fixtureType": "REGULAR",
"maximumPeriodTypeUsed": "REGULAR",
"competitorType": "ENTITY",
"competitors": [
{
"entityId": "text",
"conferenceId": "text",
"divisionId": "text",
"includeInConferenceStatistics": true,
"isHome": true,
"includeInRepresentation": true,
"draw": true,
"resultStatus": "SCHEDULED",
"resultPlace": 1,
"resultSecondaryScorePlace": 1,
"startingNumber": 1,
"score": "text",
"secondaryScore": "text",
"shootOutAttempts": "text",
"rosterStatus": "UNKNOWN",
"isNeutralVenue": true,
"uniformId": "text",
"externalId": "text"
}
],
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"externalId": "A123",
"profileId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"includeInStandings": true,
"featureMatch": true,
"seriesFixtureNumber": 1,
"discipline": "INDOOR",
"broadcasts": [
{
"broadcastType": "TV",
"broadcaster": "XYZ Network",
"broadcasterURL": "www.XYZNetwork.com",
"broadcastURL": "www.XYZNetwork.com/fixture/123",
"broadcastTimezone": "Australia/Sydney",
"locale": "en-EN",
"startTimeLocal": "2023-01-01"
}
]
}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"practiceDrillType": "DRILL",
"internationalReference": "CA3243-3",
"status": "SCHEDULED",
"fixtureNumber": 123,
"nameLocal": "Grand Final",
"nameLatin": "Grand Final",
"startTimeLocal": "2018-08-16T18:00:00",
"startTimeUTC": "2018-08-16T02:00:00",
"startTimeActualUTC": "2018-08-16T02:02:23",
"endTimeActualUTC": "2018-08-16T04:02:23",
"timesUnconfirmed": true,
"locked": true,
"placingIfWon": 1,
"placingIfLost": 1,
"attendance": 1123,
"sellout": true,
"social": {
"website": "http://www.example.com",
"facebook": "https://www.facebook.com/example",
"twitter": "https://www.twitter.com/example",
"wikipedia": "https://en.wikipedia.org/wiki/example",
"instagram": "https://www.instagram.com/example"
},
"environmental": {
"surfaceCondition": "text"
},
"duration": 48,
"durationFull": 180,
"ticketURL": "text",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"seriesCode": "ST1",
"series": {
"resourceType": "seasonSeries",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"liveDataAvailable": true,
"liveVideoAvailable": true,
"fixtureType": "REGULAR",
"maximumPeriodTypeUsed": "REGULAR",
"competitorType": "ENTITY",
"competitors": [
{
"entityId": "text",
"conferenceId": "text",
"divisionId": "text",
"includeInConferenceStatistics": true,
"isHome": true,
"includeInRepresentation": true,
"draw": true,
"resultStatus": "SCHEDULED",
"resultPlace": 1,
"resultSecondaryScorePlace": 1,
"startingNumber": 1,
"score": "text",
"secondaryScore": "text",
"shootOutAttempts": "text",
"rosterStatus": "UNKNOWN",
"isNeutralVenue": true,
"uniformId": "text",
"externalId": "text"
}
],
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"externalId": "A123",
"profileId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureProfile": {
"resourceType": "fixtureProfiles",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"includeInStandings": true,
"updated": "2025-11-19T05:20:31.846Z",
"added": "2025-11-19T05:20:31.846Z",
"estimatedFinishTimeUTC": "2025-11-19T05:20:31.846Z",
"featureMatch": true,
"seriesFixtureNumber": 1,
"discipline": "INDOOR",
"broadcasts": [
{
"broadcastType": "TV",
"broadcaster": "XYZ Network",
"broadcasterURL": "www.XYZNetwork.com",
"broadcastURL": "www.XYZNetwork.com/fixture/123",
"broadcastTimezone": "Australia/Sydney",
"locale": "en-EN",
"startTimeLocal": "2023-01-01"
}
]
}
]
}Return a list of matches for the organization
- : Read any data from the organization down
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the organization
b1a23Record was added after this date/time. In UTC.
2018-08-16T02:10:48The type of competitors in this fixture
ENTITYEntityPERSONPerson
PERSONPossible values: The discipline for a match
BEACHBeachHOCKEY5SHockey5sINDOORIndoorOUTDOOROutdoorPARAHOCKEYPara hockey
INDOORPossible values: A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdIs this match a featured match?
trueA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]The unique identifiers of the fixtures (comma-delimited).
009e9276-5c80-11e8-9c2d-fa7ae01bbebc,de83c6a8-3b29-11eb-bdb7-0242ac130005Type of Fixture
ALL_STARAll StarDEMONSTRATIONDemonstrationFINALFinalFRIENDLYFriendlyPLAYOFFPlayoffPRESEASONPre SeasonREGULARRegular
REGULARPossible values: Where match start time (in local time) >= this value
2018-08-16T18:00:00Where match start time (in UTC) >= this value
2018-08-16T18:00:00Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe maximum number of records to return. See Pagination for more information.
10Example: 10Is live data available?
trueIs live video available ?
trueIs the match locked (to prevent editing)?
trueThe offset of the records. See Pagination for more information.
10The pool identifier within a season
P1The round identifier within a season
RN1Round number
1The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifiers of the seasons (comma-delimited).
009e9276-5c80-11e8-9c2d-fa7ae01bbebc,de83c6a8-3b29-11eb-bdb7-0242ac130005The series identifier within a season
WC1The number of the match in a series of matches
1Comma-delimited list of one or more fields to sort by. Each field can have '-' as prefix to sort in descending order and no prefix to sort in ascending order.
-startTimeUTC,fixtureNumberPattern: ^(\-?startTimeUTC|\-?fixtureNumber|\-?startTimeLocal|,)*$The stage identifier within a season
ST1Fixture status. Can specify multiple, delimited by comma.
ABANDONEDAbandonedABOUT_TO_STARTAbout to StartBYEByeCANCELLEDCancelledCONFIRMEDConfirmedDRAFTDraftFINISHEDFinishedIF_NEEDEDIf NeededIN_PROGRESSIn ProgressON_PITCHOn PitchPENDINGPendingPOSTPONEDPostponedSCHEDULEDScheduledWARM_UPWarm Up
SCHEDULEDPossible values: Fixture status to not include. Can specify multiple, delimited by comma.
ABANDONEDAbandonedABOUT_TO_STARTAbout to StartBYEByeCANCELLEDCancelledCONFIRMEDConfirmedDRAFTDraftFINISHEDFinishedIF_NEEDEDIf NeededIN_PROGRESSIn ProgressON_PITCHOn PitchPENDINGPendingPOSTPONEDPostponedSCHEDULEDScheduledWARM_UPWarm Up
SCHEDULEDPossible values: Is the match time yet to be confirmed ?
trueWhere match start time (in local time) <= this value
2018-08-16T18:00:00Where match start time (in UTC) <= this value
2018-08-16T18:00:00Record was modified after this date/time. In UTC.
2018-08-16T02:11:48The unique identifier of the venue
009e9276-5c80-11e8-9c2d-fa7ae01bbebcSuccessful operation
Error
GET /v1/beachvolleyball/o/{organizationId}/fixtures HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"practiceDrillType": "DRILL",
"internationalReference": "CA3243-3",
"status": "SCHEDULED",
"fixtureNumber": 123,
"nameLocal": "Grand Final",
"nameLatin": "Grand Final",
"startTimeLocal": "2018-08-16T18:00:00",
"startTimeUTC": "2018-08-16T02:00:00",
"startTimeActualUTC": "2018-08-16T02:02:23",
"endTimeActualUTC": "2018-08-16T04:02:23",
"timesUnconfirmed": true,
"locked": true,
"placingIfWon": 1,
"placingIfLost": 1,
"attendance": 1123,
"sellout": true,
"social": {
"website": "http://www.example.com",
"facebook": "https://www.facebook.com/example",
"twitter": "https://www.twitter.com/example",
"wikipedia": "https://en.wikipedia.org/wiki/example",
"instagram": "https://www.instagram.com/example"
},
"environmental": {
"surfaceCondition": "text"
},
"duration": 48,
"durationFull": 180,
"ticketURL": "text",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"seriesCode": "ST1",
"series": {
"resourceType": "seasonSeries",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"liveDataAvailable": true,
"liveVideoAvailable": true,
"fixtureType": "REGULAR",
"maximumPeriodTypeUsed": "REGULAR",
"competitorType": "ENTITY",
"competitors": [
{
"entityId": "text",
"conferenceId": "text",
"divisionId": "text",
"includeInConferenceStatistics": true,
"isHome": true,
"includeInRepresentation": true,
"draw": true,
"resultStatus": "SCHEDULED",
"resultPlace": 1,
"resultSecondaryScorePlace": 1,
"startingNumber": 1,
"score": "text",
"secondaryScore": "text",
"shootOutAttempts": "text",
"rosterStatus": "UNKNOWN",
"isNeutralVenue": true,
"uniformId": "text",
"externalId": "text"
}
],
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"externalId": "A123",
"profileId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureProfile": {
"resourceType": "fixtureProfiles",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"includeInStandings": true,
"updated": "2025-11-19T05:20:31.846Z",
"added": "2025-11-19T05:20:31.846Z",
"estimatedFinishTimeUTC": "2025-11-19T05:20:31.846Z",
"featureMatch": true,
"seriesFixtureNumber": 1,
"discipline": "INDOOR",
"broadcasts": [
{
"broadcastType": "TV",
"broadcaster": "XYZ Network",
"broadcasterURL": "www.XYZNetwork.com",
"broadcastURL": "www.XYZNetwork.com/fixture/123",
"broadcastTimezone": "Australia/Sydney",
"locale": "en-EN",
"startTimeLocal": "2023-01-01"
}
]
}
]
}Add a new match, allowing seasonId to be in payload
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe unique identifier of the match
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcPractice types
- None None
DRILLDrillFITNESSFitnessGAMEPractice GameOTHEROther
DRILLPossible values: The international reference for this match given by the sport governing body
CA3243-3Match status
ABANDONEDAbandoned - Match began but had to be stoppedABOUT_TO_STARTAbout to Start - Match is about to startBYEBye - Team has 'rest'CANCELLEDCancelled - Cancelled - will not be playedCONFIRMEDConfirmed - Match officially completedDRAFTDraft - Not fully scheduledFINISHEDFinished - Match finished by not yet 'official'IF_NEEDEDIf Needed - Only played if neededIN_PROGRESSIn Progress - Currently in playON_PITCHOn Pitch - Players appered on the playing fieldPENDINGPending - Ready to startPOSTPONEDPostponed - Will be played at a future timeSCHEDULEDScheduled - Yet to be playedWARM_UPWarm Up - Players have begun to warm up
SCHEDULEDExample: SCHEDULEDPossible values: Match number (range of -2147483648 to 2147483647)
123Local start time
2018-08-16T18:00:00Actual start time (UTC)
2018-08-16T02:02:23Actual end time (UTC)
2018-08-16T04:02:23Is the match time yet to be confirmed ?
trueIs the match locked (to prevent editing)?
truePlace if Won?
1Place if Lost?
1Crowd attendance
1123Was the match a sellout?
trueLength, in minutes, of the match
48Full duration including breaks
180Ticket URL
A unique code for the stage. (Unique for season)
ST1A unique code for the season series. (Unique for season)
ST1A unique code for the pool. (Unique for season)
P1A unique code for the round. (Unique for season)
RN1The number given to the round
1Is live data available?
trueIs live video available ?
trueType of match
ALL_STARAll StarDEMONSTRATIONDemonstrationFINALFinalFRIENDLYFriendlyPLAYOFFPlayoffPRESEASONPre SeasonREGULARRegular
REGULARPossible values: Maximum Period Type Used
- None None
EXTRA_TIMEExtra TimeOVERTIMEOvertimeREGULARRegularSHOOTOUTShoot-Out
REGULARPossible values: The type of competitors in this match
ENTITYEntityPERSONPerson
ENTITYPossible values: The unique identifier of the venue
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe Id of the data as set by the provider of the data
A123Pattern: ^[0-9A-Za-z/_-]+$The profile that this match belongs to
009e9276-5c80-11e8-9c2d-fa7ae01bbebcInclude the match in the standings calculation?
trueExample: trueIs this match a featured match?
trueThe number of the match in a series of matches
1match discipline
- None None
BEACHBeachINDOORIndoor
INDOORPossible values: Successful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/fixtures HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 1907
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"practiceDrillType": "DRILL",
"internationalReference": "CA3243-3",
"status": "SCHEDULED",
"fixtureNumber": 123,
"nameLocal": "Grand Final",
"nameLatin": "Grand Final",
"startTimeLocal": "2018-08-16T18:00:00",
"startTimeActualUTC": "2018-08-16T02:02:23",
"endTimeActualUTC": "2018-08-16T04:02:23",
"timesUnconfirmed": true,
"locked": true,
"placingIfWon": 1,
"placingIfLost": 1,
"attendance": 1123,
"sellout": true,
"social": {
"website": "http://www.example.com",
"facebook": "https://www.facebook.com/example",
"twitter": "https://www.twitter.com/example",
"wikipedia": "https://en.wikipedia.org/wiki/example",
"instagram": "https://www.instagram.com/example"
},
"environmental": {
"surfaceCondition": "text"
},
"duration": 48,
"durationFull": 180,
"ticketURL": "text",
"stageCode": "ST1",
"seriesCode": "ST1",
"poolCode": "P1",
"roundCode": "RN1",
"roundNumber": 1,
"liveDataAvailable": true,
"liveVideoAvailable": true,
"fixtureType": "REGULAR",
"maximumPeriodTypeUsed": "REGULAR",
"competitorType": "ENTITY",
"competitors": [
{
"entityId": "text",
"conferenceId": "text",
"divisionId": "text",
"includeInConferenceStatistics": true,
"isHome": true,
"includeInRepresentation": true,
"draw": true,
"resultStatus": "SCHEDULED",
"resultPlace": 1,
"resultSecondaryScorePlace": 1,
"startingNumber": 1,
"score": "text",
"secondaryScore": "text",
"shootOutAttempts": "text",
"rosterStatus": "UNKNOWN",
"isNeutralVenue": true,
"uniformId": "text",
"externalId": "text"
}
],
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"externalId": "A123",
"profileId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"includeInStandings": true,
"featureMatch": true,
"seriesFixtureNumber": 1,
"discipline": "INDOOR",
"broadcasts": [
{
"broadcastType": "TV",
"broadcaster": "XYZ Network",
"broadcasterURL": "www.XYZNetwork.com",
"broadcastURL": "www.XYZNetwork.com/fixture/123",
"broadcastTimezone": "Australia/Sydney",
"locale": "en-EN",
"startTimeLocal": "2023-01-01"
}
]
}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"practiceDrillType": "DRILL",
"internationalReference": "CA3243-3",
"status": "SCHEDULED",
"fixtureNumber": 123,
"nameLocal": "Grand Final",
"nameLatin": "Grand Final",
"startTimeLocal": "2018-08-16T18:00:00",
"startTimeUTC": "2018-08-16T02:00:00",
"startTimeActualUTC": "2018-08-16T02:02:23",
"endTimeActualUTC": "2018-08-16T04:02:23",
"timesUnconfirmed": true,
"locked": true,
"placingIfWon": 1,
"placingIfLost": 1,
"attendance": 1123,
"sellout": true,
"social": {
"website": "http://www.example.com",
"facebook": "https://www.facebook.com/example",
"twitter": "https://www.twitter.com/example",
"wikipedia": "https://en.wikipedia.org/wiki/example",
"instagram": "https://www.instagram.com/example"
},
"environmental": {
"surfaceCondition": "text"
},
"duration": 48,
"durationFull": 180,
"ticketURL": "text",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"seriesCode": "ST1",
"series": {
"resourceType": "seasonSeries",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"liveDataAvailable": true,
"liveVideoAvailable": true,
"fixtureType": "REGULAR",
"maximumPeriodTypeUsed": "REGULAR",
"competitorType": "ENTITY",
"competitors": [
{
"entityId": "text",
"conferenceId": "text",
"divisionId": "text",
"includeInConferenceStatistics": true,
"isHome": true,
"includeInRepresentation": true,
"draw": true,
"resultStatus": "SCHEDULED",
"resultPlace": 1,
"resultSecondaryScorePlace": 1,
"startingNumber": 1,
"score": "text",
"secondaryScore": "text",
"shootOutAttempts": "text",
"rosterStatus": "UNKNOWN",
"isNeutralVenue": true,
"uniformId": "text",
"externalId": "text"
}
],
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"externalId": "A123",
"profileId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureProfile": {
"resourceType": "fixtureProfiles",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"includeInStandings": true,
"updated": "2025-11-19T05:20:31.846Z",
"added": "2025-11-19T05:20:31.846Z",
"estimatedFinishTimeUTC": "2025-11-19T05:20:31.846Z",
"featureMatch": true,
"seriesFixtureNumber": 1,
"discipline": "INDOOR",
"broadcasts": [
{
"broadcastType": "TV",
"broadcaster": "XYZ Network",
"broadcasterURL": "www.XYZNetwork.com",
"broadcastURL": "www.XYZNetwork.com/fixture/123",
"broadcastTimezone": "Australia/Sydney",
"locale": "en-EN",
"startTimeLocal": "2023-01-01"
}
]
}
]
}Return detailed information about a specific match
- : Read any data from the organization down
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe maximum number of records to return. See Pagination for more information.
10Example: 10The offset of the records. See Pagination for more information.
10Successful operation
Error
GET /v1/beachvolleyball/o/{organizationId}/fixtures/{fixtureId} HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"practiceDrillType": "DRILL",
"internationalReference": "CA3243-3",
"status": "SCHEDULED",
"fixtureNumber": 123,
"nameLocal": "Grand Final",
"nameLatin": "Grand Final",
"startTimeLocal": "2018-08-16T18:00:00",
"startTimeUTC": "2018-08-16T02:00:00",
"startTimeActualUTC": "2018-08-16T02:02:23",
"endTimeActualUTC": "2018-08-16T04:02:23",
"timesUnconfirmed": true,
"locked": true,
"placingIfWon": 1,
"placingIfLost": 1,
"attendance": 1123,
"sellout": true,
"social": {
"website": "http://www.example.com",
"facebook": "https://www.facebook.com/example",
"twitter": "https://www.twitter.com/example",
"wikipedia": "https://en.wikipedia.org/wiki/example",
"instagram": "https://www.instagram.com/example"
},
"environmental": {
"surfaceCondition": "text"
},
"duration": 48,
"durationFull": 180,
"ticketURL": "text",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"seriesCode": "ST1",
"series": {
"resourceType": "seasonSeries",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"liveDataAvailable": true,
"liveVideoAvailable": true,
"fixtureType": "REGULAR",
"maximumPeriodTypeUsed": "REGULAR",
"competitorType": "ENTITY",
"competitors": [
{
"entityId": "text",
"conferenceId": "text",
"divisionId": "text",
"includeInConferenceStatistics": true,
"isHome": true,
"includeInRepresentation": true,
"draw": true,
"resultStatus": "SCHEDULED",
"resultPlace": 1,
"resultSecondaryScorePlace": 1,
"startingNumber": 1,
"score": "text",
"secondaryScore": "text",
"shootOutAttempts": "text",
"rosterStatus": "UNKNOWN",
"isNeutralVenue": true,
"uniformId": "text",
"externalId": "text"
}
],
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"externalId": "A123",
"profileId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureProfile": {
"resourceType": "fixtureProfiles",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"includeInStandings": true,
"updated": "2025-11-19T05:20:31.846Z",
"added": "2025-11-19T05:20:31.846Z",
"estimatedFinishTimeUTC": "2025-11-19T05:20:31.846Z",
"featureMatch": true,
"seriesFixtureNumber": 1,
"discipline": "INDOOR",
"broadcasts": [
{
"broadcastType": "TV",
"broadcaster": "XYZ Network",
"broadcasterURL": "www.XYZNetwork.com",
"broadcastURL": "www.XYZNetwork.com/fixture/123",
"broadcastTimezone": "Australia/Sydney",
"locale": "en-EN",
"startTimeLocal": "2023-01-01"
}
]
}
]
}Change the information of a specific match
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcPractice types
- None None
DRILLDrillFITNESSFitnessGAMEPractice GameOTHEROther
DRILLPossible values: The international reference for this match given by the sport governing body
CA3243-3Match status
ABANDONEDAbandoned - Match began but had to be stoppedABOUT_TO_STARTAbout to Start - Match is about to startBYEBye - Team has 'rest'CANCELLEDCancelled - Cancelled - will not be playedCONFIRMEDConfirmed - Match officially completedDRAFTDraft - Not fully scheduledFINISHEDFinished - Match finished by not yet 'official'IF_NEEDEDIf Needed - Only played if neededIN_PROGRESSIn Progress - Currently in playON_PITCHOn Pitch - Players appered on the playing fieldPENDINGPending - Ready to startPOSTPONEDPostponed - Will be played at a future timeSCHEDULEDScheduled - Yet to be playedWARM_UPWarm Up - Players have begun to warm up
SCHEDULEDExample: SCHEDULEDPossible values: Match number (range of -2147483648 to 2147483647)
123Local start time
2018-08-16T18:00:00Actual start time (UTC)
2018-08-16T02:02:23Actual end time (UTC)
2018-08-16T04:02:23Is the match time yet to be confirmed ?
trueIs the match locked (to prevent editing)?
truePlace if Won?
1Place if Lost?
1Crowd attendance
1123Was the match a sellout?
trueLength, in minutes, of the match
48Full duration including breaks
180Ticket URL
A unique code for the stage. (Unique for season)
ST1A unique code for the season series. (Unique for season)
ST1A unique code for the pool. (Unique for season)
P1A unique code for the round. (Unique for season)
RN1The number given to the round
1Is live data available?
trueIs live video available ?
trueType of match
ALL_STARAll StarDEMONSTRATIONDemonstrationFINALFinalFRIENDLYFriendlyPLAYOFFPlayoffPRESEASONPre SeasonREGULARRegular
REGULARPossible values: Maximum Period Type Used
- None None
EXTRA_TIMEExtra TimeOVERTIMEOvertimeREGULARRegularSHOOTOUTShoot-Out
REGULARPossible values: The type of competitors in this match
ENTITYEntityPERSONPerson
ENTITYPossible values: The unique identifier of the venue
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe Id of the data as set by the provider of the data
A123Pattern: ^[0-9A-Za-z/_-]+$The profile that this match belongs to
009e9276-5c80-11e8-9c2d-fa7ae01bbebcInclude the match in the standings calculation?
trueExample: trueIs this match a featured match?
trueThe number of the match in a series of matches
1match discipline
- None None
BEACHBeachINDOORIndoor
INDOORPossible values: Successful operation
Error
PUT /v1/beachvolleyball/o/{organizationId}/fixtures/{fixtureId} HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 1856
{
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"practiceDrillType": "DRILL",
"internationalReference": "CA3243-3",
"status": "SCHEDULED",
"fixtureNumber": 123,
"nameLocal": "Grand Final",
"nameLatin": "Grand Final",
"startTimeLocal": "2018-08-16T18:00:00",
"startTimeActualUTC": "2018-08-16T02:02:23",
"endTimeActualUTC": "2018-08-16T04:02:23",
"timesUnconfirmed": true,
"locked": true,
"placingIfWon": 1,
"placingIfLost": 1,
"attendance": 1123,
"sellout": true,
"social": {
"website": "http://www.example.com",
"facebook": "https://www.facebook.com/example",
"twitter": "https://www.twitter.com/example",
"wikipedia": "https://en.wikipedia.org/wiki/example",
"instagram": "https://www.instagram.com/example"
},
"environmental": {
"surfaceCondition": "text"
},
"duration": 48,
"durationFull": 180,
"ticketURL": "text",
"stageCode": "ST1",
"seriesCode": "ST1",
"poolCode": "P1",
"roundCode": "RN1",
"roundNumber": 1,
"liveDataAvailable": true,
"liveVideoAvailable": true,
"fixtureType": "REGULAR",
"maximumPeriodTypeUsed": "REGULAR",
"competitorType": "ENTITY",
"competitors": [
{
"entityId": "text",
"conferenceId": "text",
"divisionId": "text",
"includeInConferenceStatistics": true,
"isHome": true,
"includeInRepresentation": true,
"draw": true,
"resultStatus": "SCHEDULED",
"resultPlace": 1,
"resultSecondaryScorePlace": 1,
"startingNumber": 1,
"score": "text",
"secondaryScore": "text",
"shootOutAttempts": "text",
"rosterStatus": "UNKNOWN",
"isNeutralVenue": true,
"uniformId": "text",
"externalId": "text"
}
],
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"externalId": "A123",
"profileId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"includeInStandings": true,
"featureMatch": true,
"seriesFixtureNumber": 1,
"discipline": "INDOOR",
"broadcasts": [
{
"broadcastType": "TV",
"broadcaster": "XYZ Network",
"broadcasterURL": "www.XYZNetwork.com",
"broadcastURL": "www.XYZNetwork.com/fixture/123",
"broadcastTimezone": "Australia/Sydney",
"locale": "en-EN",
"startTimeLocal": "2023-01-01"
}
]
}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"practiceDrillType": "DRILL",
"internationalReference": "CA3243-3",
"status": "SCHEDULED",
"fixtureNumber": 123,
"nameLocal": "Grand Final",
"nameLatin": "Grand Final",
"startTimeLocal": "2018-08-16T18:00:00",
"startTimeUTC": "2018-08-16T02:00:00",
"startTimeActualUTC": "2018-08-16T02:02:23",
"endTimeActualUTC": "2018-08-16T04:02:23",
"timesUnconfirmed": true,
"locked": true,
"placingIfWon": 1,
"placingIfLost": 1,
"attendance": 1123,
"sellout": true,
"social": {
"website": "http://www.example.com",
"facebook": "https://www.facebook.com/example",
"twitter": "https://www.twitter.com/example",
"wikipedia": "https://en.wikipedia.org/wiki/example",
"instagram": "https://www.instagram.com/example"
},
"environmental": {
"surfaceCondition": "text"
},
"duration": 48,
"durationFull": 180,
"ticketURL": "text",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"seriesCode": "ST1",
"series": {
"resourceType": "seasonSeries",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"liveDataAvailable": true,
"liveVideoAvailable": true,
"fixtureType": "REGULAR",
"maximumPeriodTypeUsed": "REGULAR",
"competitorType": "ENTITY",
"competitors": [
{
"entityId": "text",
"conferenceId": "text",
"divisionId": "text",
"includeInConferenceStatistics": true,
"isHome": true,
"includeInRepresentation": true,
"draw": true,
"resultStatus": "SCHEDULED",
"resultPlace": 1,
"resultSecondaryScorePlace": 1,
"startingNumber": 1,
"score": "text",
"secondaryScore": "text",
"shootOutAttempts": "text",
"rosterStatus": "UNKNOWN",
"isNeutralVenue": true,
"uniformId": "text",
"externalId": "text"
}
],
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"externalId": "A123",
"profileId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureProfile": {
"resourceType": "fixtureProfiles",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"includeInStandings": true,
"updated": "2025-11-19T05:20:31.846Z",
"added": "2025-11-19T05:20:31.846Z",
"estimatedFinishTimeUTC": "2025-11-19T05:20:31.846Z",
"featureMatch": true,
"seriesFixtureNumber": 1,
"discipline": "INDOOR",
"broadcasts": [
{
"broadcastType": "TV",
"broadcaster": "XYZ Network",
"broadcasterURL": "www.XYZNetwork.com",
"broadcastURL": "www.XYZNetwork.com/fixture/123",
"broadcastTimezone": "Australia/Sydney",
"locale": "en-EN",
"startTimeLocal": "2023-01-01"
}
]
}
]
}Delete a specific match
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Force a delete command to run and delete child records as well if there are existing records depending on the record.
trueDon't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesSuccessful operation
Error
DELETE /v1/beachvolleyball/o/{organizationId}/fixtures/{fixtureId} HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"practiceDrillType": "DRILL",
"internationalReference": "CA3243-3",
"status": "SCHEDULED",
"fixtureNumber": 123,
"nameLocal": "Grand Final",
"nameLatin": "Grand Final",
"startTimeLocal": "2018-08-16T18:00:00",
"startTimeUTC": "2018-08-16T02:00:00",
"startTimeActualUTC": "2018-08-16T02:02:23",
"endTimeActualUTC": "2018-08-16T04:02:23",
"timesUnconfirmed": true,
"locked": true,
"placingIfWon": 1,
"placingIfLost": 1,
"attendance": 1123,
"sellout": true,
"social": {
"website": "http://www.example.com",
"facebook": "https://www.facebook.com/example",
"twitter": "https://www.twitter.com/example",
"wikipedia": "https://en.wikipedia.org/wiki/example",
"instagram": "https://www.instagram.com/example"
},
"environmental": {
"surfaceCondition": "text"
},
"duration": 48,
"durationFull": 180,
"ticketURL": "text",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"seriesCode": "ST1",
"series": {
"resourceType": "seasonSeries",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"liveDataAvailable": true,
"liveVideoAvailable": true,
"fixtureType": "REGULAR",
"maximumPeriodTypeUsed": "REGULAR",
"competitorType": "ENTITY",
"competitors": [
{
"entityId": "text",
"conferenceId": "text",
"divisionId": "text",
"includeInConferenceStatistics": true,
"isHome": true,
"includeInRepresentation": true,
"draw": true,
"resultStatus": "SCHEDULED",
"resultPlace": 1,
"resultSecondaryScorePlace": 1,
"startingNumber": 1,
"score": "text",
"secondaryScore": "text",
"shootOutAttempts": "text",
"rosterStatus": "UNKNOWN",
"isNeutralVenue": true,
"uniformId": "text",
"externalId": "text"
}
],
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"externalId": "A123",
"profileId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureProfile": {
"resourceType": "fixtureProfiles",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"includeInStandings": true,
"updated": "2025-11-19T05:20:31.846Z",
"added": "2025-11-19T05:20:31.846Z",
"estimatedFinishTimeUTC": "2025-11-19T05:20:31.846Z",
"featureMatch": true,
"seriesFixtureNumber": 1,
"discipline": "INDOOR",
"broadcasts": [
{
"broadcastType": "TV",
"broadcaster": "XYZ Network",
"broadcasterURL": "www.XYZNetwork.com",
"broadcastURL": "www.XYZNetwork.com/fixture/123",
"broadcastTimezone": "Australia/Sydney",
"locale": "en-EN",
"startTimeLocal": "2023-01-01"
}
]
}
]
}Trigger EMR merge process for the match
Triggers match EMR merge process.
- : Perform administration API calls
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesSuccessful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/fixtures/{fixtureId}/trigger HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"success": true
}
]
}Get a list of matches for a Team
Return a list of matches, within seasonprefix season, for a specific Team
- : Read any data from the organization down
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the entity
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcRecord was added after this date/time. In UTC.
2018-08-16T02:10:48The type of competitors in this fixture
ENTITYEntityPERSONPerson
PERSONPossible values: The discipline for a match
BEACHBeachHOCKEY5SHockey5sINDOORIndoorOUTDOOROutdoorPARAHOCKEYPara hockey
INDOORPossible values: A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Type of Fixture
ALL_STARAll StarDEMONSTRATIONDemonstrationFINALFinalFRIENDLYFriendlyPLAYOFFPlayoffPRESEASONPre SeasonREGULARRegular
REGULARPossible values: Where match start time (in local time) >= this value
2018-08-16T18:00:00Where match start time (in UTC) >= this value
2018-08-16T18:00:00Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesIs competitor the home team ?
The maximum number of records to return. See Pagination for more information.
10Example: 10Is live data available?
trueIs live video available ?
trueIs the match locked (to prevent editing)?
trueThe offset of the records. See Pagination for more information.
10The pool identifier within a season
P1The round identifier within a season
RN1Round number
1The series identifier within a season
WC1Comma-delimited list of one or more fields to sort by. Each field can have '-' as prefix to sort in descending order and no prefix to sort in ascending order.
-startTimeUTCPattern: ^(\-?startTimeUTC|,)*$The stage identifier within a season
ST1Fixture status. Can specify multiple, delimited by comma.
ABANDONEDAbandonedABOUT_TO_STARTAbout to StartBYEByeCANCELLEDCancelledCONFIRMEDConfirmedDRAFTDraftFINISHEDFinishedIF_NEEDEDIf NeededIN_PROGRESSIn ProgressON_PITCHOn PitchPENDINGPendingPOSTPONEDPostponedSCHEDULEDScheduledWARM_UPWarm Up
SCHEDULEDPossible values: Is the match time yet to be confirmed ?
trueWhere match start time (in local time) <= this value
2018-08-16T18:00:00Where match start time (in UTC) <= this value
2018-08-16T18:00:00Record was modified after this date/time. In UTC.
2018-08-16T02:11:48The unique identifier of the venue
009e9276-5c80-11e8-9c2d-fa7ae01bbebcSuccessful operation
Error
GET /v1/beachvolleyball/o/{organizationId}/seasons/{seasonId}/entities/{entityId}/fixtures HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"practiceDrillType": "DRILL",
"internationalReference": "CA3243-3",
"status": "SCHEDULED",
"fixtureNumber": 123,
"nameLocal": "Grand Final",
"nameLatin": "Grand Final",
"startTimeLocal": "2018-08-16T18:00:00",
"startTimeUTC": "2018-08-16T02:00:00",
"startTimeActualUTC": "2018-08-16T02:02:23",
"endTimeActualUTC": "2018-08-16T04:02:23",
"timesUnconfirmed": true,
"locked": true,
"placingIfWon": 1,
"placingIfLost": 1,
"attendance": 1123,
"sellout": true,
"social": {
"website": "http://www.example.com",
"facebook": "https://www.facebook.com/example",
"twitter": "https://www.twitter.com/example",
"wikipedia": "https://en.wikipedia.org/wiki/example",
"instagram": "https://www.instagram.com/example"
},
"environmental": {
"surfaceCondition": "text"
},
"duration": 48,
"durationFull": 180,
"ticketURL": "text",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"seriesCode": "ST1",
"series": {
"resourceType": "seasonSeries",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"liveDataAvailable": true,
"liveVideoAvailable": true,
"fixtureType": "REGULAR",
"maximumPeriodTypeUsed": "REGULAR",
"competitorType": "ENTITY",
"competitors": [
{
"entityId": "text",
"conferenceId": "text",
"divisionId": "text",
"includeInConferenceStatistics": true,
"isHome": true,
"includeInRepresentation": true,
"draw": true,
"resultStatus": "SCHEDULED",
"resultPlace": 1,
"resultSecondaryScorePlace": 1,
"startingNumber": 1,
"score": "text",
"secondaryScore": "text",
"shootOutAttempts": "text",
"rosterStatus": "UNKNOWN",
"isNeutralVenue": true,
"uniformId": "text",
"externalId": "text"
}
],
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"externalId": "A123",
"profileId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureProfile": {
"resourceType": "fixtureProfiles",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"includeInStandings": true,
"updated": "2025-11-19T05:20:31.846Z",
"added": "2025-11-19T05:20:31.846Z",
"estimatedFinishTimeUTC": "2025-11-19T05:20:31.846Z",
"featureMatch": true,
"seriesFixtureNumber": 1,
"discipline": "INDOOR",
"broadcasts": [
{
"broadcastType": "TV",
"broadcaster": "XYZ Network",
"broadcasterURL": "www.XYZNetwork.com",
"broadcastURL": "www.XYZNetwork.com/fixture/123",
"broadcastTimezone": "Australia/Sydney",
"locale": "en-EN",
"startTimeLocal": "2023-01-01"
}
]
}
]
}Return a list of matches, for a specific Team
- : Read any data from the organization down
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the entity
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23Record was added after this date/time. In UTC.
2018-08-16T02:10:48The type of competitors in this fixture
ENTITYEntityPERSONPerson
PERSONPossible values: A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Type of Fixture
ALL_STARAll StarDEMONSTRATIONDemonstrationFINALFinalFRIENDLYFriendlyPLAYOFFPlayoffPRESEASONPre SeasonREGULARRegular
REGULARPossible values: Where match start time (in local time) >= this value
2018-08-16T18:00:00Where match start time (in UTC) >= this value
2018-08-16T18:00:00Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesIs competitor the home team ?
The maximum number of records to return. See Pagination for more information.
10Example: 10Is live data available?
trueIs live video available ?
trueIs the match locked (to prevent editing)?
trueThe offset of the records. See Pagination for more information.
10The pool identifier within a season
P1The round identifier within a season
RN1Round number
1The unique identifiers of the seasons (comma-delimited).
009e9276-5c80-11e8-9c2d-fa7ae01bbebc,de83c6a8-3b29-11eb-bdb7-0242ac130005Comma-delimited list of one or more fields to sort by. Each field can have '-' as prefix to sort in descending order and no prefix to sort in ascending order.
-startTimeUTCPattern: ^(\-?startTimeUTC|,)*$The stage identifier within a season
ST1Fixture status. Can specify multiple, delimited by comma.
ABANDONEDAbandonedABOUT_TO_STARTAbout to StartBYEByeCANCELLEDCancelledCONFIRMEDConfirmedDRAFTDraftFINISHEDFinishedIF_NEEDEDIf NeededIN_PROGRESSIn ProgressON_PITCHOn PitchPENDINGPendingPOSTPONEDPostponedSCHEDULEDScheduledWARM_UPWarm Up
SCHEDULEDPossible values: Is the match time yet to be confirmed ?
trueWhere match start time (in local time) <= this value
2018-08-16T18:00:00Where match start time (in UTC) <= this value
2018-08-16T18:00:00Record was modified after this date/time. In UTC.
2018-08-16T02:11:48The unique identifier of the venue
009e9276-5c80-11e8-9c2d-fa7ae01bbebcSuccessful operation
Error
GET /v1/beachvolleyball/o/{organizationId}/entities/{entityId}/fixtures HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"practiceDrillType": "DRILL",
"internationalReference": "CA3243-3",
"status": "SCHEDULED",
"fixtureNumber": 123,
"nameLocal": "Grand Final",
"nameLatin": "Grand Final",
"startTimeLocal": "2018-08-16T18:00:00",
"startTimeUTC": "2018-08-16T02:00:00",
"startTimeActualUTC": "2018-08-16T02:02:23",
"endTimeActualUTC": "2018-08-16T04:02:23",
"timesUnconfirmed": true,
"locked": true,
"placingIfWon": 1,
"placingIfLost": 1,
"attendance": 1123,
"sellout": true,
"social": {
"website": "http://www.example.com",
"facebook": "https://www.facebook.com/example",
"twitter": "https://www.twitter.com/example",
"wikipedia": "https://en.wikipedia.org/wiki/example",
"instagram": "https://www.instagram.com/example"
},
"environmental": {
"surfaceCondition": "text"
},
"duration": 48,
"durationFull": 180,
"ticketURL": "text",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"seriesCode": "ST1",
"series": {
"resourceType": "seasonSeries",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"liveDataAvailable": true,
"liveVideoAvailable": true,
"fixtureType": "REGULAR",
"maximumPeriodTypeUsed": "REGULAR",
"competitorType": "ENTITY",
"competitors": [
{
"entityId": "text",
"conferenceId": "text",
"divisionId": "text",
"includeInConferenceStatistics": true,
"isHome": true,
"includeInRepresentation": true,
"draw": true,
"resultStatus": "SCHEDULED",
"resultPlace": 1,
"resultSecondaryScorePlace": 1,
"startingNumber": 1,
"score": "text",
"secondaryScore": "text",
"shootOutAttempts": "text",
"rosterStatus": "UNKNOWN",
"isNeutralVenue": true,
"uniformId": "text",
"externalId": "text"
}
],
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"externalId": "A123",
"profileId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureProfile": {
"resourceType": "fixtureProfiles",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"includeInStandings": true,
"updated": "2025-11-19T05:20:31.846Z",
"added": "2025-11-19T05:20:31.846Z",
"estimatedFinishTimeUTC": "2025-11-19T05:20:31.846Z",
"featureMatch": true,
"seriesFixtureNumber": 1,
"discipline": "INDOOR",
"broadcasts": [
{
"broadcastType": "TV",
"broadcaster": "XYZ Network",
"broadcasterURL": "www.XYZNetwork.com",
"broadcastURL": "www.XYZNetwork.com/fixture/123",
"broadcastTimezone": "Australia/Sydney",
"locale": "en-EN",
"startTimeLocal": "2023-01-01"
}
]
}
]
}Get a list of matches for a Competition
Return a list of matches, for a specific Competition
- : Read any data from the organization down
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the competition
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23Record was added after this date/time. In UTC.
2018-08-16T02:10:48The type of competitors in this fixture
ENTITYEntityPERSONPerson
PERSONPossible values: The discipline for a match
BEACHBeachHOCKEY5SHockey5sINDOORIndoorOUTDOOROutdoorPARAHOCKEYPara hockey
INDOORPossible values: A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]The unique identifier of the fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcType of Fixture
ALL_STARAll StarDEMONSTRATIONDemonstrationFINALFinalFRIENDLYFriendlyPLAYOFFPlayoffPRESEASONPre SeasonREGULARRegular
REGULARPossible values: Where match start time (in local time) >= this value
2018-08-16T18:00:00Where match start time (in UTC) >= this value
2018-08-16T18:00:00Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe maximum number of records to return. See Pagination for more information.
10Example: 10Is live data available?
trueIs live video available ?
trueIs the match locked (to prevent editing)?
trueThe offset of the records. See Pagination for more information.
10The pool identifier within a season
P1The round identifier within a season
RN1Round number
1The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcComma-delimited list of one or more fields to sort by. Each field can have '-' as prefix to sort in descending order and no prefix to sort in ascending order.
-startTimeUTCPattern: ^(\-?startTimeUTC|,)*$The stage identifier within a season
ST1Fixture status. Can specify multiple, delimited by comma.
ABANDONEDAbandonedABOUT_TO_STARTAbout to StartBYEByeCANCELLEDCancelledCONFIRMEDConfirmedDRAFTDraftFINISHEDFinishedIF_NEEDEDIf NeededIN_PROGRESSIn ProgressON_PITCHOn PitchPENDINGPendingPOSTPONEDPostponedSCHEDULEDScheduledWARM_UPWarm Up
SCHEDULEDPossible values: Is the match time yet to be confirmed ?
trueWhere match start time (in local time) <= this value
2018-08-16T18:00:00Where match start time (in UTC) <= this value
2018-08-16T18:00:00Record was modified after this date/time. In UTC.
2018-08-16T02:11:48The unique identifier of the venue
009e9276-5c80-11e8-9c2d-fa7ae01bbebcSuccessful operation
Error
GET /v1/beachvolleyball/o/{organizationId}/competitions/{competitionId}/fixtures HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"practiceDrillType": "DRILL",
"internationalReference": "CA3243-3",
"status": "SCHEDULED",
"fixtureNumber": 123,
"nameLocal": "Grand Final",
"nameLatin": "Grand Final",
"startTimeLocal": "2018-08-16T18:00:00",
"startTimeUTC": "2018-08-16T02:00:00",
"startTimeActualUTC": "2018-08-16T02:02:23",
"endTimeActualUTC": "2018-08-16T04:02:23",
"timesUnconfirmed": true,
"locked": true,
"placingIfWon": 1,
"placingIfLost": 1,
"attendance": 1123,
"sellout": true,
"social": {
"website": "http://www.example.com",
"facebook": "https://www.facebook.com/example",
"twitter": "https://www.twitter.com/example",
"wikipedia": "https://en.wikipedia.org/wiki/example",
"instagram": "https://www.instagram.com/example"
},
"environmental": {
"surfaceCondition": "text"
},
"duration": 48,
"durationFull": 180,
"ticketURL": "text",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"seriesCode": "ST1",
"series": {
"resourceType": "seasonSeries",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"liveDataAvailable": true,
"liveVideoAvailable": true,
"fixtureType": "REGULAR",
"maximumPeriodTypeUsed": "REGULAR",
"competitorType": "ENTITY",
"competitors": [
{
"entityId": "text",
"conferenceId": "text",
"divisionId": "text",
"includeInConferenceStatistics": true,
"isHome": true,
"includeInRepresentation": true,
"draw": true,
"resultStatus": "SCHEDULED",
"resultPlace": 1,
"resultSecondaryScorePlace": 1,
"startingNumber": 1,
"score": "text",
"secondaryScore": "text",
"shootOutAttempts": "text",
"rosterStatus": "UNKNOWN",
"isNeutralVenue": true,
"uniformId": "text",
"externalId": "text"
}
],
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"externalId": "A123",
"profileId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureProfile": {
"resourceType": "fixtureProfiles",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"includeInStandings": true,
"updated": "2025-11-19T05:20:31.846Z",
"added": "2025-11-19T05:20:31.846Z",
"estimatedFinishTimeUTC": "2025-11-19T05:20:31.846Z",
"featureMatch": true,
"seriesFixtureNumber": 1,
"discipline": "INDOOR",
"broadcasts": [
{
"broadcastType": "TV",
"broadcaster": "XYZ Network",
"broadcasterURL": "www.XYZNetwork.com",
"broadcastURL": "www.XYZNetwork.com/fixture/123",
"broadcastTimezone": "Australia/Sydney",
"locale": "en-EN",
"startTimeLocal": "2023-01-01"
}
]
}
]
}Locking a specific match record
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesSuccessful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/fixtures/{fixtureId}/lock HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"success": true
}
]
}Unlock a specific match record
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesSuccessful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/fixtures/{fixtureId}/unlock HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"success": true
}
]
}Enable a match live video stream
Enable a specific match live video stream
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe unique identifier of the match
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe locale of the video
fr-FRPattern: ^[a-z]{2,2}-[A-Z]{2,2}$Video Provider platform
5STREAM5StreamAV_SPORTRADARAV Sportradar
5STREAMExample: 5STREAMPossible values: Successful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/fixtures/{fixtureId}/video/streams/enable HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 98
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"locale": "fr-FR",
"platformProvider": "5STREAM"
}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"success": true
}
]
}Enable season live video streams for all matches
Enable live video stream for all matches in season
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the organization
b1a23The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcA comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe unique identifier of the match
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe locale of the video
fr-FRPattern: ^[a-z]{2,2}-[A-Z]{2,2}$Video Provider platform
5STREAM5StreamAV_SPORTRADARAV Sportradar
5STREAMExample: 5STREAMPossible values: Successful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/seasons/{seasonId}/video/streams/enable HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 98
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"locale": "fr-FR",
"platformProvider": "5STREAM"
}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"success": true
}
]
}Enable season live video streams for all matches for a venue
Enable live video stream for all matches in season for a venue
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the organization
b1a23The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the venue
009e9276-5c80-11e8-9c2d-fa7ae01bbebcA comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe unique identifier of the match
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe locale of the video
fr-FRPattern: ^[a-z]{2,2}-[A-Z]{2,2}$Video Provider platform
5STREAM5StreamAV_SPORTRADARAV Sportradar
5STREAMExample: 5STREAMPossible values: Successful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/seasons/{seasonId}/venues/{venueId}/video/streams/enable HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 98
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"locale": "fr-FR",
"platformProvider": "5STREAM"
}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"success": true
}
]
}Disable season live video streams for all matches
Disable live video stream for all matches in season
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the organization
b1a23The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcA comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe unique identifier of the match
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe locale of the video
fr-FRPattern: ^[a-z]{2,2}-[A-Z]{2,2}$Video Provider platform
5STREAM5StreamAV_SPORTRADARAV Sportradar
5STREAMExample: 5STREAMPossible values: Successful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/seasons/{seasonId}/video/streams/disable HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 98
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"locale": "fr-FR",
"platformProvider": "5STREAM"
}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"success": true
}
]
}Disable a match live video stream
Disable a specific match live video stream
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe unique identifier of the match
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe locale of the video
fr-FRPattern: ^[a-z]{2,2}-[A-Z]{2,2}$Video Provider platform
5STREAM5StreamAV_SPORTRADARAV Sportradar
5STREAMExample: 5STREAMPossible values: Successful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/fixtures/{fixtureId}/video/streams/disable HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 98
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"locale": "fr-FR",
"platformProvider": "5STREAM"
}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"success": true
}
]
}Disable season live video streams for all matches for a venue
Disable live video stream for all matches in season for a venue
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the organization
b1a23The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the venue
009e9276-5c80-11e8-9c2d-fa7ae01bbebcA comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe unique identifier of the match
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe locale of the video
fr-FRPattern: ^[a-z]{2,2}-[A-Z]{2,2}$Video Provider platform
5STREAM5StreamAV_SPORTRADARAV Sportradar
5STREAMExample: 5STREAMPossible values: Successful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/seasons/{seasonId}/venues/{venueId}/video/streams/disable HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 98
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"locale": "fr-FR",
"platformProvider": "5STREAM"
}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"success": true
}
]
}Start a match live video stream recording
Start a specific match live video stream recording
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe unique identifier of the match
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe locale of the video
fr-FRPattern: ^[a-z]{2,2}-[A-Z]{2,2}$Video Provider platform
5STREAM5StreamAV_SPORTRADARAV Sportradar
5STREAMExample: 5STREAMPossible values: Successful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/fixtures/{fixtureId}/video/streams/start HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 98
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"locale": "fr-FR",
"platformProvider": "5STREAM"
}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"success": true
}
]
}Stop a match live video stream recording
Stop a specific match live video stream recording
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe unique identifier of the match
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe locale of the video
fr-FRPattern: ^[a-z]{2,2}-[A-Z]{2,2}$Video Provider platform
5STREAM5StreamAV_SPORTRADARAV Sportradar
5STREAMExample: 5STREAMPossible values: Successful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/fixtures/{fixtureId}/video/streams/stop HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 98
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"locale": "fr-FR",
"platformProvider": "5STREAM"
}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"success": true
}
]
}Resets a match live video stream recording
Ressets a specific match live video stream recording
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe unique identifier of the match
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe locale of the video
fr-FRPattern: ^[a-z]{2,2}-[A-Z]{2,2}$Video Provider platform
5STREAM5StreamAV_SPORTRADARAV Sportradar
5STREAMExample: 5STREAMPossible values: Successful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/fixtures/{fixtureId}/video/streams/reset HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 98
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"locale": "fr-FR",
"platformProvider": "5STREAM"
}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"success": true
}
]
}Reset a specific match record. Removes statistics, events and PLAY-BY-PLAY records
- : Write/Update any data from below the organization
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization
b1a23A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Force a delete command to run and delete child records as well if there are existing records depending on the record.
trueDon't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesSuccessful operation
Error
POST /v1/beachvolleyball/o/{organizationId}/fixtures/{fixtureId}/reset HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"success": true
}
]
}Get a list of matches for the organization group
Return a list of matches for the organization group
- : Read any data from the organization down
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the organization group
aubbRecord was added after this date/time. In UTC.
2018-08-16T02:10:48The type of competitors in this fixture
ENTITYEntityPERSONPerson
PERSONPossible values: A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Type of Fixture
ALL_STARAll StarDEMONSTRATIONDemonstrationFINALFinalFRIENDLYFriendlyPLAYOFFPlayoffPRESEASONPre SeasonREGULARRegular
REGULARPossible values: Where match start time (in local time) >= this value
2018-08-16T18:00:00Where match start time (in UTC) >= this value
2018-08-16T18:00:00Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe maximum number of records to return. See Pagination for more information.
10Example: 10Is live data available?
trueIs live video available ?
trueIs the match locked (to prevent editing)?
trueThe offset of the records. See Pagination for more information.
10The pool identifier within a season
P1The round identifier within a season
RN1Round number
1The unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcComma-delimited list of one or more fields to sort by. Each field can have '-' as prefix to sort in descending order and no prefix to sort in ascending order.
-startTimeUTC,fixtureNumberPattern: ^(\-?startTimeUTC|\-?fixtureNumber|\-?startTimeLocal|\-?fixtureId|,)*$The stage identifier within a season
ST1Fixture status. Can specify multiple, delimited by comma.
ABANDONEDAbandonedABOUT_TO_STARTAbout to StartBYEByeCANCELLEDCancelledCONFIRMEDConfirmedDRAFTDraftFINISHEDFinishedIF_NEEDEDIf NeededIN_PROGRESSIn ProgressON_PITCHOn PitchPENDINGPendingPOSTPONEDPostponedSCHEDULEDScheduledWARM_UPWarm Up
SCHEDULEDPossible values: Is the match time yet to be confirmed ?
trueWhere match start time (in local time) <= this value
2018-08-16T18:00:00Where match start time (in UTC) <= this value
2018-08-16T18:00:00Record was modified after this date/time. In UTC.
2018-08-16T02:11:48The unique identifier of the venue
009e9276-5c80-11e8-9c2d-fa7ae01bbebcSuccessful operation
Error
GET /v1/beachvolleyball/orgGroup/{organizationGroupCode}/fixtures HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"practiceDrillType": "DRILL",
"internationalReference": "CA3243-3",
"status": "SCHEDULED",
"fixtureNumber": 123,
"nameLocal": "Grand Final",
"nameLatin": "Grand Final",
"startTimeLocal": "2018-08-16T18:00:00",
"startTimeUTC": "2018-08-16T02:00:00",
"startTimeActualUTC": "2018-08-16T02:02:23",
"endTimeActualUTC": "2018-08-16T04:02:23",
"timesUnconfirmed": true,
"locked": true,
"placingIfWon": 1,
"placingIfLost": 1,
"attendance": 1123,
"sellout": true,
"social": {
"website": "http://www.example.com",
"facebook": "https://www.facebook.com/example",
"twitter": "https://www.twitter.com/example",
"wikipedia": "https://en.wikipedia.org/wiki/example",
"instagram": "https://www.instagram.com/example"
},
"environmental": {
"surfaceCondition": "text"
},
"duration": 48,
"durationFull": 180,
"ticketURL": "text",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"seriesCode": "ST1",
"series": {
"resourceType": "seasonSeries",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"liveDataAvailable": true,
"liveVideoAvailable": true,
"fixtureType": "REGULAR",
"maximumPeriodTypeUsed": "REGULAR",
"competitorType": "ENTITY",
"competitors": [
{
"entityId": "text",
"conferenceId": "text",
"divisionId": "text",
"includeInConferenceStatistics": true,
"isHome": true,
"includeInRepresentation": true,
"draw": true,
"resultStatus": "SCHEDULED",
"resultPlace": 1,
"resultSecondaryScorePlace": 1,
"startingNumber": 1,
"score": "text",
"secondaryScore": "text",
"shootOutAttempts": "text",
"rosterStatus": "UNKNOWN",
"isNeutralVenue": true,
"uniformId": "text",
"externalId": "text"
}
],
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"externalId": "A123",
"profileId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureProfile": {
"resourceType": "fixtureProfiles",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"includeInStandings": true,
"updated": "2025-11-19T05:20:31.846Z",
"added": "2025-11-19T05:20:31.846Z",
"estimatedFinishTimeUTC": "2025-11-19T05:20:31.846Z",
"featureMatch": true,
"seriesFixtureNumber": 1,
"discipline": "INDOOR",
"broadcasts": [
{
"broadcastType": "TV",
"broadcaster": "XYZ Network",
"broadcasterURL": "www.XYZNetwork.com",
"broadcastURL": "www.XYZNetwork.com/fixture/123",
"broadcastTimezone": "Australia/Sydney",
"locale": "en-EN",
"startTimeLocal": "2023-01-01"
}
]
}
]
}Get a single match for the organization group
Return detailed information about a specific match for the organization group
- : Read any data from the organization down
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
The unique identifier of the fixture
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the organization group
aubbA comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
entityId,personIdA comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]Don't display data fields with null values or empty structures
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesThe maximum number of records to return. See Pagination for more information.
10Example: 10The offset of the records. See Pagination for more information.
10Successful operation
Error
GET /v1/beachvolleyball/orgGroup/{organizationGroupCode}/fixtures/{fixtureId} HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"meta": {
"version": 1,
"codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
"code": 200,
"time": "2018-06-05 23:43:41.227584+00:00",
"fromCache": false,
"count": 7,
"limit": 10,
"offset": 10,
"generationTime": 0.011604
},
"links": {
"self": "https://example.com",
"next": "https://example.com",
"previous": "https://example.com"
},
"included": {
"resources": {
"ANY_ADDITIONAL_PROPERTY": "league"
}
},
"data": [
{
"fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"organizationId": "9",
"organization": {
"resourceType": "organizations",
"id": "9"
},
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"season": {
"resourceType": "seasons",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"practiceDrillType": "DRILL",
"internationalReference": "CA3243-3",
"status": "SCHEDULED",
"fixtureNumber": 123,
"nameLocal": "Grand Final",
"nameLatin": "Grand Final",
"startTimeLocal": "2018-08-16T18:00:00",
"startTimeUTC": "2018-08-16T02:00:00",
"startTimeActualUTC": "2018-08-16T02:02:23",
"endTimeActualUTC": "2018-08-16T04:02:23",
"timesUnconfirmed": true,
"locked": true,
"placingIfWon": 1,
"placingIfLost": 1,
"attendance": 1123,
"sellout": true,
"social": {
"website": "http://www.example.com",
"facebook": "https://www.facebook.com/example",
"twitter": "https://www.twitter.com/example",
"wikipedia": "https://en.wikipedia.org/wiki/example",
"instagram": "https://www.instagram.com/example"
},
"environmental": {
"surfaceCondition": "text"
},
"duration": 48,
"durationFull": 180,
"ticketURL": "text",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"seriesCode": "ST1",
"series": {
"resourceType": "seasonSeries",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"liveDataAvailable": true,
"liveVideoAvailable": true,
"fixtureType": "REGULAR",
"maximumPeriodTypeUsed": "REGULAR",
"competitorType": "ENTITY",
"competitors": [
{
"entityId": "text",
"conferenceId": "text",
"divisionId": "text",
"includeInConferenceStatistics": true,
"isHome": true,
"includeInRepresentation": true,
"draw": true,
"resultStatus": "SCHEDULED",
"resultPlace": 1,
"resultSecondaryScorePlace": 1,
"startingNumber": 1,
"score": "text",
"secondaryScore": "text",
"shootOutAttempts": "text",
"rosterStatus": "UNKNOWN",
"isNeutralVenue": true,
"uniformId": "text",
"externalId": "text"
}
],
"venueId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"venue": {
"resourceType": "venues",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"externalId": "A123",
"profileId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureProfile": {
"resourceType": "fixtureProfiles",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"includeInStandings": true,
"updated": "2025-11-19T05:20:31.846Z",
"added": "2025-11-19T05:20:31.846Z",
"estimatedFinishTimeUTC": "2025-11-19T05:20:31.846Z",
"featureMatch": true,
"seriesFixtureNumber": 1,
"discipline": "INDOOR",
"broadcasts": [
{
"broadcastType": "TV",
"broadcaster": "XYZ Network",
"broadcasterURL": "www.XYZNetwork.com",
"broadcastURL": "www.XYZNetwork.com/fixture/123",
"broadcastTimezone": "Australia/Sydney",
"locale": "en-EN",
"startTimeLocal": "2023-01-01"
}
]
}
]
}Last updated
Was this helpful?