Standings
The Standing is the results position a competitor ranks versus other competitors. In order to utilise the 'latest' boolean for ROUND standings, the Rounds data must be used
Get a list of ~stages and pools used by standings in the season
Return a list of stages and pools used by standings 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/hockey/o/{organizationId}/seasons/{seasonId}/standings/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"
}
}
]
}Return a list of available standings 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-fa7ae01bbebcRecord was added after this date/time. In UTC.
2018-08-16T02:10:48The unique identifier of the conference
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the division
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the entity
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: Base grouping of standings row
OVERALLOverallROUNDRound
OVERALLPossible values: Conference/Division grouping of standings row
CONFERENCEConferenceDIVISIONDivisionOVERALLOverall
OVERALLPossible values: Stage/Pool grouping of standings row
OVERALLOverallSTAGEStageSTAGEPOOLStage/Pool
OVERALLPossible values: Don't display data fields with null values or empty structures
trueIs the competitor in a current match?
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesIs this the latest standing record ?
trueThe maximum number of records to return. See Pagination for more information.
10Example: 10Live competitor standings?
trueThe offset of the records. See Pagination for more information.
10The pool identifier within a season
P1The round identifier within a season
RN1Round number
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.
conferenceId,divisionId,-positionPattern: ^(\-?conferenceId|\-?divisionId|\-?|position|,)*$The stage identifier within a season
ST1The unique identifier of the configuration
009e9276-5c80-11e8-9c2d-fa7ae01bbebcRecord was modified after this date/time. In UTC.
2018-08-16T02:11:48Successful operation
Error
GET /v1/hockey/o/{organizationId}/seasons/{seasonId}/standings 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": [
{
"standingId": "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"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"division": {
"resourceType": "divisions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conference": {
"resourceType": "conferences",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"latest": true,
"inProgress": true,
"live": true,
"locked": true,
"groupingBase": "OVERALL",
"groupingConferenceDivision": "OVERALL",
"groupingStagePool": "OVERALL",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"standingConfigurationId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"standingConfiguration": {
"resourceType": "standingConfigurations",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"fixtureType": "REGULAR",
"position": 48,
"securedFinals": "text",
"points": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"calculated": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"externalId": "A123",
"autoGenerated": true,
"updated": "2025-11-19T05:38:50.361Z",
"added": "2025-11-19T05:38:50.361Z"
}
]
}Insert a new standing
- : 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 standing
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the team
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the division
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the conference
009e9276-5c80-11e8-9c2d-fa7ae01bbebcStanding is part of the latest round?
trueIs the competitor in a current In-Progress match?
trueIs this including live matches?
trueHas the standing been locked (to prevent editing)?
trueBase grouping of standings row
OVERALLOverallROUNDRound
OVERALLPossible values: Conference/Division grouping of standings row
CONFERENCEConferenceDIVISIONDivisionOVERALLOverall
OVERALLPossible values: Stage/Pool grouping of standings row
OVERALLOverallSTAGEStageSTAGEPOOLStage/Pool
OVERALLPossible values: A unique code for the stage. (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
1The unique identifier of the standingConfiguration
009e9276-5c80-11e8-9c2d-fa7ae01bbebcType of match
ALL_STARAll StarDEMONSTRATIONDemonstrationFINALFinalFRIENDLYFriendlyPLAYOFFPlayoffPRESEASONPre SeasonREGULARRegular
REGULARPossible values: Position of the competitors standing record
48Has competitor secured a finals position
The Id of the data as set by the provider of the data
A123Pattern: ^[0-9A-Za-z/_-]+$Successful operation
Error
POST /v1/hockey/o/{organizationId}/seasons/{seasonId}/standings HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 723
{
"standingId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"latest": true,
"inProgress": true,
"live": true,
"locked": true,
"groupingBase": "OVERALL",
"groupingConferenceDivision": "OVERALL",
"groupingStagePool": "OVERALL",
"stageCode": "ST1",
"poolCode": "P1",
"roundCode": "RN1",
"roundNumber": 1,
"standingConfigurationId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureType": "REGULAR",
"position": 48,
"securedFinals": "text",
"points": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"calculated": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"externalId": "A123"
}{
"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": [
{
"standingId": "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"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"division": {
"resourceType": "divisions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conference": {
"resourceType": "conferences",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"latest": true,
"inProgress": true,
"live": true,
"locked": true,
"groupingBase": "OVERALL",
"groupingConferenceDivision": "OVERALL",
"groupingStagePool": "OVERALL",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"standingConfigurationId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"standingConfiguration": {
"resourceType": "standingConfigurations",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"fixtureType": "REGULAR",
"position": 48,
"securedFinals": "text",
"points": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"calculated": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"externalId": "A123",
"autoGenerated": true,
"updated": "2025-11-19T05:38:50.361Z",
"added": "2025-11-19T05:38:50.361Z"
}
]
}Delete all a specific seasons standing 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 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)]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/hockey/o/{organizationId}/seasons/{seasonId}/standings 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
}
]
}Return a list of live standings 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-fa7ae01bbebcRecord was added after this date/time. In UTC.
2018-08-16T02:10:48The unique identifier of the conference
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the division
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the entity
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: Base grouping of standings row
OVERALLOverallROUNDRound
OVERALLPossible values: Conference/Division grouping of standings row
CONFERENCEConferenceDIVISIONDivisionOVERALLOverall
OVERALLPossible values: Stage/Pool grouping of standings row
OVERALLOverallSTAGEStageSTAGEPOOLStage/Pool
OVERALLPossible values: Don't display data fields with null values or empty structures
trueIs the competitor in a current match?
trueA comma separated list of resource types to include. See Resource Inclusion for more information.
organizations,fixtures,entitiesIs this the latest standing record ?
trueThe maximum number of records to return. See Pagination for more information.
10Example: 10The offset of the records. See Pagination for more information.
10The pool identifier within a season
P1The round identifier within a season
RN1Round number
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.
conferenceId,divisionId,-positionPattern: ^(\-?conferenceId|\-?divisionId|\-?|position|,)*$The stage identifier within a season
ST1The unique identifier of the configuration
009e9276-5c80-11e8-9c2d-fa7ae01bbebcRecord was modified after this date/time. In UTC.
2018-08-16T02:11:48Successful operation
Error
GET /v1/hockey/o/{organizationId}/seasons/{seasonId}/standings/live 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": [
{
"standingId": "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"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"division": {
"resourceType": "divisions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conference": {
"resourceType": "conferences",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"latest": true,
"inProgress": true,
"live": true,
"locked": true,
"groupingBase": "OVERALL",
"groupingConferenceDivision": "OVERALL",
"groupingStagePool": "OVERALL",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"standingConfigurationId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"standingConfiguration": {
"resourceType": "standingConfigurations",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"fixtureType": "REGULAR",
"position": 48,
"securedFinals": "text",
"points": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"calculated": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"externalId": "A123",
"autoGenerated": true,
"updated": "2025-11-19T05:38:50.361Z",
"added": "2025-11-19T05:38:50.361Z"
}
]
}Return detailed information about a specific standing
- : 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 standing record
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 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/hockey/o/{organizationId}/standings/{standingId} 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": [
{
"standingId": "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"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"division": {
"resourceType": "divisions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conference": {
"resourceType": "conferences",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"latest": true,
"inProgress": true,
"live": true,
"locked": true,
"groupingBase": "OVERALL",
"groupingConferenceDivision": "OVERALL",
"groupingStagePool": "OVERALL",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"standingConfigurationId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"standingConfiguration": {
"resourceType": "standingConfigurations",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"fixtureType": "REGULAR",
"position": 48,
"securedFinals": "text",
"points": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"calculated": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"externalId": "A123",
"autoGenerated": true,
"updated": "2025-11-19T05:38:50.361Z",
"added": "2025-11-19T05:38:50.361Z"
}
]
}Change the information of a specific standing
- : 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 standing record
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 season
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the team
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the division
009e9276-5c80-11e8-9c2d-fa7ae01bbebcThe unique identifier of the conference
009e9276-5c80-11e8-9c2d-fa7ae01bbebcStanding is part of the latest round?
trueIs the competitor in a current In-Progress match?
trueIs this including live matches?
trueHas the standing been locked (to prevent editing)?
trueBase grouping of standings row
OVERALLOverallROUNDRound
OVERALLPossible values: Conference/Division grouping of standings row
CONFERENCEConferenceDIVISIONDivisionOVERALLOverall
OVERALLPossible values: Stage/Pool grouping of standings row
OVERALLOverallSTAGEStageSTAGEPOOLStage/Pool
OVERALLPossible values: A unique code for the stage. (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
1The unique identifier of the standingConfiguration
009e9276-5c80-11e8-9c2d-fa7ae01bbebcType of match
ALL_STARAll StarDEMONSTRATIONDemonstrationFINALFinalFRIENDLYFriendlyPLAYOFFPlayoffPRESEASONPre SeasonREGULARRegular
REGULARPossible values: Position of the competitors standing record
48Has competitor secured a finals position
The Id of the data as set by the provider of the data
A123Pattern: ^[0-9A-Za-z/_-]+$Successful operation
Error
PUT /v1/hockey/o/{organizationId}/standings/{standingId} HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 671
{
"seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"latest": true,
"inProgress": true,
"live": true,
"locked": true,
"groupingBase": "OVERALL",
"groupingConferenceDivision": "OVERALL",
"groupingStagePool": "OVERALL",
"stageCode": "ST1",
"poolCode": "P1",
"roundCode": "RN1",
"roundNumber": 1,
"standingConfigurationId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"fixtureType": "REGULAR",
"position": 48,
"securedFinals": "text",
"points": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"calculated": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"externalId": "A123"
}{
"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": [
{
"standingId": "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"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"division": {
"resourceType": "divisions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conference": {
"resourceType": "conferences",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"latest": true,
"inProgress": true,
"live": true,
"locked": true,
"groupingBase": "OVERALL",
"groupingConferenceDivision": "OVERALL",
"groupingStagePool": "OVERALL",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"standingConfigurationId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"standingConfiguration": {
"resourceType": "standingConfigurations",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"fixtureType": "REGULAR",
"position": 48,
"securedFinals": "text",
"points": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"calculated": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"externalId": "A123",
"autoGenerated": true,
"updated": "2025-11-19T05:38:50.361Z",
"added": "2025-11-19T05:38:50.361Z"
}
]
}Delete a specific standing
- : 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 standing record
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)]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/hockey/o/{organizationId}/standings/{standingId} 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": [
{
"standingId": "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"
},
"entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"entity": {
"resourceType": "entities",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"divisionId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"division": {
"resourceType": "divisions",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"conferenceId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"conference": {
"resourceType": "conferences",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"latest": true,
"inProgress": true,
"live": true,
"locked": true,
"groupingBase": "OVERALL",
"groupingConferenceDivision": "OVERALL",
"groupingStagePool": "OVERALL",
"stageCode": "ST1",
"stage": {
"resourceType": "seasonStages",
"id": "ST1"
},
"poolCode": "P1",
"pool": {
"resourceType": "seasonPools",
"id": "P1"
},
"roundCode": "RN1",
"round": {
"resourceType": "seasonRounds",
"id": "RN1"
},
"roundNumber": 1,
"standingConfigurationId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
"standingConfiguration": {
"resourceType": "standingConfigurations",
"id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
},
"fixtureType": "REGULAR",
"position": 48,
"securedFinals": "text",
"points": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"calculated": {
"ANY_ADDITIONAL_PROPERTY": "default"
},
"externalId": "A123",
"autoGenerated": true,
"updated": "2025-11-19T05:38:50.361Z",
"added": "2025-11-19T05:38:50.361Z"
}
]
}Build a standing
- : 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,entitiesSuccessful operation
Error
POST /v1/hockey/o/{organizationId}/seasons/{seasonId}/standings/build 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
}
]
}Build a standing using live data
Build a standing using live data.
- : 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,entitiesSuccessful operation
Error
POST /v1/hockey/o/{organizationId}/seasons/{seasonId}/standings/build/live 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
}
]
}Last updated
Was this helpful?