# Career Statistics

A person can have statistics associated with their participation in multiple teams/seasons over their career.

## Person career statistics

> Return a list of person statistic totals for their career covering all competitions

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Career Statistics","description":"\nA person can have statistics associated with their participation in multiple teams/seasons  over their career.\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"}}}}}},"Career_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 career person statistics belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assistsPrimary":{"description":"Total number of Assist 1","type":"integer","nullable":true,"format":"int32"},"assistsPrimaryPerGame":{"description":"Average number of Assist 1 per game","type":"number","nullable":true,"format":"float"},"assistsSecondary":{"description":"Total number of Assist 2","type":"integer","nullable":true,"format":"int32"},"assistsSecondaryPerGame":{"description":"Average number of Assist 2 per game","type":"number","nullable":true,"format":"float"},"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"assistsPerGame":{"description":"Average number of assists per game","type":"number","nullable":true,"format":"float"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blocksPerGame":{"description":"Average number of blocks per game","type":"number","nullable":true,"format":"float"},"draws":{"description":"The number of draws","type":"integer","nullable":true,"format":"int32"},"faceOffsWon":{"description":"Total number face-off wins","type":"integer","nullable":true,"format":"int32"},"faceOffsLost":{"description":"Total number face-off loses","type":"integer","nullable":true,"format":"int32"},"games":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"gamesLost":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"gamesPlayed":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"gamesStarted":{"description":"The number of matches that they were a starter","type":"integer","nullable":true,"format":"int32"},"gamesWon":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"},"goalsAgainstAverage":{"description":"Average number of goals conceded by a goalkeeper","type":"number","nullable":true,"format":"float"},"goalsConceded":{"description":"Total number of goals conceded","type":"integer","nullable":true,"format":"int32"},"goalsEmptyNet":{"description":"Total number of empty net goals","type":"integer","nullable":true,"format":"int32"},"goalsPercentage":{"description":"percentage of a shots on target that go in the net","type":"number","nullable":true,"format":"float"},"goalsPenaltyShot":{"description":"Total number of goals scored from Penalty Shots","type":"integer","nullable":true,"format":"int32"},"goalsPenaltyShotPerGame":{"description":"Average number of goals scored from Pentalty Shots per game","type":"number","nullable":true,"format":"float"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"goalsScoredPerGame":{"description":"Average number of goals scored per game","type":"number","nullable":true,"format":"float"},"goalsShootOut":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"losses":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"minus":{"description":"The number of goals conceded by the team while this player is on the Ice","type":"integer","nullable":true,"format":"int32"},"penalties":{"description":"Total number of penalties committed","type":"integer","nullable":true,"format":"int32"},"penaltiesPerGame":{"description":"Average number of penalties committed per game","type":"number","nullable":true,"format":"float"},"penaltiesDrawn":{"description":"Total number of penalties drawn","type":"integer","nullable":true,"format":"int32"},"penaltiesDrawnPerGame":{"description":"Average number of penalties drawn per game","type":"number","nullable":true,"format":"float"},"plus":{"description":"The number of goals scored by the team while this player is on the Ice","type":"integer","nullable":true,"format":"int32"},"plusMinus":{"description":"goals scored/conceded while this player is on the Ice","type":"integer","nullable":true,"format":"int32"},"points":{"description":"Total number of points","type":"integer","nullable":true,"format":"int32"},"pointsPerGame":{"description":"Average number of points per game","type":"number","nullable":true,"format":"float"},"saves":{"description":"Total number of saves, excluding shoot out saves but including penalty shot save","type":"integer","nullable":true,"format":"int32"},"savesPerGame":{"description":"Average number of saves per game","type":"number","nullable":true,"format":"float"},"savesPenaltyShot":{"description":"Total number of penalty shots saved","type":"integer","nullable":true,"format":"int32"},"savesPenaltyShotPerGame":{"description":"Average number of penalty shots saves per game","type":"number","nullable":true,"format":"float"},"savesPercentage":{"description":"","type":"number","nullable":true,"format":"float"},"savesPercentageShootOut":{"description":"","type":"number","nullable":true,"format":"float"},"savesShootOut":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots,  inclusive of penalty shots and regular shots","type":"integer","nullable":true,"format":"int32"},"shotsPerGame":{"description":"Average number of shots per game","type":"number","nullable":true,"format":"float"},"shotsMissed":{"description":"Total number of shots off target (misses the goal and goalkeeper doesn't make a save) inclusive of penalty shots and regular shots","type":"integer","nullable":true,"format":"int32"},"shotsMissedPerGame":{"description":"Average number of missed shots per game","type":"number","nullable":true,"format":"float"},"shotsMissedPenaltyShot":{"description":"Total number of penalty shots missed","type":"integer","nullable":true,"format":"int32"},"shotsMissedPenaltyShotPerGame":{"description":"Average number of misses from Pentalty Shots per game","type":"number","nullable":true,"format":"float"},"shotsMissedShootOut":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shotsOnTarget":{"description":"Total number of shots on target, inclusive of penalty shots and regular shots","type":"integer","nullable":true,"format":"int32"},"shotsOnTargetPerGame":{"description":"Average number of shots on target per game","type":"number","nullable":true,"format":"float"},"shotsOnTargetAgainst":{"description":"Total number of shots faced by the goalie","type":"integer","nullable":true,"format":"int32"},"shutOut":{"description":"Total number of shut outs (When the Goalkeeper does not concede a goal for the whole match)","type":"integer","nullable":true,"format":"int32"},"minutes":{"description":"The number of minutes (in ISO8601 Duration format) that the player was on the ice. 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"}],"nullable":true},"wins":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"}}}},"title":"career 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"},"personIds":{"name":"personIds","description":"The unique identifiers of the persons (comma-delimited).","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":{"/ice3/o/{organizationId}/statistics/for/person/in/career":{"get":{"tags":["Career Statistics"],"summary":"Person career statistics","description":"Return a list of person statistic totals for their career covering all competitions","operationId":"caps_list","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Career_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/Career_Person_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$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/personIds"},{"$ref":"#/components/parameters/starter"},{"$ref":"#/components/parameters/winLoss"}]}}}}
```

## Person career representational statistics

> Return a list of person statistic totals for their career covering all competitions, groupped by their\
> &#x20;   discipline, age group, and representation

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Career Statistics","description":"\nA person can have statistics associated with their participation in multiple teams/seasons  over their career.\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"}}}}}},"Career_Person_Representational_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 career person representational_statistics belongs to","type":"object"},"ageGroup":{"description":"The age group of the season\n>- `JUNIOR` Junior\n>- `MASTERS` Masters\n>- `SENIOR` Senior\n>- `UNDER_15` Under 15\n>- `UNDER_16` Under 16\n>- `UNDER_17` Under 17\n>- `UNDER_18` Under 18\n>- `UNDER_19` Under 19\n>- `UNDER_20` Under 20\n>- `UNDER_21` Under 21\n>- `UNDER_22` Under 22\n>- `UNDER_23` Under 23\n>- `YOUTH` Youth\n","type":"string","enum":["JUNIOR","YOUTH","UNDER_15","UNDER_16","UNDER_17","UNDER_18","UNDER_19","UNDER_20","UNDER_21","UNDER_22","UNDER_23","SENIOR","MASTERS"],"maxLength":50},"discipline":{"description":"match discipline\n>- None None\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n","type":"string","enum":["INDOOR","OUTDOOR",null],"nullable":true},"representing":{"description":"Who the person or team was representing","type":"string","maxLength":100,"nullable":true},"statistics":{"type":"object","additionalProperties":false,"properties":{"assistsPrimary":{"description":"Total number of Assist 1","type":"integer","nullable":true,"format":"int32"},"assistsPrimaryPerGame":{"description":"Average number of Assist 1 per game","type":"number","nullable":true,"format":"float"},"assistsSecondary":{"description":"Total number of Assist 2","type":"integer","nullable":true,"format":"int32"},"assistsSecondaryPerGame":{"description":"Average number of Assist 2 per game","type":"number","nullable":true,"format":"float"},"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"assistsPerGame":{"description":"Average number of assists per game","type":"number","nullable":true,"format":"float"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blocksPerGame":{"description":"Average number of blocks per game","type":"number","nullable":true,"format":"float"},"draws":{"description":"The number of draws","type":"integer","nullable":true,"format":"int32"},"faceOffsWon":{"description":"Total number face-off wins","type":"integer","nullable":true,"format":"int32"},"faceOffsLost":{"description":"Total number face-off loses","type":"integer","nullable":true,"format":"int32"},"games":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"gamesLost":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"gamesPlayed":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"gamesStarted":{"description":"The number of matches that they were a starter","type":"integer","nullable":true,"format":"int32"},"gamesWon":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"},"goalsAgainstAverage":{"description":"Average number of goals conceded by a goalkeeper","type":"number","nullable":true,"format":"float"},"goalsConceded":{"description":"Total number of goals conceded","type":"integer","nullable":true,"format":"int32"},"goalsEmptyNet":{"description":"Total number of empty net goals","type":"integer","nullable":true,"format":"int32"},"goalsPercentage":{"description":"percentage of a shots on target that go in the net","type":"number","nullable":true,"format":"float"},"goalsPenaltyShot":{"description":"Total number of goals scored from Penalty Shots","type":"integer","nullable":true,"format":"int32"},"goalsPenaltyShotPerGame":{"description":"Average number of goals scored from Pentalty Shots per game","type":"number","nullable":true,"format":"float"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"goalsScoredPerGame":{"description":"Average number of goals scored per game","type":"number","nullable":true,"format":"float"},"goalsShootOut":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"losses":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"minus":{"description":"The number of goals conceded by the team while this player is on the Ice","type":"integer","nullable":true,"format":"int32"},"penalties":{"description":"Total number of penalties committed","type":"integer","nullable":true,"format":"int32"},"penaltiesPerGame":{"description":"Average number of penalties committed per game","type":"number","nullable":true,"format":"float"},"penaltiesDrawn":{"description":"Total number of penalties drawn","type":"integer","nullable":true,"format":"int32"},"penaltiesDrawnPerGame":{"description":"Average number of penalties drawn per game","type":"number","nullable":true,"format":"float"},"plus":{"description":"The number of goals scored by the team while this player is on the Ice","type":"integer","nullable":true,"format":"int32"},"plusMinus":{"description":"goals scored/conceded while this player is on the Ice","type":"integer","nullable":true,"format":"int32"},"points":{"description":"Total number of points","type":"integer","nullable":true,"format":"int32"},"pointsPerGame":{"description":"Average number of points per game","type":"number","nullable":true,"format":"float"},"saves":{"description":"Total number of saves, excluding shoot out saves but including penalty shot save","type":"integer","nullable":true,"format":"int32"},"savesPerGame":{"description":"Average number of saves per game","type":"number","nullable":true,"format":"float"},"savesPenaltyShot":{"description":"Total number of penalty shots saved","type":"integer","nullable":true,"format":"int32"},"savesPenaltyShotPerGame":{"description":"Average number of penalty shots saves per game","type":"number","nullable":true,"format":"float"},"savesPercentage":{"description":"","type":"number","nullable":true,"format":"float"},"savesPercentageShootOut":{"description":"","type":"number","nullable":true,"format":"float"},"savesShootOut":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots,  inclusive of penalty shots and regular shots","type":"integer","nullable":true,"format":"int32"},"shotsPerGame":{"description":"Average number of shots per game","type":"number","nullable":true,"format":"float"},"shotsMissed":{"description":"Total number of shots off target (misses the goal and goalkeeper doesn't make a save) inclusive of penalty shots and regular shots","type":"integer","nullable":true,"format":"int32"},"shotsMissedPerGame":{"description":"Average number of missed shots per game","type":"number","nullable":true,"format":"float"},"shotsMissedPenaltyShot":{"description":"Total number of penalty shots missed","type":"integer","nullable":true,"format":"int32"},"shotsMissedPenaltyShotPerGame":{"description":"Average number of misses from Pentalty Shots per game","type":"number","nullable":true,"format":"float"},"shotsMissedShootOut":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shotsOnTarget":{"description":"Total number of shots on target, inclusive of penalty shots and regular shots","type":"integer","nullable":true,"format":"int32"},"shotsOnTargetPerGame":{"description":"Average number of shots on target per game","type":"number","nullable":true,"format":"float"},"shotsOnTargetAgainst":{"description":"Total number of shots faced by the goalie","type":"integer","nullable":true,"format":"int32"},"shutOut":{"description":"Total number of shut outs (When the Goalkeeper does not concede a goal for the whole match)","type":"integer","nullable":true,"format":"int32"},"minutes":{"description":"The number of minutes (in ISO8601 Duration format) that the player was on the ice. 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"}],"nullable":true},"wins":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"}}}},"title":"career person representational_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":{"ageGroup":{"name":"ageGroup","description":"The age group of the season\n>- `JUNIOR` Junior\n>- `MASTERS` Masters\n>- `SENIOR` Senior\n>- `UNDER_15` Under 15\n>- `UNDER_16` Under 16\n>- `UNDER_17` Under 17\n>- `UNDER_18` Under 18\n>- `UNDER_19` Under 19\n>- `UNDER_20` Under 20\n>- `UNDER_21` Under 21\n>- `UNDER_22` Under 22\n>- `UNDER_23` Under 23\n>- `YOUTH` Youth\n","schema":{"type":"string","enum":["JUNIOR","YOUTH","UNDER_15","UNDER_16","UNDER_17","UNDER_18","UNDER_19","UNDER_20","UNDER_21","UNDER_22","UNDER_23","SENIOR","MASTERS"]},"required":false,"in":"query"},"discipline":{"name":"discipline","description":"The discipline for a match\n>- `BEACH` Beach\n>- `HOCKEY5S` Hockey5s\n>- `INDOOR` Indoor\n>- `OUTDOOR` Outdoor\n>- `PARAHOCKEY` Para hockey\n","schema":{"type":"string","enum":["INDOOR","OUTDOOR","HOCKEY5S","PARAHOCKEY","BEACH"],"maxLength":30},"required":false,"in":"query"},"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"},"personIds":{"name":"personIds","description":"The unique identifiers of the persons (comma-delimited).","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"representation":{"name":"representation","description":"What level are the competitors representing\n>- `CLUB` Club\n>- `COUNTRY` Country\n>- `PERSON` Person\n","schema":{"type":"string","enum":["CLUB","COUNTRY","PERSON"]},"required":false,"in":"query"},"representing":{"name":"representing","description":"Who the person was representing","schema":{"type":"string","maxLength":100},"required":false,"in":"query"},"representingCountry":{"name":"representingCountry","description":"What country representation is used\n>- `ANY` Any country\n>- `NONE` No country\n","schema":{"type":"string","enum":["NONE","ANY"]},"required":false,"in":"query"},"seasonId":{"name":"seasonId","description":"The unique identifier of the season","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":{"/ice3/o/{organizationId}/statistics/for/person/in/career/representing":{"get":{"tags":["Career Statistics"],"summary":"Person career representational statistics","description":"Return a list of person statistic totals for their career covering all competitions, groupped by their\n    discipline, age group, and representation","operationId":"caprs_list","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Career_Person_Representational_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/Career_Person_Representational_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/ageGroup"},{"$ref":"#/components/parameters/discipline"},{"$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/personIds"},{"$ref":"#/components/parameters/representation"},{"$ref":"#/components/parameters/representing"},{"$ref":"#/components/parameters/representingCountry"},{"$ref":"#/components/parameters/seasonId"},{"$ref":"#/components/parameters/starter"},{"$ref":"#/components/parameters/winLoss"}]}}}}
```

## Statistics for a person in their career

> Return the statistics for a specific person in their career.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Career Statistics","description":"\nA person can have statistics associated with their participation in multiple teams/seasons  over their career.\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"}}}}}},"Career_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 career person statistics belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assistsPrimary":{"description":"Total number of Assist 1","type":"integer","nullable":true,"format":"int32"},"assistsPrimaryPerGame":{"description":"Average number of Assist 1 per game","type":"number","nullable":true,"format":"float"},"assistsSecondary":{"description":"Total number of Assist 2","type":"integer","nullable":true,"format":"int32"},"assistsSecondaryPerGame":{"description":"Average number of Assist 2 per game","type":"number","nullable":true,"format":"float"},"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"assistsPerGame":{"description":"Average number of assists per game","type":"number","nullable":true,"format":"float"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blocksPerGame":{"description":"Average number of blocks per game","type":"number","nullable":true,"format":"float"},"draws":{"description":"The number of draws","type":"integer","nullable":true,"format":"int32"},"faceOffsWon":{"description":"Total number face-off wins","type":"integer","nullable":true,"format":"int32"},"faceOffsLost":{"description":"Total number face-off loses","type":"integer","nullable":true,"format":"int32"},"games":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"gamesLost":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"gamesPlayed":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"gamesStarted":{"description":"The number of matches that they were a starter","type":"integer","nullable":true,"format":"int32"},"gamesWon":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"},"goalsAgainstAverage":{"description":"Average number of goals conceded by a goalkeeper","type":"number","nullable":true,"format":"float"},"goalsConceded":{"description":"Total number of goals conceded","type":"integer","nullable":true,"format":"int32"},"goalsEmptyNet":{"description":"Total number of empty net goals","type":"integer","nullable":true,"format":"int32"},"goalsPercentage":{"description":"percentage of a shots on target that go in the net","type":"number","nullable":true,"format":"float"},"goalsPenaltyShot":{"description":"Total number of goals scored from Penalty Shots","type":"integer","nullable":true,"format":"int32"},"goalsPenaltyShotPerGame":{"description":"Average number of goals scored from Pentalty Shots per game","type":"number","nullable":true,"format":"float"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"goalsScoredPerGame":{"description":"Average number of goals scored per game","type":"number","nullable":true,"format":"float"},"goalsShootOut":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"losses":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"minus":{"description":"The number of goals conceded by the team while this player is on the Ice","type":"integer","nullable":true,"format":"int32"},"penalties":{"description":"Total number of penalties committed","type":"integer","nullable":true,"format":"int32"},"penaltiesPerGame":{"description":"Average number of penalties committed per game","type":"number","nullable":true,"format":"float"},"penaltiesDrawn":{"description":"Total number of penalties drawn","type":"integer","nullable":true,"format":"int32"},"penaltiesDrawnPerGame":{"description":"Average number of penalties drawn per game","type":"number","nullable":true,"format":"float"},"plus":{"description":"The number of goals scored by the team while this player is on the Ice","type":"integer","nullable":true,"format":"int32"},"plusMinus":{"description":"goals scored/conceded while this player is on the Ice","type":"integer","nullable":true,"format":"int32"},"points":{"description":"Total number of points","type":"integer","nullable":true,"format":"int32"},"pointsPerGame":{"description":"Average number of points per game","type":"number","nullable":true,"format":"float"},"saves":{"description":"Total number of saves, excluding shoot out saves but including penalty shot save","type":"integer","nullable":true,"format":"int32"},"savesPerGame":{"description":"Average number of saves per game","type":"number","nullable":true,"format":"float"},"savesPenaltyShot":{"description":"Total number of penalty shots saved","type":"integer","nullable":true,"format":"int32"},"savesPenaltyShotPerGame":{"description":"Average number of penalty shots saves per game","type":"number","nullable":true,"format":"float"},"savesPercentage":{"description":"","type":"number","nullable":true,"format":"float"},"savesPercentageShootOut":{"description":"","type":"number","nullable":true,"format":"float"},"savesShootOut":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots,  inclusive of penalty shots and regular shots","type":"integer","nullable":true,"format":"int32"},"shotsPerGame":{"description":"Average number of shots per game","type":"number","nullable":true,"format":"float"},"shotsMissed":{"description":"Total number of shots off target (misses the goal and goalkeeper doesn't make a save) inclusive of penalty shots and regular shots","type":"integer","nullable":true,"format":"int32"},"shotsMissedPerGame":{"description":"Average number of missed shots per game","type":"number","nullable":true,"format":"float"},"shotsMissedPenaltyShot":{"description":"Total number of penalty shots missed","type":"integer","nullable":true,"format":"int32"},"shotsMissedPenaltyShotPerGame":{"description":"Average number of misses from Pentalty Shots per game","type":"number","nullable":true,"format":"float"},"shotsMissedShootOut":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shotsOnTarget":{"description":"Total number of shots on target, inclusive of penalty shots and regular shots","type":"integer","nullable":true,"format":"int32"},"shotsOnTargetPerGame":{"description":"Average number of shots on target per game","type":"number","nullable":true,"format":"float"},"shotsOnTargetAgainst":{"description":"Total number of shots faced by the goalie","type":"integer","nullable":true,"format":"int32"},"shutOut":{"description":"Total number of shut outs (When the Goalkeeper does not concede a goal for the whole match)","type":"integer","nullable":true,"format":"int32"},"minutes":{"description":"The number of minutes (in ISO8601 Duration format) that the player was on the ice. 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"}],"nullable":true},"wins":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"}}}},"title":"career 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":{"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"},"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":{"/ice3/o/{organizationId}/statistics/for/person/in/career/persons/{personId}":{"get":{"tags":["Career Statistics"],"summary":"Statistics for a person in their career","description":"Return the statistics for a specific person in their career.","operationId":"caps_listperson","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Career_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/Career_Person_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$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"},{"name":"personId","description":"The unique identifier of the person","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/starter"},{"$ref":"#/components/parameters/winLoss"}]}}}}
```

## Statistics for a person in their career by season and entity

> Return the statistics for a specific person in their career by season and entity.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - 3Ice","version":"v1"},"tags":[{"name":"Career Statistics","description":"\nA person can have statistics associated with their participation in multiple teams/seasons  over their career.\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"}}}}}},"Career_Person_Season_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 career person season statistics belongs to","type":"object"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"season":{"properties":{"resourceType":{"type":"string","enum":["seasons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season linked to this record","type":"object"},"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"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assistsPrimary":{"description":"Total number of Assist 1","type":"integer","nullable":true,"format":"int32"},"assistsPrimaryPerGame":{"description":"Average number of Assist 1 per game","type":"number","nullable":true,"format":"float"},"assistsSecondary":{"description":"Total number of Assist 2","type":"integer","nullable":true,"format":"int32"},"assistsSecondaryPerGame":{"description":"Average number of Assist 2 per game","type":"number","nullable":true,"format":"float"},"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"assistsPerGame":{"description":"Average number of assists per game","type":"number","nullable":true,"format":"float"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blocksPerGame":{"description":"Average number of blocks per game","type":"number","nullable":true,"format":"float"},"draws":{"description":"The number of draws","type":"integer","nullable":true,"format":"int32"},"faceOffsWon":{"description":"Total number face-off wins","type":"integer","nullable":true,"format":"int32"},"faceOffsLost":{"description":"Total number face-off loses","type":"integer","nullable":true,"format":"int32"},"games":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"gamesLost":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"gamesPlayed":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"gamesStarted":{"description":"The number of matches that they were a starter","type":"integer","nullable":true,"format":"int32"},"gamesWon":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"},"goalsAgainstAverage":{"description":"Average number of goals conceded by a goalkeeper","type":"number","nullable":true,"format":"float"},"goalsConceded":{"description":"Total number of goals conceded","type":"integer","nullable":true,"format":"int32"},"goalsEmptyNet":{"description":"Total number of empty net goals","type":"integer","nullable":true,"format":"int32"},"goalsPercentage":{"description":"percentage of a shots on target that go in the net","type":"number","nullable":true,"format":"float"},"goalsPenaltyShot":{"description":"Total number of goals scored from Penalty Shots","type":"integer","nullable":true,"format":"int32"},"goalsPenaltyShotPerGame":{"description":"Average number of goals scored from Pentalty Shots per game","type":"number","nullable":true,"format":"float"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"goalsScoredPerGame":{"description":"Average number of goals scored per game","type":"number","nullable":true,"format":"float"},"goalsShootOut":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"losses":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"minus":{"description":"The number of goals conceded by the team while this player is on the Ice","type":"integer","nullable":true,"format":"int32"},"penalties":{"description":"Total number of penalties committed","type":"integer","nullable":true,"format":"int32"},"penaltiesPerGame":{"description":"Average number of penalties committed per game","type":"number","nullable":true,"format":"float"},"penaltiesDrawn":{"description":"Total number of penalties drawn","type":"integer","nullable":true,"format":"int32"},"penaltiesDrawnPerGame":{"description":"Average number of penalties drawn per game","type":"number","nullable":true,"format":"float"},"plus":{"description":"The number of goals scored by the team while this player is on the Ice","type":"integer","nullable":true,"format":"int32"},"plusMinus":{"description":"goals scored/conceded while this player is on the Ice","type":"integer","nullable":true,"format":"int32"},"points":{"description":"Total number of points","type":"integer","nullable":true,"format":"int32"},"pointsPerGame":{"description":"Average number of points per game","type":"number","nullable":true,"format":"float"},"saves":{"description":"Total number of saves, excluding shoot out saves but including penalty shot save","type":"integer","nullable":true,"format":"int32"},"savesPerGame":{"description":"Average number of saves per game","type":"number","nullable":true,"format":"float"},"savesPenaltyShot":{"description":"Total number of penalty shots saved","type":"integer","nullable":true,"format":"int32"},"savesPenaltyShotPerGame":{"description":"Average number of penalty shots saves per game","type":"number","nullable":true,"format":"float"},"savesPercentage":{"description":"","type":"number","nullable":true,"format":"float"},"savesPercentageShootOut":{"description":"","type":"number","nullable":true,"format":"float"},"savesShootOut":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots,  inclusive of penalty shots and regular shots","type":"integer","nullable":true,"format":"int32"},"shotsPerGame":{"description":"Average number of shots per game","type":"number","nullable":true,"format":"float"},"shotsMissed":{"description":"Total number of shots off target (misses the goal and goalkeeper doesn't make a save) inclusive of penalty shots and regular shots","type":"integer","nullable":true,"format":"int32"},"shotsMissedPerGame":{"description":"Average number of missed shots per game","type":"number","nullable":true,"format":"float"},"shotsMissedPenaltyShot":{"description":"Total number of penalty shots missed","type":"integer","nullable":true,"format":"int32"},"shotsMissedPenaltyShotPerGame":{"description":"Average number of misses from Pentalty Shots per game","type":"number","nullable":true,"format":"float"},"shotsMissedShootOut":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shotsOnTarget":{"description":"Total number of shots on target, inclusive of penalty shots and regular shots","type":"integer","nullable":true,"format":"int32"},"shotsOnTargetPerGame":{"description":"Average number of shots on target per game","type":"number","nullable":true,"format":"float"},"shotsOnTargetAgainst":{"description":"Total number of shots faced by the goalie","type":"integer","nullable":true,"format":"int32"},"shutOut":{"description":"Total number of shut outs (When the Goalkeeper does not concede a goal for the whole match)","type":"integer","nullable":true,"format":"int32"},"minutes":{"description":"The number of minutes (in ISO8601 Duration format) that the player was on the ice. 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"}],"nullable":true},"wins":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"}}}},"title":"career person season 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"},"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"},"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":{"/ice3/o/{organizationId}/statistics/for/person/in/career/seasons/persons/{personId}":{"get":{"tags":["Career Statistics"],"summary":"Statistics for a person in their career by season and entity","description":"Return the statistics for a specific person in their career by season and entity.","operationId":"caps_list_person_season","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Career_Person_Season_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/Career_Person_Season_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$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"},{"name":"personId","description":"The unique identifier of the person","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/starter"},{"$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/3ice/datacore-api-v1/career-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.
