# Competition Statistics

A person can have statistics associated with their participation in a competition.

An team can have statistics associated with their participation in a competition.

## Person statistics for a competition

> Return a list of person statistic totals for a competition

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - basketball","version":"v1"},"tags":[{"name":"Competition Statistics","description":"\nA person can have statistics associated with their participation in a competition.\n\nAn team can have statistics associated with their participation in a competition.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Competition_Person_StatisticsModel":{"type":"object","additionalProperties":false,"properties":{"personId":{"description":"The unique identifier of the person","type":"string","format":"uuid"},"person":{"properties":{"resourceType":{"type":"string","enum":["persons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The person information","type":"object"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this competition person statistics belongs to","type":"object"},"competitionId":{"description":"The unique identifier of the competition","type":"string","format":"uuid"},"competition":{"properties":{"resourceType":{"type":"string","enum":["competitions"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The competition that this season belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"The number of assists","type":"integer","nullable":true,"format":"int32"},"assistsPerGame":{"description":"Average number of assists per game","type":"number","format":"float"},"assistsDefensive":{"description":"The number of defensive assists","type":"integer","nullable":true,"format":"int32"},"assistsTurnoverRatio":{"description":"The ratio of assists to turnovers","type":"number","format":"float"},"blocks":{"description":"The number of blocks made","type":"integer","nullable":true,"format":"int32"},"blocksPerGame":{"description":"Average number of blocks per game","type":"number","format":"float"},"blocksReceived":{"description":"The number of times player has been blocked","type":"integer","nullable":true,"format":"int32"},"blocksReceivedPerGame":{"description":"Average number of times player has been blocked per game","type":"number","format":"float"},"doubleDouble":{"description":"Number of double doubles","type":"integer","nullable":true,"format":"int32"},"draws":{"description":"The number of draws","type":"integer","nullable":true,"format":"int32"},"dunks":{"description":"The number of dunks made","type":"integer","nullable":true,"format":"int32"},"dunksPerGame":{"description":"Average number of dunks per game","type":"number","format":"float"},"efficiencyCustom":{"description":"Custom Efficiency rating","type":"number","nullable":true,"format":"float"},"efficiency":{"description":"Efficiency rating","type":"number","format":"float"},"pir":{"description":"Performance Index Rating","type":"number","format":"float"},"fieldGoalsAttempted":{"description":"The number of field goals (2pt + 3pt) attempted","type":"integer","nullable":true,"format":"int32"},"fieldGoalsMade":{"description":"The number of field goals (2pt + 3pt) made","type":"integer","nullable":true,"format":"int32"},"fieldGoalsEffectivePercentage":{"description":"The effective percentage of successful field goals","type":"number","format":"float"},"fieldGoalsPercentage":{"description":"The percentage of successful field goals","type":"number","format":"float"},"freeThrowsAttempted":{"description":"The number of free throws attempted","type":"integer","nullable":true,"format":"int32"},"freeThrowsAttemptedPerGame":{"description":"Average number of free throws attempted per game","type":"number","format":"float"},"freeThrowsMade":{"description":"The number of free throws made","type":"integer","nullable":true,"format":"int32"},"freeThrowsMadePerGame":{"description":"Average number of free throws made per game","type":"number","format":"float"},"freeThrowsPercentage":{"description":"The percentage of successful free throws","type":"number","format":"float"},"foulsCoachDisqualifying":{"description":"The number of disqualifying fouls on the coach","type":"integer","nullable":true,"format":"int32"},"foulsCoachTechnical":{"description":"The number of technical fouls on the coach","type":"integer","nullable":true,"format":"int32"},"foulsDisqualifying":{"description":"The number of disqualifying fouls","type":"integer","nullable":true,"format":"int32"},"foulsOffensive":{"description":"The number of offensive fouls","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"The number of times this player has been fouled on","type":"integer","nullable":true,"format":"int32"},"foulsDrawnPerGame":{"description":"Average number of times this player has been fouled on per game","type":"number","format":"float"},"foulsPersonal":{"description":"The number of personal fouls","type":"integer","nullable":true,"format":"int32"},"foulsPersonalPerGame":{"description":"Average number of personal fouls per game","type":"number","format":"float"},"foulsTechnical":{"description":"The number of technical fouls","type":"integer","nullable":true,"format":"int32"},"foulsTotal":{"description":"Total number of fouls","type":"integer","format":"int32"},"foulsUnsportsmanlike":{"description":"The number of unsportsmanlike fouls","type":"integer","nullable":true,"format":"int32"},"games":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"gamesPercentage":{"description":"Games Played Percentage","type":"number","nullable":true,"format":"float"},"gamesStarted":{"description":"The number of matches that they were a starter","type":"integer","nullable":true,"format":"int32"},"indexOfSuccess":{"description":"Index of Success","type":"number","format":"float"},"losses":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"maxAssists":{"description":"The maximum number of assists in a single game","type":"integer","nullable":true,"format":"int32"},"maxFreeThrowsMade":{"description":"The maximum number of free throws made in a single game","type":"integer","nullable":true,"format":"int32"},"maxPoints":{"description":"The maximum number of points in a single game","type":"integer","nullable":true,"format":"int32"},"maxPointsThreeMade":{"description":"The maximum number of points three made in a single game","type":"integer","nullable":true,"format":"int32"},"maxPointsTwoMade":{"description":"The maximum number of points two made in a single game","type":"integer","nullable":true,"format":"int32"},"maxRebounds":{"description":"The maximum number of rebounds in a single game","type":"integer","nullable":true,"format":"int32"},"maxReboundsDefensive":{"description":"The maximum number of rebounds defensive in a single game","type":"integer","nullable":true,"format":"int32"},"maxReboundsOffensive":{"description":"The maximum number of rebounds offensive in a single game","type":"integer","nullable":true,"format":"int32"},"maxSteals":{"description":"The maximum number of steals in a single game","type":"integer","nullable":true,"format":"int32"},"minus":{"description":"The number of points lost while this player on court","type":"integer","nullable":true,"format":"int32"},"minutes":{"description":"The number of minutes (in ISO8601 Duration format) that the player was on the court. eg. PT1M30S equals 1 minute and 30 seconds","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"minutesPerGame":{"description":"Average number of minutes per game","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}]},"plus":{"description":"The number of points gained while this player on court","type":"integer","nullable":true,"format":"int32"},"plusMinus":{"description":"Point gain/loss while player on court","type":"integer","nullable":true,"format":"int32"},"points":{"description":"Total number of points","type":"integer","nullable":true,"format":"int32"},"pointsFastBreak":{"description":"Total of fast break points","type":"integer","nullable":true,"format":"int32"},"pointsFastBreakAttempted":{"description":"Number of fast break points attempted","type":"integer","nullable":true,"format":"int32"},"pointsFastBreakMade":{"description":"Number of fast break points made","type":"integer","nullable":true,"format":"int32"},"pointsFromTurnover":{"description":"The number of points from turnovers","type":"integer","nullable":true,"format":"int32"},"pointsInThePaint":{"description":"Total of points in the paint","type":"integer","nullable":true,"format":"int32"},"pointsInThePaintMade":{"description":"Number of points in the paint made","type":"integer","nullable":true,"format":"int32"},"pointsInThePaintAttempted":{"description":"Number of points in the paint attempted","type":"integer","nullable":true,"format":"int32"},"pointsPerGame":{"description":"Average number of points per game","type":"number","format":"float"},"pointsSecondChance":{"description":"Total of second chance points","type":"integer","nullable":true,"format":"int32"},"pointsSecondChanceAttempted":{"description":"Number of second chance points attempted","type":"integer","nullable":true,"format":"int32"},"pointsSecondChanceMade":{"description":"Number of second chance points made","type":"integer","nullable":true,"format":"int32"},"pointsTwoAttempted":{"description":"The number of two point shots attempted","type":"integer","nullable":true,"format":"int32"},"pointsTwoAttemptedPerGame":{"description":"Average number of two point shots attempted per game","type":"number","format":"float"},"pointsTwoMade":{"description":"The number of two point shots made","type":"integer","nullable":true,"format":"int32"},"pointsTwoMadePerGame":{"description":"Average number of two point shots made per game","type":"number","format":"float"},"pointsTwoPercentage":{"description":"The percentage of successful two point shots","type":"number","format":"float"},"pointsThreeAttempted":{"description":"The number of three point shots attempted","type":"integer","nullable":true,"format":"int32"},"pointsThreeAttemptedPerGame":{"description":"Average number of three point shots attempted per game","type":"number","format":"float"},"pointsThreeMade":{"description":"The number of three point shots made","type":"integer","nullable":true,"format":"int32"},"pointsThreeMadePerGame":{"description":"Average number of three point shots made per game","type":"number","format":"float"},"pointsThreePercentage":{"description":"The percentage of successful three point shots","type":"number","format":"float"},"powerPlayPoints":{"description":"The number of points from power play","type":"integer","nullable":true,"format":"int32"},"powerPlayPointsAwarded":{"description":"The number of points being awarded from power play","type":"integer","nullable":true,"format":"int32"},"rebounds":{"description":"The total number of rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsPerGame":{"description":"Average number of rebounds per game","type":"number","format":"float"},"reboundsDefensive":{"description":"The number of defensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsDefensivePerGame":{"description":"Average number of defensive rebounds per game","type":"number","format":"float"},"reboundsOffensive":{"description":"The number of offensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsOffensivePerGame":{"description":"Average number of offensive rebounds per game","type":"number","format":"float"},"steals":{"description":"The number of steals","type":"integer","nullable":true,"format":"int32"},"stealsPerGame":{"description":"Average number of steals per game","type":"number","format":"float"},"tripleDouble":{"description":"Number of triple doubles","type":"integer","nullable":true,"format":"int32"},"trueShootingAttempts":{"description":"The number of true shooting attempts","type":"number","format":"float"},"trueShootingPercentage":{"description":"The true shooting percentage","type":"number","format":"float"},"turnovers":{"description":"The number of turnovers","type":"integer","nullable":true,"format":"int32"},"turnoversPercentage":{"description":"The turnover percentage","type":"number","format":"float"},"turnoversPerGame":{"description":"Average number of turnovers per game","type":"number","format":"float"},"wins":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"}}}},"title":"competition person statistics model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"entityId":{"name":"entityId","description":"The unique identifier of the team","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"homeAway":{"name":"homeAway","description":"Where the result was\n>- `AWAY` Away\n>- `HOME` Home\n","schema":{"type":"string","enum":["HOME","AWAY"],"maxLength":50},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"isPlayer":{"name":"isPlayer","description":"Is the person a player?","schema":{"type":"boolean"},"required":false,"in":"query"},"isTeamOfficial":{"name":"isTeamOfficial","description":"Is the person a team official?","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"personId":{"name":"personId","description":"The unique identifier of the person","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"starter":{"name":"starter","description":"Is the person a starter in the match ?","schema":{"type":"boolean"},"required":false,"in":"query"},"winLoss":{"name":"winLoss","description":"What the result was\n>- `DRAW` Draw\n>- `LOSS` Loss\n>- `WIN` Win\n","schema":{"type":"string","enum":["WIN","LOSS","DRAW"],"maxLength":50},"required":false,"in":"query"}}},"paths":{"/basketball/o/{organizationId}/statistics/for/person/in/competitions/{competitionId}":{"get":{"tags":["Competition Statistics"],"summary":"Person statistics for a competition","description":"Return a list of person statistic totals for a competition","operationId":"cps_list","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Competition_Person_Statistics Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Competition_Person_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"name":"competitionId","description":"The unique identifier of the competition","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/entityId"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/homeAway"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/isPlayer"},{"$ref":"#/components/parameters/isTeamOfficial"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"$ref":"#/components/parameters/personId"},{"$ref":"#/components/parameters/starter"},{"$ref":"#/components/parameters/winLoss"}]}}}}
```

## Team statistics for a competition

> Return a list of team statistic totals for a competition

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - basketball","version":"v1"},"tags":[{"name":"Competition Statistics","description":"\nA person can have statistics associated with their participation in a competition.\n\nAn team can have statistics associated with their participation in a competition.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Competition_Entity_StatisticsModel":{"type":"object","additionalProperties":false,"properties":{"entityId":{"description":"The unique identifier of the team","type":"string","format":"uuid"},"entity":{"properties":{"resourceType":{"type":"string","enum":["entities"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The team information","type":"object"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this competition entity statistics belongs to","type":"object"},"competitionId":{"description":"The unique identifier of the competition","type":"string","format":"uuid"},"competition":{"properties":{"resourceType":{"type":"string","enum":["competitions"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The competition that this season belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"The number of assists","type":"integer","nullable":true,"format":"int32"},"assistsAgainst":{"description":"The number of assists by the opposing team","type":"integer","nullable":true,"format":"int32"},"assistsAgainstPerGame":{"description":"Average number of assists per game by the opposing team","type":"number","format":"float"},"assistsPerGame":{"description":"Average number of assists per game","type":"number","format":"float"},"assistsDefensive":{"description":"The number of defensive assists","type":"integer","nullable":true,"format":"int32"},"assistsTurnoverRatio":{"description":"The ratio of assists to turnovers","type":"number","format":"float"},"biggestLead":{"description":"The largest lead","type":"integer","nullable":true,"format":"int32"},"biggestScoringRun":{"description":"The longest scoring run","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"The number of blocks made","type":"integer","nullable":true,"format":"int32"},"blocksPerGame":{"description":"Average number of blocks per game","type":"number","format":"float"},"blocksReceived":{"description":"The number of times entity has been blocked","type":"integer","nullable":true,"format":"int32"},"blocksReceivedPerGame":{"description":"Average number of times entity has been blocked per game","type":"number","format":"float"},"draws":{"description":"The number of draws","type":"integer","nullable":true,"format":"int32"},"dunks":{"description":"The number of dunks made","type":"integer","nullable":true,"format":"int32"},"dunksPerGame":{"description":"Average number of dunks per game","type":"number","format":"float"},"efficiencyCustom":{"description":"Custom Efficiency rating","type":"number","nullable":true,"format":"float"},"efficiency":{"description":"Efficiency rating","type":"number","format":"float"},"pir":{"description":"Performance Index Rating","type":"number","format":"float"},"fieldGoalsAttempted":{"description":"The number of field goals (2pt + 3pt) attempted","type":"integer","nullable":true,"format":"int32"},"fieldGoalsAttemptedAgainst":{"description":"The number of field goals (2pt + 3pt) attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"fieldGoalsAttemptedAgainstPerGame":{"description":"Average number of field goals (2pt + 3pt) attempted per game by the opposing team","type":"number","format":"float"},"fieldGoalsMade":{"description":"The number of field goals (2pt + 3pt) made","type":"integer","nullable":true,"format":"int32"},"fieldGoalsMadeAgainst":{"description":"The number of field goals (2pt + 3pt) made by the opposing team","type":"integer","nullable":true,"format":"int32"},"fieldGoalsMadeAgainstPerGame":{"description":"Average number of field goals (2pt + 3pt) made per game by the opposing team","type":"number","format":"float"},"fieldGoalsEffectivePercentage":{"description":"The effective percentage of successful field goals","type":"number","format":"float"},"fieldGoalsPercentage":{"description":"The percentage of successful field goals","type":"number","format":"float"},"fieldGoalsAgainstPercentage":{"description":"The percentage of successful field goals by the opposing team","type":"number","format":"float"},"freeThrowsAttempted":{"description":"The number of free throws attempted","type":"integer","nullable":true,"format":"int32"},"freeThrowsAttemptedAgainst":{"description":"The number of free throws attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"freeThrowsAttemptedAgainstPerGame":{"description":"Average number of free throws attempted per game by the opposing team","type":"number","format":"float"},"freeThrowsAttemptedPerGame":{"description":"Average number of free throws attempted per game","type":"number","format":"float"},"freeThrowsMade":{"description":"The number of free throws made","type":"integer","nullable":true,"format":"int32"},"freeThrowsMadeAgainst":{"description":"The number of free throws made by the opposing team","type":"integer","nullable":true,"format":"int32"},"freeThrowsMadeAgainstPerGame":{"description":"Average number of free throws made per game by the opposing team","type":"number","format":"float"},"freeThrowsMadePerGame":{"description":"Average number of free throws made per game","type":"number","format":"float"},"freeThrowsPercentage":{"description":"The percentage of successful free throws","type":"number","format":"float"},"freeThrowsAgainstPercentage":{"description":"The percentage of successful free throws by the opposing team","type":"number","format":"float"},"foulsBenchTechnical":{"description":"The number of technical fouls on the bench","type":"integer","nullable":true,"format":"int32"},"foulsCoachDisqualifying":{"description":"The number of disqualifying fouls on the coach","type":"integer","nullable":true,"format":"int32"},"foulsCoachTechnical":{"description":"The number of technical fouls on the coach","type":"integer","nullable":true,"format":"int32"},"foulsDisqualifying":{"description":"The number of disqualifying fouls","type":"integer","nullable":true,"format":"int32"},"foulsOffensive":{"description":"The number of offensive fouls","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"The number of times this player has been fouled on","type":"integer","nullable":true,"format":"int32"},"foulsDrawnPerGame":{"description":"Average number of times this player has been fouled on per game","type":"number","format":"float"},"foulsPersonal":{"description":"The number of personal fouls","type":"integer","nullable":true,"format":"int32"},"foulsPersonalAgainst":{"description":"The number of personal fouls by the opposing team","type":"integer","nullable":true,"format":"int32"},"foulsPersonalAgainstPerGame":{"description":"Average number of personal fouls per game by the opposing team","type":"number","format":"float"},"foulsPersonalPerGame":{"description":"Average number of personal fouls per game","type":"number","format":"float"},"foulsTechnical":{"description":"The number of technical fouls","type":"integer","nullable":true,"format":"int32"},"foulsTechnicalAgainst":{"description":"The number of technical fouls by the opposing team","type":"integer","nullable":true,"format":"int32"},"foulsTechnicalAgainstPerGame":{"description":"Average number of technical fouls per game by the opposing team","type":"number","format":"float"},"foulsTotal":{"description":"Total number of fouls (aggregate of persons)","type":"integer","format":"int32"},"foulsUnsportsmanlike":{"description":"The number of unsportsmanlike fouls","type":"integer","nullable":true,"format":"int32"},"games":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"indexOfSuccess":{"description":"Index of Success","type":"number","format":"float"},"losses":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"minutes":{"description":"The number of minutes (in ISO8601 Duration format) that the team had players on the court. eg. PT1M30S equals 1 minute and 30 seconds","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"offensiveRating":{"description":"Is this needed?","type":"number","nullable":true,"format":"float"},"points":{"description":"Total number of points","type":"integer","nullable":true,"format":"int32"},"pointsAgainst":{"description":"Points scored against","type":"integer","nullable":true,"format":"int32"},"pointsAgainstPerGame":{"description":"Average number of points scored against per game","type":"number","nullable":true,"format":"float"},"pointsFastBreak":{"description":"Total of fast break points","type":"integer","nullable":true,"format":"int32"},"pointsFastBreakPerGame":{"description":"Average number of fast break points per game","type":"number","nullable":true,"format":"float"},"pointsFastBreakAgainst":{"description":"Total of fast break points by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsFastBreakAgainstPerGame":{"description":"Average number of fast break points by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsFastBreakAttempted":{"description":"Number of fast break points attempted","type":"integer","nullable":true,"format":"int32"},"pointsFastBreakMade":{"description":"Number of fast break points made","type":"integer","nullable":true,"format":"int32"},"pointsFromTurnover":{"description":"The number of points from turnovers","type":"integer","nullable":true,"format":"int32"},"pointsFromTurnoverAgainst":{"description":"The number of points from turnovers by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsFromTurnoverAgainstPerGame":{"description":"Average number of points from turnovers by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsInThePaint":{"description":"Total of points in the paint","type":"integer","nullable":true,"format":"int32"},"pointsInThePaintPerGame":{"description":"Average number of points in the paint per game","type":"number","nullable":true,"format":"float"},"pointsInThePaintAgainst":{"description":"Total of points in the paint by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsInThePaintAgainstPerGame":{"description":"Average number of points in the paint by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsInThePaintMade":{"description":"Number of points in the paint made","type":"integer","nullable":true,"format":"int32"},"pointsInThePaintAttempted":{"description":"Number of points in the paint attempted","type":"integer","nullable":true,"format":"int32"},"pointsFromBench":{"description":"Total of points from bench players","type":"integer","nullable":true,"format":"int32"},"pointsFromBenchPerGame":{"description":"Average number of points from bench players per game","type":"number","nullable":true,"format":"float"},"pointsFromBenchAgainst":{"description":"Total of points from bench players by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsFromBenchAgainstPerGame":{"description":"Average number of points from bench players by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsPerGame":{"description":"Average number of points per game","type":"number","format":"float"},"pointsSecondChance":{"description":"Total of second chance points","type":"integer","nullable":true,"format":"int32"},"pointsSecondChancePerGame":{"description":"Average number of second chance points per game","type":"number","nullable":true,"format":"float"},"pointsSecondChanceAgainst":{"description":"Total of second chance points by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsSecondChanceAgainstPerGame":{"description":"Average number of second chance points by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsSecondChanceAttempted":{"description":"Number of second chance points attempted","type":"integer","nullable":true,"format":"int32"},"pointsSecondChanceMade":{"description":"Number of second chance points made","type":"integer","nullable":true,"format":"int32"},"pointsTwoAttempted":{"description":"The number of two point shots attempted","type":"integer","nullable":true,"format":"int32"},"pointsTwoAttemptedAgainst":{"description":"The number of two point shots attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsTwoAttemptedAgainstPerGame":{"description":"Average number of two point shots attempted per game by the opposing team","type":"number","format":"float"},"pointsTwoAttemptedPerGame":{"description":"Average number of two point shots attempted per game","type":"number","format":"float"},"pointsTwoMade":{"description":"The number of two point shots made","type":"integer","nullable":true,"format":"int32"},"pointsTwoMadeAgainst":{"description":"The number of two point shots made by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsTwoMadeAgainstPerGame":{"description":"Average number of two point shots made per game by the opposing team","type":"number","format":"float"},"pointsTwoMadePerGame":{"description":"Average number of two point shots made per game","type":"number","format":"float"},"pointsTwoPercentage":{"description":"The percentage of successful two point shots","type":"number","format":"float"},"pointsTwoPercentageAgainst":{"description":"The percentage of successful two point shots by the opposing team","type":"number","format":"float"},"pointsThreeAttempted":{"description":"The number of three point shots attempted","type":"integer","nullable":true,"format":"int32"},"pointsThreeAttemptedAgainst":{"description":"The number of three point shots attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsThreeAttemptedAgainstPerGame":{"description":"Average number of three point shots attempted per game by the opposing team","type":"number","format":"float"},"pointsThreeAttemptedPerGame":{"description":"Average number of three point shots attempted per game","type":"number","format":"float"},"pointsThreeMade":{"description":"The number of three point shots made","type":"integer","nullable":true,"format":"int32"},"pointsThreeMadeAgainst":{"description":"The number of three point shots made by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsThreeMadeAgainstPerGame":{"description":"Average number of three point shots made per game by the opposing team","type":"number","format":"float"},"pointsThreeMadePerGame":{"description":"Average number of three point shots made per game","type":"number","format":"float"},"pointsThreePercentage":{"description":"The percentage of successful three point shots","type":"number","format":"float"},"pointsThreePercentageAgainst":{"description":"The percentage of successful three point shots","type":"number","format":"float"},"powerPlayPoints":{"description":"The number of points from power play","type":"integer","nullable":true,"format":"int32"},"powerPlayPointsAwarded":{"description":"The number of points being awarded from power play","type":"integer","nullable":true,"format":"int32"},"rebounds":{"description":"The total number of rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsAgainst":{"description":"The total number of rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsAgainstPerGame":{"description":"Average number of rebounds per game by the opposing team","type":"number","format":"float"},"reboundsTeamTotal":{"description":"The total number of team rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamTotalAgainst":{"description":"The total number of team rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamTotalAgainstPerGame":{"description":"Average number of team rebounds by the opposing team per game","type":"number","format":"float"},"reboundsPerGame":{"description":"Average number of rebounds per game","type":"number","format":"float"},"reboundsTeamDefensive":{"description":"The number of team defensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamDefensiveAgainst":{"description":"The number of team defensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsTeamDefensiveAgainstPerGame":{"description":"Average number of defensive team rebounds by the opposing team per game","type":"number","format":"float"},"reboundsDefensive":{"description":"The number of total defensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsDefensiveAgainst":{"description":"The number of total defensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsDefensiveAgainstPerGame":{"description":"Average number of defensive rebounds per game by the opposing team","type":"number","format":"float"},"reboundsDefensivePerGame":{"description":"Average number of defensive rebounds per game","type":"number","format":"float"},"reboundsTeamOffensive":{"description":"The number of team offensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamOffensiveAgainst":{"description":"The number of team offensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsTeamOffensiveAgainstPerGame":{"description":"Average number of offensive team rebounds by the opposing team per game","type":"number","format":"float"},"reboundsOffensive":{"description":"The number of total offensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsOffensiveAgainst":{"description":"The number of total offensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsOffensiveAgainstPerGame":{"description":"Average number of offensive rebounds per game by the opposing team","type":"number","format":"float"},"reboundsOffensivePerGame":{"description":"Average number of offensive rebounds per game","type":"number","format":"float"},"steals":{"description":"The number of steals","type":"integer","nullable":true,"format":"int32"},"stealsAgainst":{"description":"The number of steals by the opposing team","type":"integer","nullable":true,"format":"int32"},"stealsAgainstPerGame":{"description":"Average number of steals per game by the opposing team","type":"number","format":"float"},"stealsPerGame":{"description":"Average number of steals per game","type":"number","format":"float"},"trueShootingAttempts":{"description":"The number of true shooting attempts","type":"number","nullable":true,"format":"float"},"trueShootingPercentage":{"description":"The true shooting percentage","type":"number","format":"float"},"turnovers":{"description":"The number of total turnovers","type":"integer","nullable":true,"format":"int32"},"turnoversAgainst":{"description":"The number of total turnovers by the opposing team","type":"integer","nullable":true,"format":"int32"},"turnoversAgainstPerGame":{"description":"Average number of turnovers per game by the opposing team","type":"number","format":"float"},"turnoversTeam":{"description":"The number of team turnovers","type":"integer","nullable":true,"format":"int32"},"turnoversTeamAgainst":{"description":"The number of team turnovers by the opposing team","type":"integer","nullable":true,"format":"int32"},"turnoversTeamAgainstPerGame":{"description":"Average number of team turnovers per game by the opposing team","type":"number","format":"float"},"turnoversPercentage":{"description":"The turnover percentage","type":"number","format":"float"},"turnoversPerGame":{"description":"Average number of turnovers per game","type":"number","format":"float"},"wins":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"}}}},"title":"competition entity statistics model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"entityId":{"name":"entityId","description":"The unique identifier of the team","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"homeAway":{"name":"homeAway","description":"Where the result was\n>- `AWAY` Away\n>- `HOME` Home\n","schema":{"type":"string","enum":["HOME","AWAY"],"maxLength":50},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"winLoss":{"name":"winLoss","description":"What the result was\n>- `DRAW` Draw\n>- `LOSS` Loss\n>- `WIN` Win\n","schema":{"type":"string","enum":["WIN","LOSS","DRAW"],"maxLength":50},"required":false,"in":"query"}}},"paths":{"/basketball/o/{organizationId}/statistics/for/entity/in/competitions/{competitionId}":{"get":{"tags":["Competition Statistics"],"summary":"Team statistics for a competition","description":"Return a list of team statistic totals for a competition","operationId":"ces_list","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Competition_Entity_Statistics Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Competition_Entity_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"name":"competitionId","description":"The unique identifier of the competition","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/entityId"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/homeAway"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"$ref":"#/components/parameters/winLoss"}]}}}}
```

## Team statistics for a competition by period

> Return a list of team statistics for a competition filterable by period. This still displays aggregated/summed data, and should return the same values as the non by-period call, this one can be further filtered by period.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - basketball","version":"v1"},"tags":[{"name":"Competition Statistics","description":"\nA person can have statistics associated with their participation in a competition.\n\nAn team can have statistics associated with their participation in a competition.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Competition_Entity_StatisticsModel":{"type":"object","additionalProperties":false,"properties":{"entityId":{"description":"The unique identifier of the team","type":"string","format":"uuid"},"entity":{"properties":{"resourceType":{"type":"string","enum":["entities"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The team information","type":"object"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this competition entity statistics belongs to","type":"object"},"competitionId":{"description":"The unique identifier of the competition","type":"string","format":"uuid"},"competition":{"properties":{"resourceType":{"type":"string","enum":["competitions"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The competition that this season belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"The number of assists","type":"integer","nullable":true,"format":"int32"},"assistsAgainst":{"description":"The number of assists by the opposing team","type":"integer","nullable":true,"format":"int32"},"assistsAgainstPerGame":{"description":"Average number of assists per game by the opposing team","type":"number","format":"float"},"assistsPerGame":{"description":"Average number of assists per game","type":"number","format":"float"},"assistsDefensive":{"description":"The number of defensive assists","type":"integer","nullable":true,"format":"int32"},"assistsTurnoverRatio":{"description":"The ratio of assists to turnovers","type":"number","format":"float"},"biggestLead":{"description":"The largest lead","type":"integer","nullable":true,"format":"int32"},"biggestScoringRun":{"description":"The longest scoring run","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"The number of blocks made","type":"integer","nullable":true,"format":"int32"},"blocksPerGame":{"description":"Average number of blocks per game","type":"number","format":"float"},"blocksReceived":{"description":"The number of times entity has been blocked","type":"integer","nullable":true,"format":"int32"},"blocksReceivedPerGame":{"description":"Average number of times entity has been blocked per game","type":"number","format":"float"},"draws":{"description":"The number of draws","type":"integer","nullable":true,"format":"int32"},"dunks":{"description":"The number of dunks made","type":"integer","nullable":true,"format":"int32"},"dunksPerGame":{"description":"Average number of dunks per game","type":"number","format":"float"},"efficiencyCustom":{"description":"Custom Efficiency rating","type":"number","nullable":true,"format":"float"},"efficiency":{"description":"Efficiency rating","type":"number","format":"float"},"pir":{"description":"Performance Index Rating","type":"number","format":"float"},"fieldGoalsAttempted":{"description":"The number of field goals (2pt + 3pt) attempted","type":"integer","nullable":true,"format":"int32"},"fieldGoalsAttemptedAgainst":{"description":"The number of field goals (2pt + 3pt) attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"fieldGoalsAttemptedAgainstPerGame":{"description":"Average number of field goals (2pt + 3pt) attempted per game by the opposing team","type":"number","format":"float"},"fieldGoalsMade":{"description":"The number of field goals (2pt + 3pt) made","type":"integer","nullable":true,"format":"int32"},"fieldGoalsMadeAgainst":{"description":"The number of field goals (2pt + 3pt) made by the opposing team","type":"integer","nullable":true,"format":"int32"},"fieldGoalsMadeAgainstPerGame":{"description":"Average number of field goals (2pt + 3pt) made per game by the opposing team","type":"number","format":"float"},"fieldGoalsEffectivePercentage":{"description":"The effective percentage of successful field goals","type":"number","format":"float"},"fieldGoalsPercentage":{"description":"The percentage of successful field goals","type":"number","format":"float"},"fieldGoalsAgainstPercentage":{"description":"The percentage of successful field goals by the opposing team","type":"number","format":"float"},"freeThrowsAttempted":{"description":"The number of free throws attempted","type":"integer","nullable":true,"format":"int32"},"freeThrowsAttemptedAgainst":{"description":"The number of free throws attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"freeThrowsAttemptedAgainstPerGame":{"description":"Average number of free throws attempted per game by the opposing team","type":"number","format":"float"},"freeThrowsAttemptedPerGame":{"description":"Average number of free throws attempted per game","type":"number","format":"float"},"freeThrowsMade":{"description":"The number of free throws made","type":"integer","nullable":true,"format":"int32"},"freeThrowsMadeAgainst":{"description":"The number of free throws made by the opposing team","type":"integer","nullable":true,"format":"int32"},"freeThrowsMadeAgainstPerGame":{"description":"Average number of free throws made per game by the opposing team","type":"number","format":"float"},"freeThrowsMadePerGame":{"description":"Average number of free throws made per game","type":"number","format":"float"},"freeThrowsPercentage":{"description":"The percentage of successful free throws","type":"number","format":"float"},"freeThrowsAgainstPercentage":{"description":"The percentage of successful free throws by the opposing team","type":"number","format":"float"},"foulsBenchTechnical":{"description":"The number of technical fouls on the bench","type":"integer","nullable":true,"format":"int32"},"foulsCoachDisqualifying":{"description":"The number of disqualifying fouls on the coach","type":"integer","nullable":true,"format":"int32"},"foulsCoachTechnical":{"description":"The number of technical fouls on the coach","type":"integer","nullable":true,"format":"int32"},"foulsDisqualifying":{"description":"The number of disqualifying fouls","type":"integer","nullable":true,"format":"int32"},"foulsOffensive":{"description":"The number of offensive fouls","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"The number of times this player has been fouled on","type":"integer","nullable":true,"format":"int32"},"foulsDrawnPerGame":{"description":"Average number of times this player has been fouled on per game","type":"number","format":"float"},"foulsPersonal":{"description":"The number of personal fouls","type":"integer","nullable":true,"format":"int32"},"foulsPersonalAgainst":{"description":"The number of personal fouls by the opposing team","type":"integer","nullable":true,"format":"int32"},"foulsPersonalAgainstPerGame":{"description":"Average number of personal fouls per game by the opposing team","type":"number","format":"float"},"foulsPersonalPerGame":{"description":"Average number of personal fouls per game","type":"number","format":"float"},"foulsTechnical":{"description":"The number of technical fouls","type":"integer","nullable":true,"format":"int32"},"foulsTechnicalAgainst":{"description":"The number of technical fouls by the opposing team","type":"integer","nullable":true,"format":"int32"},"foulsTechnicalAgainstPerGame":{"description":"Average number of technical fouls per game by the opposing team","type":"number","format":"float"},"foulsTotal":{"description":"Total number of fouls (aggregate of persons)","type":"integer","format":"int32"},"foulsUnsportsmanlike":{"description":"The number of unsportsmanlike fouls","type":"integer","nullable":true,"format":"int32"},"games":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"indexOfSuccess":{"description":"Index of Success","type":"number","format":"float"},"losses":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"minutes":{"description":"The number of minutes (in ISO8601 Duration format) that the team had players on the court. eg. PT1M30S equals 1 minute and 30 seconds","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"offensiveRating":{"description":"Is this needed?","type":"number","nullable":true,"format":"float"},"points":{"description":"Total number of points","type":"integer","nullable":true,"format":"int32"},"pointsAgainst":{"description":"Points scored against","type":"integer","nullable":true,"format":"int32"},"pointsAgainstPerGame":{"description":"Average number of points scored against per game","type":"number","nullable":true,"format":"float"},"pointsFastBreak":{"description":"Total of fast break points","type":"integer","nullable":true,"format":"int32"},"pointsFastBreakPerGame":{"description":"Average number of fast break points per game","type":"number","nullable":true,"format":"float"},"pointsFastBreakAgainst":{"description":"Total of fast break points by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsFastBreakAgainstPerGame":{"description":"Average number of fast break points by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsFastBreakAttempted":{"description":"Number of fast break points attempted","type":"integer","nullable":true,"format":"int32"},"pointsFastBreakMade":{"description":"Number of fast break points made","type":"integer","nullable":true,"format":"int32"},"pointsFromTurnover":{"description":"The number of points from turnovers","type":"integer","nullable":true,"format":"int32"},"pointsFromTurnoverAgainst":{"description":"The number of points from turnovers by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsFromTurnoverAgainstPerGame":{"description":"Average number of points from turnovers by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsInThePaint":{"description":"Total of points in the paint","type":"integer","nullable":true,"format":"int32"},"pointsInThePaintPerGame":{"description":"Average number of points in the paint per game","type":"number","nullable":true,"format":"float"},"pointsInThePaintAgainst":{"description":"Total of points in the paint by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsInThePaintAgainstPerGame":{"description":"Average number of points in the paint by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsInThePaintMade":{"description":"Number of points in the paint made","type":"integer","nullable":true,"format":"int32"},"pointsInThePaintAttempted":{"description":"Number of points in the paint attempted","type":"integer","nullable":true,"format":"int32"},"pointsFromBench":{"description":"Total of points from bench players","type":"integer","nullable":true,"format":"int32"},"pointsFromBenchPerGame":{"description":"Average number of points from bench players per game","type":"number","nullable":true,"format":"float"},"pointsFromBenchAgainst":{"description":"Total of points from bench players by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsFromBenchAgainstPerGame":{"description":"Average number of points from bench players by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsPerGame":{"description":"Average number of points per game","type":"number","format":"float"},"pointsSecondChance":{"description":"Total of second chance points","type":"integer","nullable":true,"format":"int32"},"pointsSecondChancePerGame":{"description":"Average number of second chance points per game","type":"number","nullable":true,"format":"float"},"pointsSecondChanceAgainst":{"description":"Total of second chance points by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsSecondChanceAgainstPerGame":{"description":"Average number of second chance points by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsSecondChanceAttempted":{"description":"Number of second chance points attempted","type":"integer","nullable":true,"format":"int32"},"pointsSecondChanceMade":{"description":"Number of second chance points made","type":"integer","nullable":true,"format":"int32"},"pointsTwoAttempted":{"description":"The number of two point shots attempted","type":"integer","nullable":true,"format":"int32"},"pointsTwoAttemptedAgainst":{"description":"The number of two point shots attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsTwoAttemptedAgainstPerGame":{"description":"Average number of two point shots attempted per game by the opposing team","type":"number","format":"float"},"pointsTwoAttemptedPerGame":{"description":"Average number of two point shots attempted per game","type":"number","format":"float"},"pointsTwoMade":{"description":"The number of two point shots made","type":"integer","nullable":true,"format":"int32"},"pointsTwoMadeAgainst":{"description":"The number of two point shots made by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsTwoMadeAgainstPerGame":{"description":"Average number of two point shots made per game by the opposing team","type":"number","format":"float"},"pointsTwoMadePerGame":{"description":"Average number of two point shots made per game","type":"number","format":"float"},"pointsTwoPercentage":{"description":"The percentage of successful two point shots","type":"number","format":"float"},"pointsTwoPercentageAgainst":{"description":"The percentage of successful two point shots by the opposing team","type":"number","format":"float"},"pointsThreeAttempted":{"description":"The number of three point shots attempted","type":"integer","nullable":true,"format":"int32"},"pointsThreeAttemptedAgainst":{"description":"The number of three point shots attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsThreeAttemptedAgainstPerGame":{"description":"Average number of three point shots attempted per game by the opposing team","type":"number","format":"float"},"pointsThreeAttemptedPerGame":{"description":"Average number of three point shots attempted per game","type":"number","format":"float"},"pointsThreeMade":{"description":"The number of three point shots made","type":"integer","nullable":true,"format":"int32"},"pointsThreeMadeAgainst":{"description":"The number of three point shots made by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsThreeMadeAgainstPerGame":{"description":"Average number of three point shots made per game by the opposing team","type":"number","format":"float"},"pointsThreeMadePerGame":{"description":"Average number of three point shots made per game","type":"number","format":"float"},"pointsThreePercentage":{"description":"The percentage of successful three point shots","type":"number","format":"float"},"pointsThreePercentageAgainst":{"description":"The percentage of successful three point shots","type":"number","format":"float"},"powerPlayPoints":{"description":"The number of points from power play","type":"integer","nullable":true,"format":"int32"},"powerPlayPointsAwarded":{"description":"The number of points being awarded from power play","type":"integer","nullable":true,"format":"int32"},"rebounds":{"description":"The total number of rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsAgainst":{"description":"The total number of rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsAgainstPerGame":{"description":"Average number of rebounds per game by the opposing team","type":"number","format":"float"},"reboundsTeamTotal":{"description":"The total number of team rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamTotalAgainst":{"description":"The total number of team rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamTotalAgainstPerGame":{"description":"Average number of team rebounds by the opposing team per game","type":"number","format":"float"},"reboundsPerGame":{"description":"Average number of rebounds per game","type":"number","format":"float"},"reboundsTeamDefensive":{"description":"The number of team defensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamDefensiveAgainst":{"description":"The number of team defensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsTeamDefensiveAgainstPerGame":{"description":"Average number of defensive team rebounds by the opposing team per game","type":"number","format":"float"},"reboundsDefensive":{"description":"The number of total defensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsDefensiveAgainst":{"description":"The number of total defensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsDefensiveAgainstPerGame":{"description":"Average number of defensive rebounds per game by the opposing team","type":"number","format":"float"},"reboundsDefensivePerGame":{"description":"Average number of defensive rebounds per game","type":"number","format":"float"},"reboundsTeamOffensive":{"description":"The number of team offensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamOffensiveAgainst":{"description":"The number of team offensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsTeamOffensiveAgainstPerGame":{"description":"Average number of offensive team rebounds by the opposing team per game","type":"number","format":"float"},"reboundsOffensive":{"description":"The number of total offensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsOffensiveAgainst":{"description":"The number of total offensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsOffensiveAgainstPerGame":{"description":"Average number of offensive rebounds per game by the opposing team","type":"number","format":"float"},"reboundsOffensivePerGame":{"description":"Average number of offensive rebounds per game","type":"number","format":"float"},"steals":{"description":"The number of steals","type":"integer","nullable":true,"format":"int32"},"stealsAgainst":{"description":"The number of steals by the opposing team","type":"integer","nullable":true,"format":"int32"},"stealsAgainstPerGame":{"description":"Average number of steals per game by the opposing team","type":"number","format":"float"},"stealsPerGame":{"description":"Average number of steals per game","type":"number","format":"float"},"trueShootingAttempts":{"description":"The number of true shooting attempts","type":"number","nullable":true,"format":"float"},"trueShootingPercentage":{"description":"The true shooting percentage","type":"number","format":"float"},"turnovers":{"description":"The number of total turnovers","type":"integer","nullable":true,"format":"int32"},"turnoversAgainst":{"description":"The number of total turnovers by the opposing team","type":"integer","nullable":true,"format":"int32"},"turnoversAgainstPerGame":{"description":"Average number of turnovers per game by the opposing team","type":"number","format":"float"},"turnoversTeam":{"description":"The number of team turnovers","type":"integer","nullable":true,"format":"int32"},"turnoversTeamAgainst":{"description":"The number of team turnovers by the opposing team","type":"integer","nullable":true,"format":"int32"},"turnoversTeamAgainstPerGame":{"description":"Average number of team turnovers per game by the opposing team","type":"number","format":"float"},"turnoversPercentage":{"description":"The turnover percentage","type":"number","format":"float"},"turnoversPerGame":{"description":"Average number of turnovers per game","type":"number","format":"float"},"wins":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"}}}},"title":"competition entity statistics model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"homeAway":{"name":"homeAway","description":"Where the result was\n>- `AWAY` Away\n>- `HOME` Home\n","schema":{"type":"string","enum":["HOME","AWAY"],"maxLength":50},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"periodId":{"name":"periodId","description":"The identifier for the period\n>- `1` Period 1\n>- `2` Period 2\n>- `3` Period 3\n>- `4` Period 4\n>- `11` Overtime 1\n>- `12` Overtime 2\n>- `13` Overtime 3\n>- `14` Overtime 4\n>- `15` Overtime 5\n>- `16` Overtime 6\n","schema":{"type":"integer","format":"int32","enum":[1,2,3,4,11,12,13,14,15,16]},"required":false,"in":"query"},"section":{"name":"section","description":"The section of the period (sub-period)","schema":{"type":"string","maxLength":100},"required":false,"in":"query"},"winLoss":{"name":"winLoss","description":"What the result was\n>- `DRAW` Draw\n>- `LOSS` Loss\n>- `WIN` Win\n","schema":{"type":"string","enum":["WIN","LOSS","DRAW"],"maxLength":50},"required":false,"in":"query"}}},"paths":{"/basketball/o/{organizationId}/statistics/for/entity/in/competitions/{competitionId}/periods":{"get":{"tags":["Competition Statistics"],"summary":"Team statistics for a competition by period","description":"Return a list of team statistics for a competition filterable by period. This still displays aggregated/summed data, and should return the same values as the non by-period call, this one can be further filtered by period.","operationId":"ces_listperiods","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Competition_Entity_Statistics Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Competition_Entity_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"name":"competitionId","description":"The unique identifier of the competition","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/homeAway"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"$ref":"#/components/parameters/periodId"},{"$ref":"#/components/parameters/section"},{"$ref":"#/components/parameters/winLoss"}]}}}}
```

## Statistics for a team in a competition

> Return the statistic totals for a specific team in a competition.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - basketball","version":"v1"},"tags":[{"name":"Competition Statistics","description":"\nA person can have statistics associated with their participation in a competition.\n\nAn team can have statistics associated with their participation in a competition.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Competition_Entity_StatisticsModel":{"type":"object","additionalProperties":false,"properties":{"entityId":{"description":"The unique identifier of the team","type":"string","format":"uuid"},"entity":{"properties":{"resourceType":{"type":"string","enum":["entities"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The team information","type":"object"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this competition entity statistics belongs to","type":"object"},"competitionId":{"description":"The unique identifier of the competition","type":"string","format":"uuid"},"competition":{"properties":{"resourceType":{"type":"string","enum":["competitions"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The competition that this season belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"The number of assists","type":"integer","nullable":true,"format":"int32"},"assistsAgainst":{"description":"The number of assists by the opposing team","type":"integer","nullable":true,"format":"int32"},"assistsAgainstPerGame":{"description":"Average number of assists per game by the opposing team","type":"number","format":"float"},"assistsPerGame":{"description":"Average number of assists per game","type":"number","format":"float"},"assistsDefensive":{"description":"The number of defensive assists","type":"integer","nullable":true,"format":"int32"},"assistsTurnoverRatio":{"description":"The ratio of assists to turnovers","type":"number","format":"float"},"biggestLead":{"description":"The largest lead","type":"integer","nullable":true,"format":"int32"},"biggestScoringRun":{"description":"The longest scoring run","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"The number of blocks made","type":"integer","nullable":true,"format":"int32"},"blocksPerGame":{"description":"Average number of blocks per game","type":"number","format":"float"},"blocksReceived":{"description":"The number of times entity has been blocked","type":"integer","nullable":true,"format":"int32"},"blocksReceivedPerGame":{"description":"Average number of times entity has been blocked per game","type":"number","format":"float"},"draws":{"description":"The number of draws","type":"integer","nullable":true,"format":"int32"},"dunks":{"description":"The number of dunks made","type":"integer","nullable":true,"format":"int32"},"dunksPerGame":{"description":"Average number of dunks per game","type":"number","format":"float"},"efficiencyCustom":{"description":"Custom Efficiency rating","type":"number","nullable":true,"format":"float"},"efficiency":{"description":"Efficiency rating","type":"number","format":"float"},"pir":{"description":"Performance Index Rating","type":"number","format":"float"},"fieldGoalsAttempted":{"description":"The number of field goals (2pt + 3pt) attempted","type":"integer","nullable":true,"format":"int32"},"fieldGoalsAttemptedAgainst":{"description":"The number of field goals (2pt + 3pt) attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"fieldGoalsAttemptedAgainstPerGame":{"description":"Average number of field goals (2pt + 3pt) attempted per game by the opposing team","type":"number","format":"float"},"fieldGoalsMade":{"description":"The number of field goals (2pt + 3pt) made","type":"integer","nullable":true,"format":"int32"},"fieldGoalsMadeAgainst":{"description":"The number of field goals (2pt + 3pt) made by the opposing team","type":"integer","nullable":true,"format":"int32"},"fieldGoalsMadeAgainstPerGame":{"description":"Average number of field goals (2pt + 3pt) made per game by the opposing team","type":"number","format":"float"},"fieldGoalsEffectivePercentage":{"description":"The effective percentage of successful field goals","type":"number","format":"float"},"fieldGoalsPercentage":{"description":"The percentage of successful field goals","type":"number","format":"float"},"fieldGoalsAgainstPercentage":{"description":"The percentage of successful field goals by the opposing team","type":"number","format":"float"},"freeThrowsAttempted":{"description":"The number of free throws attempted","type":"integer","nullable":true,"format":"int32"},"freeThrowsAttemptedAgainst":{"description":"The number of free throws attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"freeThrowsAttemptedAgainstPerGame":{"description":"Average number of free throws attempted per game by the opposing team","type":"number","format":"float"},"freeThrowsAttemptedPerGame":{"description":"Average number of free throws attempted per game","type":"number","format":"float"},"freeThrowsMade":{"description":"The number of free throws made","type":"integer","nullable":true,"format":"int32"},"freeThrowsMadeAgainst":{"description":"The number of free throws made by the opposing team","type":"integer","nullable":true,"format":"int32"},"freeThrowsMadeAgainstPerGame":{"description":"Average number of free throws made per game by the opposing team","type":"number","format":"float"},"freeThrowsMadePerGame":{"description":"Average number of free throws made per game","type":"number","format":"float"},"freeThrowsPercentage":{"description":"The percentage of successful free throws","type":"number","format":"float"},"freeThrowsAgainstPercentage":{"description":"The percentage of successful free throws by the opposing team","type":"number","format":"float"},"foulsBenchTechnical":{"description":"The number of technical fouls on the bench","type":"integer","nullable":true,"format":"int32"},"foulsCoachDisqualifying":{"description":"The number of disqualifying fouls on the coach","type":"integer","nullable":true,"format":"int32"},"foulsCoachTechnical":{"description":"The number of technical fouls on the coach","type":"integer","nullable":true,"format":"int32"},"foulsDisqualifying":{"description":"The number of disqualifying fouls","type":"integer","nullable":true,"format":"int32"},"foulsOffensive":{"description":"The number of offensive fouls","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"The number of times this player has been fouled on","type":"integer","nullable":true,"format":"int32"},"foulsDrawnPerGame":{"description":"Average number of times this player has been fouled on per game","type":"number","format":"float"},"foulsPersonal":{"description":"The number of personal fouls","type":"integer","nullable":true,"format":"int32"},"foulsPersonalAgainst":{"description":"The number of personal fouls by the opposing team","type":"integer","nullable":true,"format":"int32"},"foulsPersonalAgainstPerGame":{"description":"Average number of personal fouls per game by the opposing team","type":"number","format":"float"},"foulsPersonalPerGame":{"description":"Average number of personal fouls per game","type":"number","format":"float"},"foulsTechnical":{"description":"The number of technical fouls","type":"integer","nullable":true,"format":"int32"},"foulsTechnicalAgainst":{"description":"The number of technical fouls by the opposing team","type":"integer","nullable":true,"format":"int32"},"foulsTechnicalAgainstPerGame":{"description":"Average number of technical fouls per game by the opposing team","type":"number","format":"float"},"foulsTotal":{"description":"Total number of fouls (aggregate of persons)","type":"integer","format":"int32"},"foulsUnsportsmanlike":{"description":"The number of unsportsmanlike fouls","type":"integer","nullable":true,"format":"int32"},"games":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"indexOfSuccess":{"description":"Index of Success","type":"number","format":"float"},"losses":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"minutes":{"description":"The number of minutes (in ISO8601 Duration format) that the team had players on the court. eg. PT1M30S equals 1 minute and 30 seconds","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"offensiveRating":{"description":"Is this needed?","type":"number","nullable":true,"format":"float"},"points":{"description":"Total number of points","type":"integer","nullable":true,"format":"int32"},"pointsAgainst":{"description":"Points scored against","type":"integer","nullable":true,"format":"int32"},"pointsAgainstPerGame":{"description":"Average number of points scored against per game","type":"number","nullable":true,"format":"float"},"pointsFastBreak":{"description":"Total of fast break points","type":"integer","nullable":true,"format":"int32"},"pointsFastBreakPerGame":{"description":"Average number of fast break points per game","type":"number","nullable":true,"format":"float"},"pointsFastBreakAgainst":{"description":"Total of fast break points by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsFastBreakAgainstPerGame":{"description":"Average number of fast break points by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsFastBreakAttempted":{"description":"Number of fast break points attempted","type":"integer","nullable":true,"format":"int32"},"pointsFastBreakMade":{"description":"Number of fast break points made","type":"integer","nullable":true,"format":"int32"},"pointsFromTurnover":{"description":"The number of points from turnovers","type":"integer","nullable":true,"format":"int32"},"pointsFromTurnoverAgainst":{"description":"The number of points from turnovers by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsFromTurnoverAgainstPerGame":{"description":"Average number of points from turnovers by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsInThePaint":{"description":"Total of points in the paint","type":"integer","nullable":true,"format":"int32"},"pointsInThePaintPerGame":{"description":"Average number of points in the paint per game","type":"number","nullable":true,"format":"float"},"pointsInThePaintAgainst":{"description":"Total of points in the paint by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsInThePaintAgainstPerGame":{"description":"Average number of points in the paint by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsInThePaintMade":{"description":"Number of points in the paint made","type":"integer","nullable":true,"format":"int32"},"pointsInThePaintAttempted":{"description":"Number of points in the paint attempted","type":"integer","nullable":true,"format":"int32"},"pointsFromBench":{"description":"Total of points from bench players","type":"integer","nullable":true,"format":"int32"},"pointsFromBenchPerGame":{"description":"Average number of points from bench players per game","type":"number","nullable":true,"format":"float"},"pointsFromBenchAgainst":{"description":"Total of points from bench players by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsFromBenchAgainstPerGame":{"description":"Average number of points from bench players by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsPerGame":{"description":"Average number of points per game","type":"number","format":"float"},"pointsSecondChance":{"description":"Total of second chance points","type":"integer","nullable":true,"format":"int32"},"pointsSecondChancePerGame":{"description":"Average number of second chance points per game","type":"number","nullable":true,"format":"float"},"pointsSecondChanceAgainst":{"description":"Total of second chance points by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsSecondChanceAgainstPerGame":{"description":"Average number of second chance points by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsSecondChanceAttempted":{"description":"Number of second chance points attempted","type":"integer","nullable":true,"format":"int32"},"pointsSecondChanceMade":{"description":"Number of second chance points made","type":"integer","nullable":true,"format":"int32"},"pointsTwoAttempted":{"description":"The number of two point shots attempted","type":"integer","nullable":true,"format":"int32"},"pointsTwoAttemptedAgainst":{"description":"The number of two point shots attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsTwoAttemptedAgainstPerGame":{"description":"Average number of two point shots attempted per game by the opposing team","type":"number","format":"float"},"pointsTwoAttemptedPerGame":{"description":"Average number of two point shots attempted per game","type":"number","format":"float"},"pointsTwoMade":{"description":"The number of two point shots made","type":"integer","nullable":true,"format":"int32"},"pointsTwoMadeAgainst":{"description":"The number of two point shots made by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsTwoMadeAgainstPerGame":{"description":"Average number of two point shots made per game by the opposing team","type":"number","format":"float"},"pointsTwoMadePerGame":{"description":"Average number of two point shots made per game","type":"number","format":"float"},"pointsTwoPercentage":{"description":"The percentage of successful two point shots","type":"number","format":"float"},"pointsTwoPercentageAgainst":{"description":"The percentage of successful two point shots by the opposing team","type":"number","format":"float"},"pointsThreeAttempted":{"description":"The number of three point shots attempted","type":"integer","nullable":true,"format":"int32"},"pointsThreeAttemptedAgainst":{"description":"The number of three point shots attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsThreeAttemptedAgainstPerGame":{"description":"Average number of three point shots attempted per game by the opposing team","type":"number","format":"float"},"pointsThreeAttemptedPerGame":{"description":"Average number of three point shots attempted per game","type":"number","format":"float"},"pointsThreeMade":{"description":"The number of three point shots made","type":"integer","nullable":true,"format":"int32"},"pointsThreeMadeAgainst":{"description":"The number of three point shots made by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsThreeMadeAgainstPerGame":{"description":"Average number of three point shots made per game by the opposing team","type":"number","format":"float"},"pointsThreeMadePerGame":{"description":"Average number of three point shots made per game","type":"number","format":"float"},"pointsThreePercentage":{"description":"The percentage of successful three point shots","type":"number","format":"float"},"pointsThreePercentageAgainst":{"description":"The percentage of successful three point shots","type":"number","format":"float"},"powerPlayPoints":{"description":"The number of points from power play","type":"integer","nullable":true,"format":"int32"},"powerPlayPointsAwarded":{"description":"The number of points being awarded from power play","type":"integer","nullable":true,"format":"int32"},"rebounds":{"description":"The total number of rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsAgainst":{"description":"The total number of rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsAgainstPerGame":{"description":"Average number of rebounds per game by the opposing team","type":"number","format":"float"},"reboundsTeamTotal":{"description":"The total number of team rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamTotalAgainst":{"description":"The total number of team rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamTotalAgainstPerGame":{"description":"Average number of team rebounds by the opposing team per game","type":"number","format":"float"},"reboundsPerGame":{"description":"Average number of rebounds per game","type":"number","format":"float"},"reboundsTeamDefensive":{"description":"The number of team defensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamDefensiveAgainst":{"description":"The number of team defensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsTeamDefensiveAgainstPerGame":{"description":"Average number of defensive team rebounds by the opposing team per game","type":"number","format":"float"},"reboundsDefensive":{"description":"The number of total defensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsDefensiveAgainst":{"description":"The number of total defensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsDefensiveAgainstPerGame":{"description":"Average number of defensive rebounds per game by the opposing team","type":"number","format":"float"},"reboundsDefensivePerGame":{"description":"Average number of defensive rebounds per game","type":"number","format":"float"},"reboundsTeamOffensive":{"description":"The number of team offensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamOffensiveAgainst":{"description":"The number of team offensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsTeamOffensiveAgainstPerGame":{"description":"Average number of offensive team rebounds by the opposing team per game","type":"number","format":"float"},"reboundsOffensive":{"description":"The number of total offensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsOffensiveAgainst":{"description":"The number of total offensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsOffensiveAgainstPerGame":{"description":"Average number of offensive rebounds per game by the opposing team","type":"number","format":"float"},"reboundsOffensivePerGame":{"description":"Average number of offensive rebounds per game","type":"number","format":"float"},"steals":{"description":"The number of steals","type":"integer","nullable":true,"format":"int32"},"stealsAgainst":{"description":"The number of steals by the opposing team","type":"integer","nullable":true,"format":"int32"},"stealsAgainstPerGame":{"description":"Average number of steals per game by the opposing team","type":"number","format":"float"},"stealsPerGame":{"description":"Average number of steals per game","type":"number","format":"float"},"trueShootingAttempts":{"description":"The number of true shooting attempts","type":"number","nullable":true,"format":"float"},"trueShootingPercentage":{"description":"The true shooting percentage","type":"number","format":"float"},"turnovers":{"description":"The number of total turnovers","type":"integer","nullable":true,"format":"int32"},"turnoversAgainst":{"description":"The number of total turnovers by the opposing team","type":"integer","nullable":true,"format":"int32"},"turnoversAgainstPerGame":{"description":"Average number of turnovers per game by the opposing team","type":"number","format":"float"},"turnoversTeam":{"description":"The number of team turnovers","type":"integer","nullable":true,"format":"int32"},"turnoversTeamAgainst":{"description":"The number of team turnovers by the opposing team","type":"integer","nullable":true,"format":"int32"},"turnoversTeamAgainstPerGame":{"description":"Average number of team turnovers per game by the opposing team","type":"number","format":"float"},"turnoversPercentage":{"description":"The turnover percentage","type":"number","format":"float"},"turnoversPerGame":{"description":"Average number of turnovers per game","type":"number","format":"float"},"wins":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"}}}},"title":"competition entity statistics model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"homeAway":{"name":"homeAway","description":"Where the result was\n>- `AWAY` Away\n>- `HOME` Home\n","schema":{"type":"string","enum":["HOME","AWAY"],"maxLength":50},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"section":{"name":"section","description":"The section of the period (sub-period)","schema":{"type":"string","maxLength":100},"required":false,"in":"query"},"winLoss":{"name":"winLoss","description":"What the result was\n>- `DRAW` Draw\n>- `LOSS` Loss\n>- `WIN` Win\n","schema":{"type":"string","enum":["WIN","LOSS","DRAW"],"maxLength":50},"required":false,"in":"query"}}},"paths":{"/basketball/o/{organizationId}/statistics/for/entity/in/competitions/{competitionId}/entities/{entityId}":{"get":{"tags":["Competition Statistics"],"summary":"Statistics for a team in a competition","description":"Return the statistic totals for a specific team in a competition.","operationId":"ces_listentity","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Competition_Entity_Statistics Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Competition_Entity_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"name":"competitionId","description":"The unique identifier of the competition","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"name":"entityId","description":"The unique identifier of the team","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/homeAway"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"$ref":"#/components/parameters/section"},{"$ref":"#/components/parameters/winLoss"}]}}}}
```

## Statistics for a team in a competition

> Return the statistics for a specific team in a competition.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - basketball","version":"v1"},"tags":[{"name":"Competition Statistics","description":"\nA person can have statistics associated with their participation in a competition.\n\nAn team can have statistics associated with their participation in a competition.\n"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) 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."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Competition_Entity_StatisticsModel":{"type":"object","additionalProperties":false,"properties":{"entityId":{"description":"The unique identifier of the team","type":"string","format":"uuid"},"entity":{"properties":{"resourceType":{"type":"string","enum":["entities"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The team information","type":"object"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this competition entity statistics belongs to","type":"object"},"competitionId":{"description":"The unique identifier of the competition","type":"string","format":"uuid"},"competition":{"properties":{"resourceType":{"type":"string","enum":["competitions"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The competition that this season belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"The number of assists","type":"integer","nullable":true,"format":"int32"},"assistsAgainst":{"description":"The number of assists by the opposing team","type":"integer","nullable":true,"format":"int32"},"assistsAgainstPerGame":{"description":"Average number of assists per game by the opposing team","type":"number","format":"float"},"assistsPerGame":{"description":"Average number of assists per game","type":"number","format":"float"},"assistsDefensive":{"description":"The number of defensive assists","type":"integer","nullable":true,"format":"int32"},"assistsTurnoverRatio":{"description":"The ratio of assists to turnovers","type":"number","format":"float"},"biggestLead":{"description":"The largest lead","type":"integer","nullable":true,"format":"int32"},"biggestScoringRun":{"description":"The longest scoring run","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"The number of blocks made","type":"integer","nullable":true,"format":"int32"},"blocksPerGame":{"description":"Average number of blocks per game","type":"number","format":"float"},"blocksReceived":{"description":"The number of times entity has been blocked","type":"integer","nullable":true,"format":"int32"},"blocksReceivedPerGame":{"description":"Average number of times entity has been blocked per game","type":"number","format":"float"},"draws":{"description":"The number of draws","type":"integer","nullable":true,"format":"int32"},"dunks":{"description":"The number of dunks made","type":"integer","nullable":true,"format":"int32"},"dunksPerGame":{"description":"Average number of dunks per game","type":"number","format":"float"},"efficiencyCustom":{"description":"Custom Efficiency rating","type":"number","nullable":true,"format":"float"},"efficiency":{"description":"Efficiency rating","type":"number","format":"float"},"pir":{"description":"Performance Index Rating","type":"number","format":"float"},"fieldGoalsAttempted":{"description":"The number of field goals (2pt + 3pt) attempted","type":"integer","nullable":true,"format":"int32"},"fieldGoalsAttemptedAgainst":{"description":"The number of field goals (2pt + 3pt) attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"fieldGoalsAttemptedAgainstPerGame":{"description":"Average number of field goals (2pt + 3pt) attempted per game by the opposing team","type":"number","format":"float"},"fieldGoalsMade":{"description":"The number of field goals (2pt + 3pt) made","type":"integer","nullable":true,"format":"int32"},"fieldGoalsMadeAgainst":{"description":"The number of field goals (2pt + 3pt) made by the opposing team","type":"integer","nullable":true,"format":"int32"},"fieldGoalsMadeAgainstPerGame":{"description":"Average number of field goals (2pt + 3pt) made per game by the opposing team","type":"number","format":"float"},"fieldGoalsEffectivePercentage":{"description":"The effective percentage of successful field goals","type":"number","format":"float"},"fieldGoalsPercentage":{"description":"The percentage of successful field goals","type":"number","format":"float"},"fieldGoalsAgainstPercentage":{"description":"The percentage of successful field goals by the opposing team","type":"number","format":"float"},"freeThrowsAttempted":{"description":"The number of free throws attempted","type":"integer","nullable":true,"format":"int32"},"freeThrowsAttemptedAgainst":{"description":"The number of free throws attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"freeThrowsAttemptedAgainstPerGame":{"description":"Average number of free throws attempted per game by the opposing team","type":"number","format":"float"},"freeThrowsAttemptedPerGame":{"description":"Average number of free throws attempted per game","type":"number","format":"float"},"freeThrowsMade":{"description":"The number of free throws made","type":"integer","nullable":true,"format":"int32"},"freeThrowsMadeAgainst":{"description":"The number of free throws made by the opposing team","type":"integer","nullable":true,"format":"int32"},"freeThrowsMadeAgainstPerGame":{"description":"Average number of free throws made per game by the opposing team","type":"number","format":"float"},"freeThrowsMadePerGame":{"description":"Average number of free throws made per game","type":"number","format":"float"},"freeThrowsPercentage":{"description":"The percentage of successful free throws","type":"number","format":"float"},"freeThrowsAgainstPercentage":{"description":"The percentage of successful free throws by the opposing team","type":"number","format":"float"},"foulsBenchTechnical":{"description":"The number of technical fouls on the bench","type":"integer","nullable":true,"format":"int32"},"foulsCoachDisqualifying":{"description":"The number of disqualifying fouls on the coach","type":"integer","nullable":true,"format":"int32"},"foulsCoachTechnical":{"description":"The number of technical fouls on the coach","type":"integer","nullable":true,"format":"int32"},"foulsDisqualifying":{"description":"The number of disqualifying fouls","type":"integer","nullable":true,"format":"int32"},"foulsOffensive":{"description":"The number of offensive fouls","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"The number of times this player has been fouled on","type":"integer","nullable":true,"format":"int32"},"foulsDrawnPerGame":{"description":"Average number of times this player has been fouled on per game","type":"number","format":"float"},"foulsPersonal":{"description":"The number of personal fouls","type":"integer","nullable":true,"format":"int32"},"foulsPersonalAgainst":{"description":"The number of personal fouls by the opposing team","type":"integer","nullable":true,"format":"int32"},"foulsPersonalAgainstPerGame":{"description":"Average number of personal fouls per game by the opposing team","type":"number","format":"float"},"foulsPersonalPerGame":{"description":"Average number of personal fouls per game","type":"number","format":"float"},"foulsTechnical":{"description":"The number of technical fouls","type":"integer","nullable":true,"format":"int32"},"foulsTechnicalAgainst":{"description":"The number of technical fouls by the opposing team","type":"integer","nullable":true,"format":"int32"},"foulsTechnicalAgainstPerGame":{"description":"Average number of technical fouls per game by the opposing team","type":"number","format":"float"},"foulsTotal":{"description":"Total number of fouls (aggregate of persons)","type":"integer","format":"int32"},"foulsUnsportsmanlike":{"description":"The number of unsportsmanlike fouls","type":"integer","nullable":true,"format":"int32"},"games":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"indexOfSuccess":{"description":"Index of Success","type":"number","format":"float"},"losses":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"minutes":{"description":"The number of minutes (in ISO8601 Duration format) that the team had players on the court. eg. PT1M30S equals 1 minute and 30 seconds","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"offensiveRating":{"description":"Is this needed?","type":"number","nullable":true,"format":"float"},"points":{"description":"Total number of points","type":"integer","nullable":true,"format":"int32"},"pointsAgainst":{"description":"Points scored against","type":"integer","nullable":true,"format":"int32"},"pointsAgainstPerGame":{"description":"Average number of points scored against per game","type":"number","nullable":true,"format":"float"},"pointsFastBreak":{"description":"Total of fast break points","type":"integer","nullable":true,"format":"int32"},"pointsFastBreakPerGame":{"description":"Average number of fast break points per game","type":"number","nullable":true,"format":"float"},"pointsFastBreakAgainst":{"description":"Total of fast break points by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsFastBreakAgainstPerGame":{"description":"Average number of fast break points by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsFastBreakAttempted":{"description":"Number of fast break points attempted","type":"integer","nullable":true,"format":"int32"},"pointsFastBreakMade":{"description":"Number of fast break points made","type":"integer","nullable":true,"format":"int32"},"pointsFromTurnover":{"description":"The number of points from turnovers","type":"integer","nullable":true,"format":"int32"},"pointsFromTurnoverAgainst":{"description":"The number of points from turnovers by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsFromTurnoverAgainstPerGame":{"description":"Average number of points from turnovers by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsInThePaint":{"description":"Total of points in the paint","type":"integer","nullable":true,"format":"int32"},"pointsInThePaintPerGame":{"description":"Average number of points in the paint per game","type":"number","nullable":true,"format":"float"},"pointsInThePaintAgainst":{"description":"Total of points in the paint by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsInThePaintAgainstPerGame":{"description":"Average number of points in the paint by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsInThePaintMade":{"description":"Number of points in the paint made","type":"integer","nullable":true,"format":"int32"},"pointsInThePaintAttempted":{"description":"Number of points in the paint attempted","type":"integer","nullable":true,"format":"int32"},"pointsFromBench":{"description":"Total of points from bench players","type":"integer","nullable":true,"format":"int32"},"pointsFromBenchPerGame":{"description":"Average number of points from bench players per game","type":"number","nullable":true,"format":"float"},"pointsFromBenchAgainst":{"description":"Total of points from bench players by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsFromBenchAgainstPerGame":{"description":"Average number of points from bench players by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsPerGame":{"description":"Average number of points per game","type":"number","format":"float"},"pointsSecondChance":{"description":"Total of second chance points","type":"integer","nullable":true,"format":"int32"},"pointsSecondChancePerGame":{"description":"Average number of second chance points per game","type":"number","nullable":true,"format":"float"},"pointsSecondChanceAgainst":{"description":"Total of second chance points by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsSecondChanceAgainstPerGame":{"description":"Average number of second chance points by the opposing team per game","type":"number","nullable":true,"format":"float"},"pointsSecondChanceAttempted":{"description":"Number of second chance points attempted","type":"integer","nullable":true,"format":"int32"},"pointsSecondChanceMade":{"description":"Number of second chance points made","type":"integer","nullable":true,"format":"int32"},"pointsTwoAttempted":{"description":"The number of two point shots attempted","type":"integer","nullable":true,"format":"int32"},"pointsTwoAttemptedAgainst":{"description":"The number of two point shots attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsTwoAttemptedAgainstPerGame":{"description":"Average number of two point shots attempted per game by the opposing team","type":"number","format":"float"},"pointsTwoAttemptedPerGame":{"description":"Average number of two point shots attempted per game","type":"number","format":"float"},"pointsTwoMade":{"description":"The number of two point shots made","type":"integer","nullable":true,"format":"int32"},"pointsTwoMadeAgainst":{"description":"The number of two point shots made by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsTwoMadeAgainstPerGame":{"description":"Average number of two point shots made per game by the opposing team","type":"number","format":"float"},"pointsTwoMadePerGame":{"description":"Average number of two point shots made per game","type":"number","format":"float"},"pointsTwoPercentage":{"description":"The percentage of successful two point shots","type":"number","format":"float"},"pointsTwoPercentageAgainst":{"description":"The percentage of successful two point shots by the opposing team","type":"number","format":"float"},"pointsThreeAttempted":{"description":"The number of three point shots attempted","type":"integer","nullable":true,"format":"int32"},"pointsThreeAttemptedAgainst":{"description":"The number of three point shots attempted by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsThreeAttemptedAgainstPerGame":{"description":"Average number of three point shots attempted per game by the opposing team","type":"number","format":"float"},"pointsThreeAttemptedPerGame":{"description":"Average number of three point shots attempted per game","type":"number","format":"float"},"pointsThreeMade":{"description":"The number of three point shots made","type":"integer","nullable":true,"format":"int32"},"pointsThreeMadeAgainst":{"description":"The number of three point shots made by the opposing team","type":"integer","nullable":true,"format":"int32"},"pointsThreeMadeAgainstPerGame":{"description":"Average number of three point shots made per game by the opposing team","type":"number","format":"float"},"pointsThreeMadePerGame":{"description":"Average number of three point shots made per game","type":"number","format":"float"},"pointsThreePercentage":{"description":"The percentage of successful three point shots","type":"number","format":"float"},"pointsThreePercentageAgainst":{"description":"The percentage of successful three point shots","type":"number","format":"float"},"powerPlayPoints":{"description":"The number of points from power play","type":"integer","nullable":true,"format":"int32"},"powerPlayPointsAwarded":{"description":"The number of points being awarded from power play","type":"integer","nullable":true,"format":"int32"},"rebounds":{"description":"The total number of rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsAgainst":{"description":"The total number of rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsAgainstPerGame":{"description":"Average number of rebounds per game by the opposing team","type":"number","format":"float"},"reboundsTeamTotal":{"description":"The total number of team rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamTotalAgainst":{"description":"The total number of team rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamTotalAgainstPerGame":{"description":"Average number of team rebounds by the opposing team per game","type":"number","format":"float"},"reboundsPerGame":{"description":"Average number of rebounds per game","type":"number","format":"float"},"reboundsTeamDefensive":{"description":"The number of team defensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamDefensiveAgainst":{"description":"The number of team defensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsTeamDefensiveAgainstPerGame":{"description":"Average number of defensive team rebounds by the opposing team per game","type":"number","format":"float"},"reboundsDefensive":{"description":"The number of total defensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsDefensiveAgainst":{"description":"The number of total defensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsDefensiveAgainstPerGame":{"description":"Average number of defensive rebounds per game by the opposing team","type":"number","format":"float"},"reboundsDefensivePerGame":{"description":"Average number of defensive rebounds per game","type":"number","format":"float"},"reboundsTeamOffensive":{"description":"The number of team offensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsTeamOffensiveAgainst":{"description":"The number of team offensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsTeamOffensiveAgainstPerGame":{"description":"Average number of offensive team rebounds by the opposing team per game","type":"number","format":"float"},"reboundsOffensive":{"description":"The number of total offensive rebounds","type":"integer","nullable":true,"format":"int32"},"reboundsOffensiveAgainst":{"description":"The number of total offensive rebounds by the opposing team","type":"integer","nullable":true,"format":"int32"},"reboundsOffensiveAgainstPerGame":{"description":"Average number of offensive rebounds per game by the opposing team","type":"number","format":"float"},"reboundsOffensivePerGame":{"description":"Average number of offensive rebounds per game","type":"number","format":"float"},"steals":{"description":"The number of steals","type":"integer","nullable":true,"format":"int32"},"stealsAgainst":{"description":"The number of steals by the opposing team","type":"integer","nullable":true,"format":"int32"},"stealsAgainstPerGame":{"description":"Average number of steals per game by the opposing team","type":"number","format":"float"},"stealsPerGame":{"description":"Average number of steals per game","type":"number","format":"float"},"trueShootingAttempts":{"description":"The number of true shooting attempts","type":"number","nullable":true,"format":"float"},"trueShootingPercentage":{"description":"The true shooting percentage","type":"number","format":"float"},"turnovers":{"description":"The number of total turnovers","type":"integer","nullable":true,"format":"int32"},"turnoversAgainst":{"description":"The number of total turnovers by the opposing team","type":"integer","nullable":true,"format":"int32"},"turnoversAgainstPerGame":{"description":"Average number of turnovers per game by the opposing team","type":"number","format":"float"},"turnoversTeam":{"description":"The number of team turnovers","type":"integer","nullable":true,"format":"int32"},"turnoversTeamAgainst":{"description":"The number of team turnovers by the opposing team","type":"integer","nullable":true,"format":"int32"},"turnoversTeamAgainstPerGame":{"description":"Average number of team turnovers per game by the opposing team","type":"number","format":"float"},"turnoversPercentage":{"description":"The turnover percentage","type":"number","format":"float"},"turnoversPerGame":{"description":"Average number of turnovers per game","type":"number","format":"float"},"wins":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"}}}},"title":"competition entity statistics model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"homeAway":{"name":"homeAway","description":"Where the result was\n>- `AWAY` Away\n>- `HOME` Home\n","schema":{"type":"string","enum":["HOME","AWAY"],"maxLength":50},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"periodId":{"name":"periodId","description":"The identifier for the period\n>- `1` Period 1\n>- `2` Period 2\n>- `3` Period 3\n>- `4` Period 4\n>- `11` Overtime 1\n>- `12` Overtime 2\n>- `13` Overtime 3\n>- `14` Overtime 4\n>- `15` Overtime 5\n>- `16` Overtime 6\n","schema":{"type":"integer","format":"int32","enum":[1,2,3,4,11,12,13,14,15,16]},"required":false,"in":"query"},"section":{"name":"section","description":"The section of the period (sub-period)","schema":{"type":"string","maxLength":100},"required":false,"in":"query"},"winLoss":{"name":"winLoss","description":"What the result was\n>- `DRAW` Draw\n>- `LOSS` Loss\n>- `WIN` Win\n","schema":{"type":"string","enum":["WIN","LOSS","DRAW"],"maxLength":50},"required":false,"in":"query"}}},"paths":{"/basketball/o/{organizationId}/statistics/for/entity/in/competitions/{competitionId}/entities/{entityId}/periods":{"get":{"tags":["Competition Statistics"],"summary":"Statistics for a team in a competition","description":"Return the statistics for a specific team in a competition.","operationId":"ces_listentity_periods","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Competition_Entity_Statistics Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Competition_Entity_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"name":"competitionId","description":"The unique identifier of the competition","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"name":"entityId","description":"The unique identifier of the team","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/homeAway"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"$ref":"#/components/parameters/periodId"},{"$ref":"#/components/parameters/section"},{"$ref":"#/components/parameters/winLoss"}]}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportradar.com/datacore/sports-apis/basketball/datacore-api-v1/competition-statistics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
