# Team Match Statistics

Teams can have statistics associated with their participation in a match.

There are two types of statistics collected:

* Total
* By Period

The *period* statistics are the statistics for just that one period, whereas the *total* statistics contain an aggregated view of all periods. Each type is separate (the 'total' is NOT created automatically by summing the period statistics) and as such needs to be added/updated/deleted independently.

## Team total statistics

> Return a list of team statistics for a match. Statistics are the totals (all periods added together) for the match.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Team Match Statistics","description":"Teams can have statistics associated with their participation in a match.\n\nThere are two types of statistics collected:\n - Total\n - By Period\n\nThe *period* statistics are the statistics for just that one period, whereas the *total* statistics contain an aggregated view of all periods.  Each type is separate (the 'total' is NOT created automatically by summing the period statistics) and as such needs to be added/updated/deleted independently.\n\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Matches]-<>[Match Statistics{bg:orange}],[Match Statistics]-<>[team]\">\n\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"}}}}}},"Fixture_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"},"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"fixture":{"properties":{"resourceType":{"type":"string","enum":["fixtures"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The match","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 match team statistics belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedFullTimeScore":{"description":"Expected full time score","type":"number","nullable":true,"format":"float"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedHalfTimeScore":{"description":"Expected half time score","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootOutAttempts":{"description":"Results of shoot-out attempts (1 or 0 per attempt).","type":"string","nullable":true},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOffGoal":{"description":"Total number of shots off goal","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"}}},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"match team 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":{"added":{"name":"added","description":"Record was added after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"multipleEntityIds":{"name":"entityId","description":"The unique identifiers of the teams (comma-delimited).","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"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"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"},"updated":{"name":"updated","description":"Record was modified after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"}}},"paths":{"/handball/o/{organizationId}/statistics/for/entity/in/fixtures/{fixtureId}":{"get":{"tags":["Team Match Statistics"],"summary":"Team total statistics","description":"Return a list of team statistics for a match. Statistics are the totals (all periods added together) for the match.","operationId":"fes_list","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixture_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/Fixture_Entity_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/added"},{"$ref":"#/components/parameters/multipleEntityIds"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/hideNull"},{"$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/updated"}]}}}}
```

## Delete team total statistics

> Delete the total match statistics for for a given team in the \~fixture.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Team Match Statistics","description":"Teams can have statistics associated with their participation in a match.\n\nThere are two types of statistics collected:\n - Total\n - By Period\n\nThe *period* statistics are the statistics for just that one period, whereas the *total* statistics contain an aggregated view of all periods.  Each type is separate (the 'total' is NOT created automatically by summing the period statistics) and as such needs to be added/updated/deleted independently.\n\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Matches]-<>[Match Statistics{bg:orange}],[Match Statistics]-<>[team]\">\n\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":["write: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"}}}}}},"Fixture_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"},"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"fixture":{"properties":{"resourceType":{"type":"string","enum":["fixtures"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The match","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 match team statistics belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedFullTimeScore":{"description":"Expected full time score","type":"number","nullable":true,"format":"float"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedHalfTimeScore":{"description":"Expected half time score","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootOutAttempts":{"description":"Results of shoot-out attempts (1 or 0 per attempt).","type":"string","nullable":true},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOffGoal":{"description":"Total number of shots off goal","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"}}},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"match team 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"},"forceDelete":{"name":"forceDelete","description":"Force a delete command to run and delete child records as well if there are existing records depending on the record.","schema":{"type":"boolean"},"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"},"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"}}},"paths":{"/handball/o/{organizationId}/statistics/for/entity/in/fixtures/{fixtureId}":{"delete":{"tags":["Team Match Statistics"],"summary":"Delete team total statistics","description":"Delete the total match statistics for for a given team in the ~fixture.","operationId":"fes_delete_all","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixture_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/Fixture_Entity_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/entityId"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/forceDelete"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}]}}}}
```

## Team total statistics for matches in a season

> Return a list of team statistics for matches in a season. Statistics are the totals (all periods added together) for the match.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Team Match Statistics","description":"Teams can have statistics associated with their participation in a match.\n\nThere are two types of statistics collected:\n - Total\n - By Period\n\nThe *period* statistics are the statistics for just that one period, whereas the *total* statistics contain an aggregated view of all periods.  Each type is separate (the 'total' is NOT created automatically by summing the period statistics) and as such needs to be added/updated/deleted independently.\n\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Matches]-<>[Match Statistics{bg:orange}],[Match Statistics]-<>[team]\">\n\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"}}}}}},"Fixture_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"},"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"fixture":{"properties":{"resourceType":{"type":"string","enum":["fixtures"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The match","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 match team statistics belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedFullTimeScore":{"description":"Expected full time score","type":"number","nullable":true,"format":"float"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedHalfTimeScore":{"description":"Expected half time score","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootOutAttempts":{"description":"Results of shoot-out attempts (1 or 0 per attempt).","type":"string","nullable":true},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOffGoal":{"description":"Total number of shots off goal","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"}}},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"match team 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":{"added":{"name":"added","description":"Record was added after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"multipleEntityIds":{"name":"entityId","description":"The unique identifiers of the teams (comma-delimited).","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"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"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"},"statlimit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":300,"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"},"updated":{"name":"updated","description":"Record was modified after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"}}},"paths":{"/handball/o/{organizationId}/seasons/{seasonId}/statistics/for/entity/in/fixtures":{"get":{"tags":["Team Match Statistics"],"summary":"Team total statistics for matches in a season","description":"Return a list of team statistics for matches in a season. Statistics are the totals (all periods added together) for the match.","operationId":"fes_list_by_season","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixture_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/Fixture_Entity_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/added"},{"$ref":"#/components/parameters/multipleEntityIds"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/statlimit"},{"$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":"seasonId","description":"The unique identifier of the season","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/updated"}]}}}}
```

## Team total statistics - live

> \
> &#x20;   Return a list of live team statistics for a match. Statistics are the totals (all periods\
> &#x20;   added together) for the match. This call will return records of matches still in-progress if available.\
> &#x20;   If the match is complete this call operates the same as the non 'live' route.\
> \
> &#x20;   Rate limited to 2 requests every minute - returns HTTP 429 Too Many Requests if called more often.\
> &#x20;  &#x20;

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Team Match Statistics","description":"Teams can have statistics associated with their participation in a match.\n\nThere are two types of statistics collected:\n - Total\n - By Period\n\nThe *period* statistics are the statistics for just that one period, whereas the *total* statistics contain an aggregated view of all periods.  Each type is separate (the 'total' is NOT created automatically by summing the period statistics) and as such needs to be added/updated/deleted independently.\n\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Matches]-<>[Match Statistics{bg:orange}],[Match Statistics]-<>[team]\">\n\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_live"]}],"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"}}}}}},"Fixture_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"},"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"fixture":{"properties":{"resourceType":{"type":"string","enum":["fixtures"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The match","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 match team statistics belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedFullTimeScore":{"description":"Expected full time score","type":"number","nullable":true,"format":"float"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedHalfTimeScore":{"description":"Expected half time score","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootOutAttempts":{"description":"Results of shoot-out attempts (1 or 0 per attempt).","type":"string","nullable":true},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOffGoal":{"description":"Total number of shots off goal","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"}}},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"match team 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":{"added":{"name":"added","description":"Record was added after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"multipleEntityIds":{"name":"entityId","description":"The unique identifiers of the teams (comma-delimited).","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"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"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"},"updated":{"name":"updated","description":"Record was modified after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"}}},"paths":{"/handball/o/{organizationId}/statistics/for/entity/in/fixtures/{fixtureId}/live":{"get":{"tags":["Team Match Statistics"],"summary":"Team total statistics - live","description":"\n    Return a list of live team statistics for a match. Statistics are the totals (all periods\n    added together) for the match. This call will return records of matches still in-progress if available.\n    If the match is complete this call operates the same as the non 'live' route.\n\n    Rate limited to 2 requests every minute - returns HTTP 429 Too Many Requests if called more often.\n    ","operationId":"fes_listlive","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixture_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/Fixture_Entity_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/added"},{"$ref":"#/components/parameters/multipleEntityIds"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/hideNull"},{"$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/updated"}]}}}}
```

## Team period statistics

> Return a list of team statistics for a match broken down by period

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Team Match Statistics","description":"Teams can have statistics associated with their participation in a match.\n\nThere are two types of statistics collected:\n - Total\n - By Period\n\nThe *period* statistics are the statistics for just that one period, whereas the *total* statistics contain an aggregated view of all periods.  Each type is separate (the 'total' is NOT created automatically by summing the period statistics) and as such needs to be added/updated/deleted independently.\n\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Matches]-<>[Match Statistics{bg:orange}],[Match Statistics]-<>[team]\">\n\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"}}}}}},"Fixture_Entity_Statistics_PeriodsModel":{"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"},"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"fixture":{"properties":{"resourceType":{"type":"string","enum":["fixtures"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The match","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 match team period statistics belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedFullTimeScore":{"description":"Expected full time score","type":"number","nullable":true,"format":"float"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedHalfTimeScore":{"description":"Expected half time score","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootOutAttempts":{"description":"Results of shoot-out attempts (1 or 0 per attempt).","type":"string","nullable":true},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOffGoal":{"description":"Total number of shots off goal","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"}}},"periodId":{"description":"The identifier for the period\n>- `1` Period 1\n>- `2` Period 2\n>- `10` Extra time 1 period 1\n>- `11` Extra time 1 period 2\n>- `12` Extra time 2 period 1\n>- `13` Extra time 2 period 2\n>- `14` Shoot Out\n","type":"integer","format":"int32","enum":[1,2,10,11,12,13,14]},"section":{"description":"The section of the period (sub-period)","type":"string","maxLength":100},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"match team period 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":{"added":{"name":"added","description":"Record was added after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"multipleEntityIds":{"name":"entityId","description":"The unique identifiers of the teams (comma-delimited).","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"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"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>- `10` Extra time 1 period 1\n>- `11` Extra time 1 period 2\n>- `12` Extra time 2 period 1\n>- `13` Extra time 2 period 2\n>- `14` Shoot Out\n","schema":{"type":"integer","format":"int32","enum":[1,2,10,11,12,13,14]},"required":false,"in":"query"},"section":{"name":"section","description":"The section of the period (sub-period)","schema":{"type":"string","maxLength":100},"required":false,"in":"query"},"updated":{"name":"updated","description":"Record was modified after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"}}},"paths":{"/handball/o/{organizationId}/statistics/for/entity/in/fixtures/{fixtureId}/periods":{"get":{"tags":["Team Match Statistics"],"summary":"Team period statistics","description":"Return a list of team statistics for a match broken down by period","operationId":"fes_listperiod","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixture_Entity_Statistics_Periods 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/Fixture_Entity_Statistics_PeriodsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/added"},{"$ref":"#/components/parameters/multipleEntityIds"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/hideNull"},{"$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/updated"}]}}}}
```

## Delete team period statistics

> Delete statistics for a match for a given team by period.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Team Match Statistics","description":"Teams can have statistics associated with their participation in a match.\n\nThere are two types of statistics collected:\n - Total\n - By Period\n\nThe *period* statistics are the statistics for just that one period, whereas the *total* statistics contain an aggregated view of all periods.  Each type is separate (the 'total' is NOT created automatically by summing the period statistics) and as such needs to be added/updated/deleted independently.\n\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Matches]-<>[Match Statistics{bg:orange}],[Match Statistics]-<>[team]\">\n\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":["write: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"}}}}}},"Fixture_Entity_Statistics_PeriodsModel":{"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"},"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"fixture":{"properties":{"resourceType":{"type":"string","enum":["fixtures"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The match","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 match team period statistics belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedFullTimeScore":{"description":"Expected full time score","type":"number","nullable":true,"format":"float"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedHalfTimeScore":{"description":"Expected half time score","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootOutAttempts":{"description":"Results of shoot-out attempts (1 or 0 per attempt).","type":"string","nullable":true},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOffGoal":{"description":"Total number of shots off goal","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"}}},"periodId":{"description":"The identifier for the period\n>- `1` Period 1\n>- `2` Period 2\n>- `10` Extra time 1 period 1\n>- `11` Extra time 1 period 2\n>- `12` Extra time 2 period 1\n>- `13` Extra time 2 period 2\n>- `14` Shoot Out\n","type":"integer","format":"int32","enum":[1,2,10,11,12,13,14]},"section":{"description":"The section of the period (sub-period)","type":"string","maxLength":100},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"match team period 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"},"forceDelete":{"name":"forceDelete","description":"Force a delete command to run and delete child records as well if there are existing records depending on the record.","schema":{"type":"boolean"},"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"},"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"},"periodId":{"name":"periodId","description":"The identifier for the period\n>- `1` Period 1\n>- `2` Period 2\n>- `10` Extra time 1 period 1\n>- `11` Extra time 1 period 2\n>- `12` Extra time 2 period 1\n>- `13` Extra time 2 period 2\n>- `14` Shoot Out\n","schema":{"type":"integer","format":"int32","enum":[1,2,10,11,12,13,14]},"required":false,"in":"query"},"section":{"name":"section","description":"The section of the period (sub-period)","schema":{"type":"string","maxLength":100},"required":false,"in":"query"}}},"paths":{"/handball/o/{organizationId}/statistics/for/entity/in/fixtures/{fixtureId}/periods":{"delete":{"tags":["Team Match Statistics"],"summary":"Delete team period statistics","description":"Delete statistics for a match for a given team by period.","operationId":"fesp_delete_all","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixture_Entity_Statistics_Periods 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/Fixture_Entity_Statistics_PeriodsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/entityId"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/forceDelete"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"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"}]}}}}
```

## Team period statistics for matches in a season

> Return a list of team period statistics for matches in a season.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Team Match Statistics","description":"Teams can have statistics associated with their participation in a match.\n\nThere are two types of statistics collected:\n - Total\n - By Period\n\nThe *period* statistics are the statistics for just that one period, whereas the *total* statistics contain an aggregated view of all periods.  Each type is separate (the 'total' is NOT created automatically by summing the period statistics) and as such needs to be added/updated/deleted independently.\n\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Matches]-<>[Match Statistics{bg:orange}],[Match Statistics]-<>[team]\">\n\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"}}}}}},"Fixture_Entity_Statistics_PeriodsModel":{"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"},"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"fixture":{"properties":{"resourceType":{"type":"string","enum":["fixtures"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The match","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 match team period statistics belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedFullTimeScore":{"description":"Expected full time score","type":"number","nullable":true,"format":"float"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedHalfTimeScore":{"description":"Expected half time score","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootOutAttempts":{"description":"Results of shoot-out attempts (1 or 0 per attempt).","type":"string","nullable":true},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOffGoal":{"description":"Total number of shots off goal","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"}}},"periodId":{"description":"The identifier for the period\n>- `1` Period 1\n>- `2` Period 2\n>- `10` Extra time 1 period 1\n>- `11` Extra time 1 period 2\n>- `12` Extra time 2 period 1\n>- `13` Extra time 2 period 2\n>- `14` Shoot Out\n","type":"integer","format":"int32","enum":[1,2,10,11,12,13,14]},"section":{"description":"The section of the period (sub-period)","type":"string","maxLength":100},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"match team period 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":{"added":{"name":"added","description":"Record was added after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"multipleEntityIds":{"name":"entityId","description":"The unique identifiers of the teams (comma-delimited).","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"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"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"},"statlimit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":300,"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"},"updated":{"name":"updated","description":"Record was modified after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"}}},"paths":{"/handball/o/{organizationId}/seasons/{seasonId}/statistics/for/entity/in/fixtures/periods":{"get":{"tags":["Team Match Statistics"],"summary":"Team period statistics for matches in a season","description":"Return a list of team period statistics for matches in a season.","operationId":"fes_listperiod_by_season","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixture_Entity_Statistics_Periods 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/Fixture_Entity_Statistics_PeriodsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/added"},{"$ref":"#/components/parameters/multipleEntityIds"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/statlimit"},{"$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":"seasonId","description":"The unique identifier of the season","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/updated"}]}}}}
```

## Team period statistics - live

> \
> &#x20;   Return a list of team statistics for a match broken down by period. This call will return\
> &#x20;   records of matches still in-progress if available.  If the match is complete this call operates the same\
> &#x20;   as the non 'live' route.\
> \
> &#x20;   Rate limited to 2 requests every minute - returns HTTP 429 Too Many Requests if called more often.\
> &#x20;  &#x20;

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Team Match Statistics","description":"Teams can have statistics associated with their participation in a match.\n\nThere are two types of statistics collected:\n - Total\n - By Period\n\nThe *period* statistics are the statistics for just that one period, whereas the *total* statistics contain an aggregated view of all periods.  Each type is separate (the 'total' is NOT created automatically by summing the period statistics) and as such needs to be added/updated/deleted independently.\n\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Matches]-<>[Match Statistics{bg:orange}],[Match Statistics]-<>[team]\">\n\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_live"]}],"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"}}}}}},"Fixture_Entity_Statistics_PeriodsModel":{"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"},"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"fixture":{"properties":{"resourceType":{"type":"string","enum":["fixtures"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The match","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 match team period statistics belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedFullTimeScore":{"description":"Expected full time score","type":"number","nullable":true,"format":"float"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedHalfTimeScore":{"description":"Expected half time score","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootOutAttempts":{"description":"Results of shoot-out attempts (1 or 0 per attempt).","type":"string","nullable":true},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOffGoal":{"description":"Total number of shots off goal","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"}}},"periodId":{"description":"The identifier for the period\n>- `1` Period 1\n>- `2` Period 2\n>- `10` Extra time 1 period 1\n>- `11` Extra time 1 period 2\n>- `12` Extra time 2 period 1\n>- `13` Extra time 2 period 2\n>- `14` Shoot Out\n","type":"integer","format":"int32","enum":[1,2,10,11,12,13,14]},"section":{"description":"The section of the period (sub-period)","type":"string","maxLength":100},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"match team period 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":{"added":{"name":"added","description":"Record was added after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"multipleEntityIds":{"name":"entityId","description":"The unique identifiers of the teams (comma-delimited).","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"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"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>- `10` Extra time 1 period 1\n>- `11` Extra time 1 period 2\n>- `12` Extra time 2 period 1\n>- `13` Extra time 2 period 2\n>- `14` Shoot Out\n","schema":{"type":"integer","format":"int32","enum":[1,2,10,11,12,13,14]},"required":false,"in":"query"},"section":{"name":"section","description":"The section of the period (sub-period)","schema":{"type":"string","maxLength":100},"required":false,"in":"query"},"updated":{"name":"updated","description":"Record was modified after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"}}},"paths":{"/handball/o/{organizationId}/statistics/for/entity/in/fixtures/{fixtureId}/periods/live":{"get":{"tags":["Team Match Statistics"],"summary":"Team period statistics - live","description":"\n    Return a list of team statistics for a match broken down by period. This call will return\n    records of matches still in-progress if available.  If the match is complete this call operates the same\n    as the non 'live' route.\n\n    Rate limited to 2 requests every minute - returns HTTP 429 Too Many Requests if called more often.\n    ","operationId":"fes_listperiodlive","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixture_Entity_Statistics_Periods 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/Fixture_Entity_Statistics_PeriodsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/added"},{"$ref":"#/components/parameters/multipleEntityIds"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"name":"fixtureId","description":"The unique identifier of the match","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/hideNull"},{"$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/updated"}]}}}}
```

## Create/Update team total statistics

> Depending on the data, Add or update a statistic record for \~ENTITYPREIX\~ team in the match.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Team Match Statistics","description":"Teams can have statistics associated with their participation in a match.\n\nThere are two types of statistics collected:\n - Total\n - By Period\n\nThe *period* statistics are the statistics for just that one period, whereas the *total* statistics contain an aggregated view of all periods.  Each type is separate (the 'total' is NOT created automatically by summing the period statistics) and as such needs to be added/updated/deleted independently.\n\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Matches]-<>[Match Statistics{bg:orange}],[Match Statistics]-<>[team]\">\n\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":["write: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"}}}}}},"Fixture_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"},"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"fixture":{"properties":{"resourceType":{"type":"string","enum":["fixtures"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The match","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 match team statistics belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedFullTimeScore":{"description":"Expected full time score","type":"number","nullable":true,"format":"float"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedHalfTimeScore":{"description":"Expected half time score","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootOutAttempts":{"description":"Results of shoot-out attempts (1 or 0 per attempt).","type":"string","nullable":true},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOffGoal":{"description":"Total number of shots off goal","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"}}},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"match team 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"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"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"}}},"paths":{"/handball/o/{organizationId}/statistics/for/entity/in/fixtures":{"post":{"tags":["Team Match Statistics"],"summary":"Create/Update team total statistics","description":"Depending on the data, Add or update a statistic record for ~ENTITYPREIX~ team in the match.","operationId":"fes_insert_update","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixture_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/Fixture_Entity_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"entityId":{"description":"The unique identifier of the team","type":"string","format":"uuid"},"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedFullTimeScore":{"description":"Expected full time score","type":"number","nullable":true,"format":"float"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedHalfTimeScore":{"description":"Expected half time score","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootOutAttempts":{"description":"Results of shoot-out attempts (1 or 0 per attempt).","type":"string","nullable":true},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOffGoal":{"description":"Total number of shots off goal","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"}}}},"title":"match team statistics post body","required":["entityId","fixtureId"]}}}}}}}}
```

## Create/Update team period statistics

> Depending on the data, Add or update a statistic record for \~ENTITYPREIX\~ team in a period of the match.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Team Match Statistics","description":"Teams can have statistics associated with their participation in a match.\n\nThere are two types of statistics collected:\n - Total\n - By Period\n\nThe *period* statistics are the statistics for just that one period, whereas the *total* statistics contain an aggregated view of all periods.  Each type is separate (the 'total' is NOT created automatically by summing the period statistics) and as such needs to be added/updated/deleted independently.\n\n\n<img src = \"https://yuml.me/diagram/scruffy;dir:LR/class/[Matches]-<>[Match Statistics{bg:orange}],[Match Statistics]-<>[team]\">\n\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":["write: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"}}}}}},"Fixture_Entity_Statistics_PeriodsModel":{"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"},"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"fixture":{"properties":{"resourceType":{"type":"string","enum":["fixtures"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The match","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 match team period statistics belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedFullTimeScore":{"description":"Expected full time score","type":"number","nullable":true,"format":"float"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedHalfTimeScore":{"description":"Expected half time score","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootOutAttempts":{"description":"Results of shoot-out attempts (1 or 0 per attempt).","type":"string","nullable":true},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOffGoal":{"description":"Total number of shots off goal","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"}}},"periodId":{"description":"The identifier for the period\n>- `1` Period 1\n>- `2` Period 2\n>- `10` Extra time 1 period 1\n>- `11` Extra time 1 period 2\n>- `12` Extra time 2 period 1\n>- `13` Extra time 2 period 2\n>- `14` Shoot Out\n","type":"integer","format":"int32","enum":[1,2,10,11,12,13,14]},"section":{"description":"The section of the period (sub-period)","type":"string","maxLength":100},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"match team period 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"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"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"}}},"paths":{"/handball/o/{organizationId}/statistics/for/entity/in/fixtures/periods":{"post":{"tags":["Team Match Statistics"],"summary":"Create/Update team period statistics","description":"Depending on the data, Add or update a statistic record for ~ENTITYPREIX~ team in a period of the match.","operationId":"fesp_insert_update","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Fixture_Entity_Statistics_Periods 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/Fixture_Entity_Statistics_PeriodsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"entityId":{"description":"The unique identifier of the team","type":"string","format":"uuid"},"fixtureId":{"description":"The unique identifier of the match","type":"string","format":"uuid"},"statistics":{"type":"object","additionalProperties":false,"properties":{"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedFullTimeScore":{"description":"Expected full time score","type":"number","nullable":true,"format":"float"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedHalfTimeScore":{"description":"Expected half time score","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootOutAttempts":{"description":"Results of shoot-out attempts (1 or 0 per attempt).","type":"string","nullable":true},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOffGoal":{"description":"Total number of shots off goal","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"}}},"periodId":{"description":"The identifier for the period\n>- `1` Period 1\n>- `2` Period 2\n>- `10` Extra time 1 period 1\n>- `11` Extra time 1 period 2\n>- `12` Extra time 2 period 1\n>- `13` Extra time 2 period 2\n>- `14` Shoot Out\n","type":"integer","format":"int32","enum":[1,2,10,11,12,13,14]},"section":{"description":"The section of the period (sub-period)","type":"string","maxLength":100}},"title":"match team period statistics post body","required":["entityId","fixtureId"]}}}}}}}}
```


---

# 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/handball/datacore-api-v1/team-match-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.
