Season Person Base Statistics

Normally season statistics are built automatically based on match statistics. For some scenarios such as historical imports where the match level data is not available, that 'already aggregated' data can be imported into the base statistics. These will then be aggregated with the match generated statistics to create the competition and career statsitics.

Person season base statistics

get
/handball/o/{organizationId}/statistics/base/for/person/in/seasons/{seasonId}

Return a list of person base statistics for a season

Required scopes
This endpoint requires the following scopes:
  • : Read any data from the organization down
Authorizations
OAuth2clientCredentialsRequired

You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.

Token URL:
Path parameters
organizationIdstring · min: 5 · max: 5Required

The unique identifier of the organization

Example: b1a23
seasonIdstring · uuidRequired

The unique identifier of the season

Example: 009e9276-5c80-11e8-9c2d-fa7ae01bbebc
Query parameters
addedstring · date-timeOptional

Record was added after this date/time. In UTC.

Example: 2018-08-16T02:10:48
competitorTypestring · enumOptional

The type of competitors in this fixture

  • ENTITY Entity
  • PERSON Person
Example: PERSONPossible values:
entityIdstring · uuidOptional

The unique identifier of the entity

Example: 009e9276-5c80-11e8-9c2d-fa7ae01bbebc
externalstringOptional

A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.

Example: entityId,personId
fieldsstringOptional

A comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.

Example: dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]
fixtureTypestring · enum · max: 50Optional

Type of Fixture

  • ALL_STAR All Star
  • DEMONSTRATION Demonstration
  • FINAL Final
  • FRIENDLY Friendly
  • PLAYOFF Playoff
  • PRESEASON Pre Season
  • REGULAR Regular
Example: REGULARPossible values:
hideNullbooleanOptional

Don't display data fields with null values or empty structures

Example: true
includestringOptional

A comma separated list of resource types to include. See Resource Inclusion for more information.

Example: organizations,fixtures,entities
limitinteger · int32 · min: 1 · max: 1000Optional

The maximum number of records to return. See Pagination for more information.

Default: 10Example: 10
offsetinteger · int32Optional

The offset of the records. See Pagination for more information.

Example: 10
personIdstring · uuidOptional

The unique identifier of the person

Example: 009e9276-5c80-11e8-9c2d-fa7ae01bbebc
representingstring · max: 100Optional

Who the person was representing

Example: AUSTRALIA
representingCountrystring · enumOptional

What country representation is used

  • ANY Any country
  • NONE No country
Possible values:
updatedstring · date-timeOptional

Record was modified after this date/time. In UTC.

Example: 2018-08-16T02:11:48
Responses
200

Successful operation

application/json
get
/handball/o/{organizationId}/statistics/base/for/person/in/seasons/{seasonId}
GET /v1/handball/o/{organizationId}/statistics/base/for/person/in/seasons/{seasonId} HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "meta": {
    "version": 1,
    "codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
    "code": 200,
    "time": "2018-06-05 23:43:41.227584+00:00",
    "fromCache": false,
    "count": 7,
    "limit": 10,
    "offset": 10,
    "generationTime": 0.011604
  },
  "links": {
    "self": "https://example.com",
    "next": "https://example.com",
    "previous": "https://example.com"
  },
  "included": {
    "resources": {
      "ANY_ADDITIONAL_PROPERTY": "league"
    }
  },
  "data": [
    {
      "seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
      "season": {
        "resourceType": "seasons",
        "id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
      },
      "personId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
      "person": {
        "resourceType": "persons",
        "id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
      },
      "entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
      "entity": {
        "resourceType": "entities",
        "id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
      },
      "organizationId": "9",
      "organization": {
        "resourceType": "organizations",
        "id": "9"
      },
      "fixtureType": "REGULAR",
      "competitorType": "ENTITY",
      "representing": "AUSTRALIA",
      "statistics": {
        "airtimeMax": "text",
        "assists": 1,
        "assistsPerMatch": 1,
        "backCourtGoalsScored": 1,
        "backCourtGoalsScoredPerMatch": 1,
        "backCourtMissedShots": 1,
        "backCourtMissedShotsPerMatch": 1,
        "backCourtPostHits": 1,
        "backCourtPostHitsPerMatch": 1,
        "backCourtShootingAccuracy": 1,
        "backCourtShootingAccuracyPerMatch": 1,
        "backCourtShots": 1,
        "backCourtShotsPerMatch": 1,
        "backCourtShotsBlocked": 1,
        "backCourtShotsBlockedPerMatch": 1,
        "backCourtShotsOnGoal": 1,
        "backCourtShotsOnGoalPerMatch": 1,
        "blocks": 1,
        "blocksPerMatch": 1,
        "blueCards": 1,
        "blueCardsPerMatch": 1,
        "breakThroughGoalsScored": 1,
        "breakThroughGoalsScoredPerMatch": 1,
        "breakThroughMissedShots": 1,
        "breakThroughMissedShotsPerMatch": 1,
        "breakThroughPostHits": 1,
        "breakThroughPostHitsPerMatch": 1,
        "breakThroughShootingAccuracy": 1,
        "breakThroughShootingAccuracyPerMatch": 1,
        "breakThroughShots": 1,
        "breakThroughShotsPerMatch": 1,
        "breakThroughShotsBlocked": 1,
        "breakThroughShotsBlockedPerMatch": 1,
        "breakThroughShotsOnGoal": 1,
        "breakThroughShotsOnGoalPerMatch": 1,
        "cards": 1,
        "cardsPerMatch": 1,
        "distanceSpeedCategory1": 1,
        "distanceSpeedCategory2": 1,
        "distanceSpeedCategory3": 1,
        "distanceSpeedCategory4": 1,
        "distanceSpeedCategory5": 1,
        "distanceTotal": 1,
        "draws": 1,
        "emptyNetGoalsScored": 1,
        "fastBreakGoalsScored": 1,
        "fastBreakGoalsScoredPerMatch": 1,
        "fastBreakMissedShots": 1,
        "fastBreakMissedShotsPerMatch": 1,
        "fastBreakPostHits": 1,
        "fastBreakPostHitsPerMatch": 1,
        "fastBreakShootingAccuracy": 1,
        "fastBreakShootingAccuracyPerMatch": 1,
        "fastBreakShots": 1,
        "fastBreakShotsPerMatch": 1,
        "fastBreakShotsBlocked": 1,
        "fastBreakShotsBlockedPerMatch": 1,
        "fastBreakShotsOnGoal": 1,
        "fastBreakShotsOnGoalPerMatch": 1,
        "fieldGoalsScored": 1,
        "fieldGoalsScoredPerMatch": 1,
        "fieldMissedShots": 1,
        "fieldMissedShotsPerMatch": 1,
        "fieldPostHits": 1,
        "fieldPostHitsPerMatch": 1,
        "fieldShootingAccuracy": 1,
        "fieldShootingAccuracyPerMatch": 1,
        "fieldShots": 1,
        "fieldShotsPerMatch": 1,
        "fieldShotsBlocked": 1,
        "fieldShotsBlockedPerMatch": 1,
        "fieldShotsOnGoal": 1,
        "fieldShotsOnGoalPerMatch": 1,
        "fouls": 1,
        "foulsPerMatch": 1,
        "foulsDrawn": 1,
        "foulsDrawnPerMatch": 1,
        "fourMinuteSuspensions": 1,
        "fourMinuteSuspensionsPerMatch": 1,
        "games": 1,
        "gamesStarted": 1,
        "goalKeeperBackCourtGoalsAgainst": 1,
        "goalKeeperBackCourtGoalsAgainstPerMatch": 1,
        "goalKeeperBackCourtSaveAccuracy": 1,
        "goalKeeperBackCourtSaveAccuracyPerMatch": 1,
        "goalKeeperBackCourtShotsAgainst": 1,
        "goalKeeperBackCourtShotsAgainstPerMatch": 1,
        "goalKeeperBackCourtShotsSaved": 1,
        "goalKeeperBackCourtShotsSavedPerMatch": 1,
        "goalKeeperBreakThroughGoalsAgainst": 1,
        "goalKeeperBreakThroughGoalsAgainstPerMatch": 1,
        "goalKeeperBreakThroughSaveAccuracy": 1,
        "goalKeeperBreakThroughSaveAccuracyPerMatch": 1,
        "goalKeeperBreakThroughShotsAgainst": 1,
        "goalKeeperBreakThroughShotsAgainstPerMatch": 1,
        "goalKeeperBreakThroughShotsSaved": 1,
        "goalKeeperBreakThroughShotsSavedPerMatch": 1,
        "goalKeeperFastBreakGoalsAgainst": 1,
        "goalKeeperFastBreakGoalsAgainstPerMatch": 1,
        "goalKeeperFastBreakSaveAccuracy": 1,
        "goalKeeperFastBreakSaveAccuracyPerMatch": 1,
        "goalKeeperFastBreakShotsAgainst": 1,
        "goalKeeperFastBreakShotsAgainstPerMatch": 1,
        "goalKeeperFastBreakShotsSaved": 1,
        "goalKeeperFastBreakShotsSavedPerMatch": 1,
        "goalKeeperFieldGoalsAgainst": 1,
        "goalKeeperFieldGoalsAgainstPerMatch": 1,
        "goalKeeperFieldSaveAccuracy": 1,
        "goalKeeperFieldSaveAccuracyPerMatch": 1,
        "goalKeeperFieldShotsAgainst": 1,
        "goalKeeperFieldShotsAgainstPerMatch": 1,
        "goalKeeperFieldShotsSaved": 1,
        "goalKeeperFieldShotsSavedPerMatch": 1,
        "goalKeeperGoalsAgainst": 1,
        "goalKeeperGoalsAgainstPerMatch": 1,
        "goalKeeperNineMetreCentreGoalsAgainst": 1,
        "goalKeeperNineMetreCentreGoalsAgainstPerMatch": 1,
        "goalKeeperNineMetreCentreSaveAccuracy": 1,
        "goalKeeperNineMetreCentreSaveAccuracyPerMatch": 1,
        "goalKeeperNineMetreCentreShotsAgainst": 1,
        "goalKeeperNineMetreCentreShotsAgainstPerMatch": 1,
        "goalKeeperNineMetreCentreShotsSaved": 1,
        "goalKeeperNineMetreCentreShotsSavedPerMatch": 1,
        "goalKeeperNineMetreGoalsAgainst": 1,
        "goalKeeperNineMetreGoalsAgainstPerMatch": 1,
        "goalKeeperNineMetreLeftGoalsAgainst": 1,
        "goalKeeperNineMetreLeftGoalsAgainstPerMatch": 1,
        "goalKeeperNineMetreLeftSaveAccuracy": 1,
        "goalKeeperNineMetreLeftSaveAccuracyPerMatch": 1,
        "goalKeeperNineMetreLeftShotsAgainst": 1,
        "goalKeeperNineMetreLeftShotsAgainstPerMatch": 1,
        "goalKeeperNineMetreLeftShotsSaved": 1,
        "goalKeeperNineMetreLeftShotsSavedPerMatch": 1,
        "goalKeeperNineMetreRightGoalsAgainst": 1,
        "goalKeeperNineMetreRightGoalsAgainstPerMatch": 1,
        "goalKeeperNineMetreRightSaveAccuracy": 1,
        "goalKeeperNineMetreRightSaveAccuracyPerMatch": 1,
        "goalKeeperNineMetreRightShotsAgainst": 1,
        "goalKeeperNineMetreRightShotsAgainstPerMatch": 1,
        "goalKeeperNineMetreRightShotsSaved": 1,
        "goalKeeperNineMetreRightShotsSavedPerMatch": 1,
        "goalKeeperNineMetreSaveAccuracy": 1,
        "goalKeeperNineMetreSaveAccuracyPerMatch": 1,
        "goalKeeperNineMetreShotsAgainst": 1,
        "goalKeeperNineMetreShotsAgainstPerMatch": 1,
        "goalKeeperNineMetreShotsSaved": 1,
        "goalKeeperNineMetreShotsSavedPerMatch": 1,
        "goalKeeperPivotGoalsAgainst": 1,
        "goalKeeperPivotGoalsAgainstPerMatch": 1,
        "goalKeeperPivotSaveAccuracy": 1,
        "goalKeeperPivotSaveAccuracyPerMatch": 1,
        "goalKeeperPivotShotsAgainst": 1,
        "goalKeeperPivotShotsAgainstPerMatch": 1,
        "goalKeeperPivotShotsSaved": 1,
        "goalKeeperPivotShotsSavedPerMatch": 1,
        "goalKeeperSaveAccuracy": 1,
        "goalKeeperSaveAccuracyPerMatch": 1,
        "goalKeeperSecondsPlayed": 1,
        "goalKeeperSecondsPlayedPerMatch": 1,
        "goalKeeperSevenMetreGoalsAgainst": 1,
        "goalKeeperSevenMetreGoalsAgainstPerMatch": 1,
        "goalKeeperSevenMetreSaveAccuracy": 1,
        "goalKeeperSevenMetreSaveAccuracyPerMatch": 1,
        "goalKeeperSevenMetreShotsAgainst": 1,
        "goalKeeperSevenMetreShotsAgainstPerMatch": 1,
        "goalKeeperSevenMetreShotsSaved": 1,
        "goalKeeperSevenMetreShotsSavedPerMatch": 1,
        "goalKeeperShotsAgainst": 1,
        "goalKeeperShotsAgainstPerMatch": 1,
        "goalKeeperShotsPerGoalsAgainst": 1,
        "goalKeeperShotsSaved": 1,
        "goalKeeperShotsSavedPerMatch": 1,
        "goalKeeperSixMetreCentreGoalsAgainst": 1,
        "goalKeeperSixMetreCentreGoalsAgainstPerMatch": 1,
        "goalKeeperSixMetreCentreSaveAccuracy": 1,
        "goalKeeperSixMetreCentreSaveAccuracyPerMatch": 1,
        "goalKeeperSixMetreCentreShotsAgainst": 1,
        "goalKeeperSixMetreCentreShotsAgainstPerMatch": 1,
        "goalKeeperSixMetreCentreShotsSaved": 1,
        "goalKeeperSixMetreCentreShotsSavedPerMatch": 1,
        "goalKeeperSixMetreGoalsAgainst": 1,
        "goalKeeperSixMetreGoalsAgainstPerMatch": 1,
        "goalKeeperSixMetreLeftGoalsAgainst": 1,
        "goalKeeperSixMetreLeftGoalsAgainstPerMatch": 1,
        "goalKeeperSixMetreLeftSaveAccuracy": 1,
        "goalKeeperSixMetreLeftSaveAccuracyPerMatch": 1,
        "goalKeeperSixMetreLeftShotsAgainst": 1,
        "goalKeeperSixMetreLeftShotsAgainstPerMatch": 1,
        "goalKeeperSixMetreLeftShotsSaved": 1,
        "goalKeeperSixMetreLeftShotsSavedPerMatch": 1,
        "goalKeeperSixMetreRightGoalsAgainst": 1,
        "goalKeeperSixMetreRightGoalsAgainstPerMatch": 1,
        "goalKeeperSixMetreRightSaveAccuracy": 1,
        "goalKeeperSixMetreRightSaveAccuracyPerMatch": 1,
        "goalKeeperSixMetreRightShotsAgainst": 1,
        "goalKeeperSixMetreRightShotsAgainstPerMatch": 1,
        "goalKeeperSixMetreRightShotsSaved": 1,
        "goalKeeperSixMetreRightShotsSavedPerMatch": 1,
        "goalKeeperSixMetreSaveAccuracy": 1,
        "goalKeeperSixMetreSaveAccuracyPerMatch": 1,
        "goalKeeperSixMetreShotsAgainst": 1,
        "goalKeeperSixMetreShotsAgainstPerMatch": 1,
        "goalKeeperSixMetreShotsSaved": 1,
        "goalKeeperSixMetreShotsSavedPerMatch": 1,
        "goalKeeperWingGoalsAgainst": 1,
        "goalKeeperWingGoalsAgainstPerMatch": 1,
        "goalKeeperWingLeftGoalsAgainst": 1,
        "goalKeeperWingLeftGoalsAgainstPerMatch": 1,
        "goalKeeperWingLeftSaveAccuracy": 1,
        "goalKeeperWingLeftSaveAccuracyPerMatch": 1,
        "goalKeeperWingLeftShotsAgainst": 1,
        "goalKeeperWingLeftShotsAgainstPerMatch": 1,
        "goalKeeperWingLeftShotsSaved": 1,
        "goalKeeperWingLeftShotsSavedPerMatch": 1,
        "goalKeeperWingRightGoalsAgainst": 1,
        "goalKeeperWingRightGoalsAgainstPerMatch": 1,
        "goalKeeperWingRightSaveAccuracy": 1,
        "goalKeeperWingRightSaveAccuracyPerMatch": 1,
        "goalKeeperWingRightShotsAgainst": 1,
        "goalKeeperWingRightShotsAgainstPerMatch": 1,
        "goalKeeperWingRightShotsSaved": 1,
        "goalKeeperWingRightShotsSavedPerMatch": 1,
        "goalKeeperWingSaveAccuracy": 1,
        "goalKeeperWingSaveAccuracyPerMatch": 1,
        "goalKeeperWingShotsAgainst": 1,
        "goalKeeperWingShotsAgainstPerMatch": 1,
        "goalKeeperWingShotsSaved": 1,
        "goalKeeperWingShotsSavedPerMatch": 1,
        "goalsScored": 1,
        "goalsScoredPerMatch": 1,
        "handballPerformanceIndex": 1,
        "losses": 1,
        "matchesPlayed": 1,
        "minutes": "text",
        "minutesPerMatch": "text",
        "missedShots": 1,
        "missedShotsPerMatch": 1,
        "nineMetreCentreGoalsScored": 1,
        "nineMetreCentreGoalsScoredPerMatch": 1,
        "nineMetreCentreMissedShots": 1,
        "nineMetreCentreMissedShotsPerMatch": 1,
        "nineMetreCentrePostHits": 1,
        "nineMetreCentrePostHitsPerMatch": 1,
        "nineMetreCentreShootingAccuracy": 1,
        "nineMetreCentreShootingAccuracyPerMatch": 1,
        "nineMetreCentreShots": 1,
        "nineMetreCentreShotsPerMatch": 1,
        "nineMetreCentreShotsBlocked": 1,
        "nineMetreCentreShotsBlockedPerMatch": 1,
        "nineMetreCentreShotsOnGoal": 1,
        "nineMetreCentreShotsOnGoalPerMatch": 1,
        "nineMetreGoalsScored": 1,
        "nineMetreGoalsScoredPerMatch": 1,
        "nineMetreLeftGoalsScored": 1,
        "nineMetreLeftGoalsScoredPerMatch": 1,
        "nineMetreLeftMissedShots": 1,
        "nineMetreLeftMissedShotsPerMatch": 1,
        "nineMetreLeftPostHits": 1,
        "nineMetreLeftPostHitsPerMatch": 1,
        "nineMetreLeftShootingAccuracy": 1,
        "nineMetreLeftShootingAccuracyPerMatch": 1,
        "nineMetreLeftShots": 1,
        "nineMetreLeftShotsPerMatch": 1,
        "nineMetreLeftShotsBlocked": 1,
        "nineMetreLeftShotsBlockedPerMatch": 1,
        "nineMetreLeftShotsOnGoal": 1,
        "nineMetreLeftShotsOnGoalPerMatch": 1,
        "nineMetreMissedShots": 1,
        "nineMetreMissedShotsPerMatch": 1,
        "nineMetrePostHits": 1,
        "nineMetrePostHitsPerMatch": 1,
        "nineMetreRightGoalsScored": 1,
        "nineMetreRightGoalsScoredPerMatch": 1,
        "nineMetreRightMissedShots": 1,
        "nineMetreRightMissedShotsPerMatch": 1,
        "nineMetreRightPostHits": 1,
        "nineMetreRightPostHitsPerMatch": 1,
        "nineMetreRightShootingAccuracy": 1,
        "nineMetreRightShootingAccuracyPerMatch": 1,
        "nineMetreRightShots": 1,
        "nineMetreRightShotsPerMatch": 1,
        "nineMetreRightShotsBlocked": 1,
        "nineMetreRightShotsBlockedPerMatch": 1,
        "nineMetreRightShotsOnGoal": 1,
        "nineMetreRightShotsOnGoalPerMatch": 1,
        "nineMetreShootingAccuracy": 1,
        "nineMetreShootingAccuracyPerMatch": 1,
        "nineMetreShots": 1,
        "nineMetreShotsPerMatch": 1,
        "nineMetreShotsBlocked": 1,
        "nineMetreShotsBlockedPerMatch": 1,
        "nineMetreShotsOnGoal": 1,
        "nineMetreShotsOnGoalPerMatch": 1,
        "passivePlay": 1,
        "pivotGoalsScored": 1,
        "pivotGoalsScoredPerMatch": 1,
        "pivotMissedShots": 1,
        "pivotMissedShotsPerMatch": 1,
        "pivotPostHits": 1,
        "pivotPostHitsPerMatch": 1,
        "pivotShootingAccuracy": 1,
        "pivotShootingAccuracyPerMatch": 1,
        "pivotShots": 1,
        "pivotShotsPerMatch": 1,
        "pivotShotsBlocked": 1,
        "pivotShotsBlockedPerMatch": 1,
        "pivotShotsOnGoal": 1,
        "pivotShotsOnGoalPerMatch": 1,
        "postHits": 1,
        "postHitsPerMatch": 1,
        "redCards": 1,
        "redCardsPerMatch": 1,
        "sevenMetreGoalsScored": 1,
        "sevenMetreGoalsScoredPerMatch": 1,
        "sevenMetreMissedShots": 1,
        "sevenMetreMissedShotsPerMatch": 1,
        "sevenMetrePenaltiesAwarded": 1,
        "sevenMetrePenaltiesAwardedPerMatch": 1,
        "sevenMetrePenaltiesCaused": 1,
        "sevenMetrePenaltiesCausedPerMatch": 1,
        "sevenMetrePenaltyFouls": 1,
        "sevenMetrePenaltyFoulsPerMatch": 1,
        "sevenMetrePostHits": 1,
        "sevenMetrePostHitsPerMatch": 1,
        "sevenMetreShootingAccuracy": 1,
        "sevenMetreShootingAccuracyPerMatch": 1,
        "sevenMetreShots": 1,
        "sevenMetreShotsPerMatch": 1,
        "sevenMetreShotsBlocked": 1,
        "sevenMetreShotsBlockedPerMatch": 1,
        "sevenMetreShotsOnGoal": 1,
        "sevenMetreShotsOnGoalPerMatch": 1,
        "shootingAccuracy": 1,
        "shootingAccuracyPerMatch": 1,
        "shootOuts": 1,
        "shootOutsPerMatch": 1,
        "shootOutsMade": 1,
        "shootOutsMadePerMatch": 1,
        "shootOutsMissed": 1,
        "shootOutsMissedPerMatch": 1,
        "shootOutsSaved": 1,
        "shootOutsSavedPerMatch": 1,
        "shots": 1,
        "shotsPerMatch": 1,
        "shotsBlocked": 1,
        "shotsBlockedPerMatch": 1,
        "shotsOnGoal": 1,
        "shotsOnGoalPerMatch": 1,
        "shotsSavedByGoalKeeper": 1,
        "shotsSavedByGoalKeeperPerMatch": 1,
        "sixMetreCentreGoalsScored": 1,
        "sixMetreCentreGoalsScoredPerMatch": 1,
        "sixMetreCentreMissedShots": 1,
        "sixMetreCentreMissedShotsPerMatch": 1,
        "sixMetreCentrePostHits": 1,
        "sixMetreCentrePostHitsPerMatch": 1,
        "sixMetreCentreShootingAccuracy": 1,
        "sixMetreCentreShootingAccuracyPerMatch": 1,
        "sixMetreCentreShots": 1,
        "sixMetreCentreShotsPerMatch": 1,
        "sixMetreCentreShotsBlocked": 1,
        "sixMetreCentreShotsBlockedPerMatch": 1,
        "sixMetreCentreShotsOnGoal": 1,
        "sixMetreCentreShotsOnGoalPerMatch": 1,
        "sixMetreGoalsScored": 1,
        "sixMetreGoalsScoredPerMatch": 1,
        "sixMetreLeftGoalsScored": 1,
        "sixMetreLeftGoalsScoredPerMatch": 1,
        "sixMetreLeftMissedShots": 1,
        "sixMetreLeftMissedShotsPerMatch": 1,
        "sixMetreLeftPostHits": 1,
        "sixMetreLeftPostHitsPerMatch": 1,
        "sixMetreLeftShootingAccuracy": 1,
        "sixMetreLeftShootingAccuracyPerMatch": 1,
        "sixMetreLeftShots": 1,
        "sixMetreLeftShotsPerMatch": 1,
        "sixMetreLeftShotsBlocked": 1,
        "sixMetreLeftShotsBlockedPerMatch": 1,
        "sixMetreLeftShotsOnGoal": 1,
        "sixMetreLeftShotsOnGoalPerMatch": 1,
        "sixMetreMissedShots": 1,
        "sixMetreMissedShotsPerMatch": 1,
        "sixMetrePostHits": 1,
        "sixMetrePostHitsPerMatch": 1,
        "sixMetreRightGoalsScored": 1,
        "sixMetreRightGoalsScoredPerMatch": 1,
        "sixMetreRightMissedShots": 1,
        "sixMetreRightMissedShotsPerMatch": 1,
        "sixMetreRightPostHits": 1,
        "sixMetreRightPostHitsPerMatch": 1,
        "sixMetreRightShootingAccuracy": 1,
        "sixMetreRightShootingAccuracyPerMatch": 1,
        "sixMetreRightShots": 1,
        "sixMetreRightShotsPerMatch": 1,
        "sixMetreRightShotsBlocked": 1,
        "sixMetreRightShotsBlockedPerMatch": 1,
        "sixMetreRightShotsOnGoal": 1,
        "sixMetreRightShotsOnGoalPerMatch": 1,
        "sixMetreShootingAccuracy": 1,
        "sixMetreShootingAccuracyPerMatch": 1,
        "sixMetreShots": 1,
        "sixMetreShotsPerMatch": 1,
        "sixMetreShotsBlocked": 1,
        "sixMetreShotsBlockedPerMatch": 1,
        "sixMetreShotsOnGoal": 1,
        "sixMetreShotsOnGoalPerMatch": 1,
        "speedDistancePerTime": 1,
        "speedMax": 1,
        "steals": 1,
        "stealsPerMatch": 1,
        "substitutions": 1,
        "substitutionsPerMatch": 1,
        "suspensions": 1,
        "suspensionsPerMatch": 1,
        "technicalBallFaults": 1,
        "technicalBallFaultsPerMatch": 1,
        "technicalFaults": 1,
        "technicalFaultsPerMatch": 1,
        "technicalRuleFaults": 1,
        "technicalRuleFaultsPerMatch": 1,
        "timeOnPlayingField": "text",
        "timeBallPossession": "text",
        "timePlayed": 1,
        "timePlayedPerMatch": 1,
        "turnovers": 1,
        "turnoversPerMatch": 1,
        "twoMinuteSuspensions": 1,
        "twoMinuteSuspensionsPerMatch": 1,
        "wingGoalsScored": 1,
        "wingGoalsScoredPerMatch": 1,
        "wingLeftGoalsScored": 1,
        "wingLeftGoalsScoredPerMatch": 1,
        "wingLeftMissedShots": 1,
        "wingLeftMissedShotsPerMatch": 1,
        "wingLeftPostHits": 1,
        "wingLeftPostHitsPerMatch": 1,
        "wingLeftShootingAccuracy": 1,
        "wingLeftShootingAccuracyPerMatch": 1,
        "wingLeftShots": 1,
        "wingLeftShotsPerMatch": 1,
        "wingLeftShotsBlocked": 1,
        "wingLeftShotsBlockedPerMatch": 1,
        "wingLeftShotsOnGoal": 1,
        "wingLeftShotsOnGoalPerMatch": 1,
        "wingMissedShots": 1,
        "wingMissedShotsPerMatch": 1,
        "wingPostHits": 1,
        "wingPostHitsPerMatch": 1,
        "wingRightGoalsScored": 1,
        "wingRightGoalsScoredPerMatch": 1,
        "wingRightMissedShots": 1,
        "wingRightMissedShotsPerMatch": 1,
        "wingRightPostHits": 1,
        "wingRightPostHitsPerMatch": 1,
        "wingRightShootingAccuracy": 1,
        "wingRightShootingAccuracyPerMatch": 1,
        "wingRightShots": 1,
        "wingRightShotsPerMatch": 1,
        "wingRightShotsBlocked": 1,
        "wingRightShotsBlockedPerMatch": 1,
        "wingRightShotsOnGoal": 1,
        "wingRightShotsOnGoalPerMatch": 1,
        "wingShootingAccuracy": 1,
        "wingShootingAccuracyPerMatch": 1,
        "wingShots": 1,
        "wingShotsPerMatch": 1,
        "wingShotsBlocked": 1,
        "wingShotsBlockedPerMatch": 1,
        "wingShotsOnGoal": 1,
        "wingShotsOnGoalPerMatch": 1,
        "wins": 1,
        "yellowCards": 1,
        "yellowCardsPerMatch": 1
      },
      "updated": "2025-11-19T05:25:12.084Z",
      "added": "2025-11-19T05:25:12.084Z"
    }
  ]
}

Delete season person base statistics

delete
/handball/o/{organizationId}/statistics/base/for/person/in/seasons/{seasonId}

Delete a base statistic record for a person in a season.

Required scopes
This endpoint requires the following scopes:
  • : Write/Update any data from below the organization
Authorizations
OAuth2clientCredentialsRequired

You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.

Token URL:
Path parameters
organizationIdstring · min: 5 · max: 5Required

The unique identifier of the organization

Example: b1a23
seasonIdstring · uuidRequired

The unique identifier of the season

Example: 009e9276-5c80-11e8-9c2d-fa7ae01bbebc
Query parameters
competitorTypestring · enumOptional

The type of competitors in this fixture

  • ENTITY Entity
  • PERSON Person
Example: PERSONPossible values:
entityIdstring · uuidOptional

The unique identifier of the entity

Example: 009e9276-5c80-11e8-9c2d-fa7ae01bbebc
externalstringOptional

A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.

Example: entityId,personId
fieldsstringOptional

A comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.

Example: dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]
fixtureTypestring · enum · max: 50Optional

Type of Fixture

  • ALL_STAR All Star
  • DEMONSTRATION Demonstration
  • FINAL Final
  • FRIENDLY Friendly
  • PLAYOFF Playoff
  • PRESEASON Pre Season
  • REGULAR Regular
Example: REGULARPossible values:
forceDeletebooleanOptional

Force a delete command to run and delete child records as well if there are existing records depending on the record.

Example: true
hideNullbooleanOptional

Don't display data fields with null values or empty structures

Example: true
includestringOptional

A comma separated list of resource types to include. See Resource Inclusion for more information.

Example: organizations,fixtures,entities
personIdstring · uuidOptional

The unique identifier of the person

Example: 009e9276-5c80-11e8-9c2d-fa7ae01bbebc
Responses
200

Successful operation

application/json
delete
/handball/o/{organizationId}/statistics/base/for/person/in/seasons/{seasonId}
DELETE /v1/handball/o/{organizationId}/statistics/base/for/person/in/seasons/{seasonId} HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "meta": {
    "version": 1,
    "codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
    "code": 200,
    "time": "2018-06-05 23:43:41.227584+00:00",
    "fromCache": false,
    "count": 7,
    "limit": 10,
    "offset": 10,
    "generationTime": 0.011604
  },
  "links": {
    "self": "https://example.com",
    "next": "https://example.com",
    "previous": "https://example.com"
  },
  "included": {
    "resources": {
      "ANY_ADDITIONAL_PROPERTY": "league"
    }
  },
  "data": [
    {
      "seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
      "season": {
        "resourceType": "seasons",
        "id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
      },
      "personId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
      "person": {
        "resourceType": "persons",
        "id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
      },
      "entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
      "entity": {
        "resourceType": "entities",
        "id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
      },
      "organizationId": "9",
      "organization": {
        "resourceType": "organizations",
        "id": "9"
      },
      "fixtureType": "REGULAR",
      "competitorType": "ENTITY",
      "representing": "AUSTRALIA",
      "statistics": {
        "airtimeMax": "text",
        "assists": 1,
        "assistsPerMatch": 1,
        "backCourtGoalsScored": 1,
        "backCourtGoalsScoredPerMatch": 1,
        "backCourtMissedShots": 1,
        "backCourtMissedShotsPerMatch": 1,
        "backCourtPostHits": 1,
        "backCourtPostHitsPerMatch": 1,
        "backCourtShootingAccuracy": 1,
        "backCourtShootingAccuracyPerMatch": 1,
        "backCourtShots": 1,
        "backCourtShotsPerMatch": 1,
        "backCourtShotsBlocked": 1,
        "backCourtShotsBlockedPerMatch": 1,
        "backCourtShotsOnGoal": 1,
        "backCourtShotsOnGoalPerMatch": 1,
        "blocks": 1,
        "blocksPerMatch": 1,
        "blueCards": 1,
        "blueCardsPerMatch": 1,
        "breakThroughGoalsScored": 1,
        "breakThroughGoalsScoredPerMatch": 1,
        "breakThroughMissedShots": 1,
        "breakThroughMissedShotsPerMatch": 1,
        "breakThroughPostHits": 1,
        "breakThroughPostHitsPerMatch": 1,
        "breakThroughShootingAccuracy": 1,
        "breakThroughShootingAccuracyPerMatch": 1,
        "breakThroughShots": 1,
        "breakThroughShotsPerMatch": 1,
        "breakThroughShotsBlocked": 1,
        "breakThroughShotsBlockedPerMatch": 1,
        "breakThroughShotsOnGoal": 1,
        "breakThroughShotsOnGoalPerMatch": 1,
        "cards": 1,
        "cardsPerMatch": 1,
        "distanceSpeedCategory1": 1,
        "distanceSpeedCategory2": 1,
        "distanceSpeedCategory3": 1,
        "distanceSpeedCategory4": 1,
        "distanceSpeedCategory5": 1,
        "distanceTotal": 1,
        "draws": 1,
        "emptyNetGoalsScored": 1,
        "fastBreakGoalsScored": 1,
        "fastBreakGoalsScoredPerMatch": 1,
        "fastBreakMissedShots": 1,
        "fastBreakMissedShotsPerMatch": 1,
        "fastBreakPostHits": 1,
        "fastBreakPostHitsPerMatch": 1,
        "fastBreakShootingAccuracy": 1,
        "fastBreakShootingAccuracyPerMatch": 1,
        "fastBreakShots": 1,
        "fastBreakShotsPerMatch": 1,
        "fastBreakShotsBlocked": 1,
        "fastBreakShotsBlockedPerMatch": 1,
        "fastBreakShotsOnGoal": 1,
        "fastBreakShotsOnGoalPerMatch": 1,
        "fieldGoalsScored": 1,
        "fieldGoalsScoredPerMatch": 1,
        "fieldMissedShots": 1,
        "fieldMissedShotsPerMatch": 1,
        "fieldPostHits": 1,
        "fieldPostHitsPerMatch": 1,
        "fieldShootingAccuracy": 1,
        "fieldShootingAccuracyPerMatch": 1,
        "fieldShots": 1,
        "fieldShotsPerMatch": 1,
        "fieldShotsBlocked": 1,
        "fieldShotsBlockedPerMatch": 1,
        "fieldShotsOnGoal": 1,
        "fieldShotsOnGoalPerMatch": 1,
        "fouls": 1,
        "foulsPerMatch": 1,
        "foulsDrawn": 1,
        "foulsDrawnPerMatch": 1,
        "fourMinuteSuspensions": 1,
        "fourMinuteSuspensionsPerMatch": 1,
        "games": 1,
        "gamesStarted": 1,
        "goalKeeperBackCourtGoalsAgainst": 1,
        "goalKeeperBackCourtGoalsAgainstPerMatch": 1,
        "goalKeeperBackCourtSaveAccuracy": 1,
        "goalKeeperBackCourtSaveAccuracyPerMatch": 1,
        "goalKeeperBackCourtShotsAgainst": 1,
        "goalKeeperBackCourtShotsAgainstPerMatch": 1,
        "goalKeeperBackCourtShotsSaved": 1,
        "goalKeeperBackCourtShotsSavedPerMatch": 1,
        "goalKeeperBreakThroughGoalsAgainst": 1,
        "goalKeeperBreakThroughGoalsAgainstPerMatch": 1,
        "goalKeeperBreakThroughSaveAccuracy": 1,
        "goalKeeperBreakThroughSaveAccuracyPerMatch": 1,
        "goalKeeperBreakThroughShotsAgainst": 1,
        "goalKeeperBreakThroughShotsAgainstPerMatch": 1,
        "goalKeeperBreakThroughShotsSaved": 1,
        "goalKeeperBreakThroughShotsSavedPerMatch": 1,
        "goalKeeperFastBreakGoalsAgainst": 1,
        "goalKeeperFastBreakGoalsAgainstPerMatch": 1,
        "goalKeeperFastBreakSaveAccuracy": 1,
        "goalKeeperFastBreakSaveAccuracyPerMatch": 1,
        "goalKeeperFastBreakShotsAgainst": 1,
        "goalKeeperFastBreakShotsAgainstPerMatch": 1,
        "goalKeeperFastBreakShotsSaved": 1,
        "goalKeeperFastBreakShotsSavedPerMatch": 1,
        "goalKeeperFieldGoalsAgainst": 1,
        "goalKeeperFieldGoalsAgainstPerMatch": 1,
        "goalKeeperFieldSaveAccuracy": 1,
        "goalKeeperFieldSaveAccuracyPerMatch": 1,
        "goalKeeperFieldShotsAgainst": 1,
        "goalKeeperFieldShotsAgainstPerMatch": 1,
        "goalKeeperFieldShotsSaved": 1,
        "goalKeeperFieldShotsSavedPerMatch": 1,
        "goalKeeperGoalsAgainst": 1,
        "goalKeeperGoalsAgainstPerMatch": 1,
        "goalKeeperNineMetreCentreGoalsAgainst": 1,
        "goalKeeperNineMetreCentreGoalsAgainstPerMatch": 1,
        "goalKeeperNineMetreCentreSaveAccuracy": 1,
        "goalKeeperNineMetreCentreSaveAccuracyPerMatch": 1,
        "goalKeeperNineMetreCentreShotsAgainst": 1,
        "goalKeeperNineMetreCentreShotsAgainstPerMatch": 1,
        "goalKeeperNineMetreCentreShotsSaved": 1,
        "goalKeeperNineMetreCentreShotsSavedPerMatch": 1,
        "goalKeeperNineMetreGoalsAgainst": 1,
        "goalKeeperNineMetreGoalsAgainstPerMatch": 1,
        "goalKeeperNineMetreLeftGoalsAgainst": 1,
        "goalKeeperNineMetreLeftGoalsAgainstPerMatch": 1,
        "goalKeeperNineMetreLeftSaveAccuracy": 1,
        "goalKeeperNineMetreLeftSaveAccuracyPerMatch": 1,
        "goalKeeperNineMetreLeftShotsAgainst": 1,
        "goalKeeperNineMetreLeftShotsAgainstPerMatch": 1,
        "goalKeeperNineMetreLeftShotsSaved": 1,
        "goalKeeperNineMetreLeftShotsSavedPerMatch": 1,
        "goalKeeperNineMetreRightGoalsAgainst": 1,
        "goalKeeperNineMetreRightGoalsAgainstPerMatch": 1,
        "goalKeeperNineMetreRightSaveAccuracy": 1,
        "goalKeeperNineMetreRightSaveAccuracyPerMatch": 1,
        "goalKeeperNineMetreRightShotsAgainst": 1,
        "goalKeeperNineMetreRightShotsAgainstPerMatch": 1,
        "goalKeeperNineMetreRightShotsSaved": 1,
        "goalKeeperNineMetreRightShotsSavedPerMatch": 1,
        "goalKeeperNineMetreSaveAccuracy": 1,
        "goalKeeperNineMetreSaveAccuracyPerMatch": 1,
        "goalKeeperNineMetreShotsAgainst": 1,
        "goalKeeperNineMetreShotsAgainstPerMatch": 1,
        "goalKeeperNineMetreShotsSaved": 1,
        "goalKeeperNineMetreShotsSavedPerMatch": 1,
        "goalKeeperPivotGoalsAgainst": 1,
        "goalKeeperPivotGoalsAgainstPerMatch": 1,
        "goalKeeperPivotSaveAccuracy": 1,
        "goalKeeperPivotSaveAccuracyPerMatch": 1,
        "goalKeeperPivotShotsAgainst": 1,
        "goalKeeperPivotShotsAgainstPerMatch": 1,
        "goalKeeperPivotShotsSaved": 1,
        "goalKeeperPivotShotsSavedPerMatch": 1,
        "goalKeeperSaveAccuracy": 1,
        "goalKeeperSaveAccuracyPerMatch": 1,
        "goalKeeperSecondsPlayed": 1,
        "goalKeeperSecondsPlayedPerMatch": 1,
        "goalKeeperSevenMetreGoalsAgainst": 1,
        "goalKeeperSevenMetreGoalsAgainstPerMatch": 1,
        "goalKeeperSevenMetreSaveAccuracy": 1,
        "goalKeeperSevenMetreSaveAccuracyPerMatch": 1,
        "goalKeeperSevenMetreShotsAgainst": 1,
        "goalKeeperSevenMetreShotsAgainstPerMatch": 1,
        "goalKeeperSevenMetreShotsSaved": 1,
        "goalKeeperSevenMetreShotsSavedPerMatch": 1,
        "goalKeeperShotsAgainst": 1,
        "goalKeeperShotsAgainstPerMatch": 1,
        "goalKeeperShotsPerGoalsAgainst": 1,
        "goalKeeperShotsSaved": 1,
        "goalKeeperShotsSavedPerMatch": 1,
        "goalKeeperSixMetreCentreGoalsAgainst": 1,
        "goalKeeperSixMetreCentreGoalsAgainstPerMatch": 1,
        "goalKeeperSixMetreCentreSaveAccuracy": 1,
        "goalKeeperSixMetreCentreSaveAccuracyPerMatch": 1,
        "goalKeeperSixMetreCentreShotsAgainst": 1,
        "goalKeeperSixMetreCentreShotsAgainstPerMatch": 1,
        "goalKeeperSixMetreCentreShotsSaved": 1,
        "goalKeeperSixMetreCentreShotsSavedPerMatch": 1,
        "goalKeeperSixMetreGoalsAgainst": 1,
        "goalKeeperSixMetreGoalsAgainstPerMatch": 1,
        "goalKeeperSixMetreLeftGoalsAgainst": 1,
        "goalKeeperSixMetreLeftGoalsAgainstPerMatch": 1,
        "goalKeeperSixMetreLeftSaveAccuracy": 1,
        "goalKeeperSixMetreLeftSaveAccuracyPerMatch": 1,
        "goalKeeperSixMetreLeftShotsAgainst": 1,
        "goalKeeperSixMetreLeftShotsAgainstPerMatch": 1,
        "goalKeeperSixMetreLeftShotsSaved": 1,
        "goalKeeperSixMetreLeftShotsSavedPerMatch": 1,
        "goalKeeperSixMetreRightGoalsAgainst": 1,
        "goalKeeperSixMetreRightGoalsAgainstPerMatch": 1,
        "goalKeeperSixMetreRightSaveAccuracy": 1,
        "goalKeeperSixMetreRightSaveAccuracyPerMatch": 1,
        "goalKeeperSixMetreRightShotsAgainst": 1,
        "goalKeeperSixMetreRightShotsAgainstPerMatch": 1,
        "goalKeeperSixMetreRightShotsSaved": 1,
        "goalKeeperSixMetreRightShotsSavedPerMatch": 1,
        "goalKeeperSixMetreSaveAccuracy": 1,
        "goalKeeperSixMetreSaveAccuracyPerMatch": 1,
        "goalKeeperSixMetreShotsAgainst": 1,
        "goalKeeperSixMetreShotsAgainstPerMatch": 1,
        "goalKeeperSixMetreShotsSaved": 1,
        "goalKeeperSixMetreShotsSavedPerMatch": 1,
        "goalKeeperWingGoalsAgainst": 1,
        "goalKeeperWingGoalsAgainstPerMatch": 1,
        "goalKeeperWingLeftGoalsAgainst": 1,
        "goalKeeperWingLeftGoalsAgainstPerMatch": 1,
        "goalKeeperWingLeftSaveAccuracy": 1,
        "goalKeeperWingLeftSaveAccuracyPerMatch": 1,
        "goalKeeperWingLeftShotsAgainst": 1,
        "goalKeeperWingLeftShotsAgainstPerMatch": 1,
        "goalKeeperWingLeftShotsSaved": 1,
        "goalKeeperWingLeftShotsSavedPerMatch": 1,
        "goalKeeperWingRightGoalsAgainst": 1,
        "goalKeeperWingRightGoalsAgainstPerMatch": 1,
        "goalKeeperWingRightSaveAccuracy": 1,
        "goalKeeperWingRightSaveAccuracyPerMatch": 1,
        "goalKeeperWingRightShotsAgainst": 1,
        "goalKeeperWingRightShotsAgainstPerMatch": 1,
        "goalKeeperWingRightShotsSaved": 1,
        "goalKeeperWingRightShotsSavedPerMatch": 1,
        "goalKeeperWingSaveAccuracy": 1,
        "goalKeeperWingSaveAccuracyPerMatch": 1,
        "goalKeeperWingShotsAgainst": 1,
        "goalKeeperWingShotsAgainstPerMatch": 1,
        "goalKeeperWingShotsSaved": 1,
        "goalKeeperWingShotsSavedPerMatch": 1,
        "goalsScored": 1,
        "goalsScoredPerMatch": 1,
        "handballPerformanceIndex": 1,
        "losses": 1,
        "matchesPlayed": 1,
        "minutes": "text",
        "minutesPerMatch": "text",
        "missedShots": 1,
        "missedShotsPerMatch": 1,
        "nineMetreCentreGoalsScored": 1,
        "nineMetreCentreGoalsScoredPerMatch": 1,
        "nineMetreCentreMissedShots": 1,
        "nineMetreCentreMissedShotsPerMatch": 1,
        "nineMetreCentrePostHits": 1,
        "nineMetreCentrePostHitsPerMatch": 1,
        "nineMetreCentreShootingAccuracy": 1,
        "nineMetreCentreShootingAccuracyPerMatch": 1,
        "nineMetreCentreShots": 1,
        "nineMetreCentreShotsPerMatch": 1,
        "nineMetreCentreShotsBlocked": 1,
        "nineMetreCentreShotsBlockedPerMatch": 1,
        "nineMetreCentreShotsOnGoal": 1,
        "nineMetreCentreShotsOnGoalPerMatch": 1,
        "nineMetreGoalsScored": 1,
        "nineMetreGoalsScoredPerMatch": 1,
        "nineMetreLeftGoalsScored": 1,
        "nineMetreLeftGoalsScoredPerMatch": 1,
        "nineMetreLeftMissedShots": 1,
        "nineMetreLeftMissedShotsPerMatch": 1,
        "nineMetreLeftPostHits": 1,
        "nineMetreLeftPostHitsPerMatch": 1,
        "nineMetreLeftShootingAccuracy": 1,
        "nineMetreLeftShootingAccuracyPerMatch": 1,
        "nineMetreLeftShots": 1,
        "nineMetreLeftShotsPerMatch": 1,
        "nineMetreLeftShotsBlocked": 1,
        "nineMetreLeftShotsBlockedPerMatch": 1,
        "nineMetreLeftShotsOnGoal": 1,
        "nineMetreLeftShotsOnGoalPerMatch": 1,
        "nineMetreMissedShots": 1,
        "nineMetreMissedShotsPerMatch": 1,
        "nineMetrePostHits": 1,
        "nineMetrePostHitsPerMatch": 1,
        "nineMetreRightGoalsScored": 1,
        "nineMetreRightGoalsScoredPerMatch": 1,
        "nineMetreRightMissedShots": 1,
        "nineMetreRightMissedShotsPerMatch": 1,
        "nineMetreRightPostHits": 1,
        "nineMetreRightPostHitsPerMatch": 1,
        "nineMetreRightShootingAccuracy": 1,
        "nineMetreRightShootingAccuracyPerMatch": 1,
        "nineMetreRightShots": 1,
        "nineMetreRightShotsPerMatch": 1,
        "nineMetreRightShotsBlocked": 1,
        "nineMetreRightShotsBlockedPerMatch": 1,
        "nineMetreRightShotsOnGoal": 1,
        "nineMetreRightShotsOnGoalPerMatch": 1,
        "nineMetreShootingAccuracy": 1,
        "nineMetreShootingAccuracyPerMatch": 1,
        "nineMetreShots": 1,
        "nineMetreShotsPerMatch": 1,
        "nineMetreShotsBlocked": 1,
        "nineMetreShotsBlockedPerMatch": 1,
        "nineMetreShotsOnGoal": 1,
        "nineMetreShotsOnGoalPerMatch": 1,
        "passivePlay": 1,
        "pivotGoalsScored": 1,
        "pivotGoalsScoredPerMatch": 1,
        "pivotMissedShots": 1,
        "pivotMissedShotsPerMatch": 1,
        "pivotPostHits": 1,
        "pivotPostHitsPerMatch": 1,
        "pivotShootingAccuracy": 1,
        "pivotShootingAccuracyPerMatch": 1,
        "pivotShots": 1,
        "pivotShotsPerMatch": 1,
        "pivotShotsBlocked": 1,
        "pivotShotsBlockedPerMatch": 1,
        "pivotShotsOnGoal": 1,
        "pivotShotsOnGoalPerMatch": 1,
        "postHits": 1,
        "postHitsPerMatch": 1,
        "redCards": 1,
        "redCardsPerMatch": 1,
        "sevenMetreGoalsScored": 1,
        "sevenMetreGoalsScoredPerMatch": 1,
        "sevenMetreMissedShots": 1,
        "sevenMetreMissedShotsPerMatch": 1,
        "sevenMetrePenaltiesAwarded": 1,
        "sevenMetrePenaltiesAwardedPerMatch": 1,
        "sevenMetrePenaltiesCaused": 1,
        "sevenMetrePenaltiesCausedPerMatch": 1,
        "sevenMetrePenaltyFouls": 1,
        "sevenMetrePenaltyFoulsPerMatch": 1,
        "sevenMetrePostHits": 1,
        "sevenMetrePostHitsPerMatch": 1,
        "sevenMetreShootingAccuracy": 1,
        "sevenMetreShootingAccuracyPerMatch": 1,
        "sevenMetreShots": 1,
        "sevenMetreShotsPerMatch": 1,
        "sevenMetreShotsBlocked": 1,
        "sevenMetreShotsBlockedPerMatch": 1,
        "sevenMetreShotsOnGoal": 1,
        "sevenMetreShotsOnGoalPerMatch": 1,
        "shootingAccuracy": 1,
        "shootingAccuracyPerMatch": 1,
        "shootOuts": 1,
        "shootOutsPerMatch": 1,
        "shootOutsMade": 1,
        "shootOutsMadePerMatch": 1,
        "shootOutsMissed": 1,
        "shootOutsMissedPerMatch": 1,
        "shootOutsSaved": 1,
        "shootOutsSavedPerMatch": 1,
        "shots": 1,
        "shotsPerMatch": 1,
        "shotsBlocked": 1,
        "shotsBlockedPerMatch": 1,
        "shotsOnGoal": 1,
        "shotsOnGoalPerMatch": 1,
        "shotsSavedByGoalKeeper": 1,
        "shotsSavedByGoalKeeperPerMatch": 1,
        "sixMetreCentreGoalsScored": 1,
        "sixMetreCentreGoalsScoredPerMatch": 1,
        "sixMetreCentreMissedShots": 1,
        "sixMetreCentreMissedShotsPerMatch": 1,
        "sixMetreCentrePostHits": 1,
        "sixMetreCentrePostHitsPerMatch": 1,
        "sixMetreCentreShootingAccuracy": 1,
        "sixMetreCentreShootingAccuracyPerMatch": 1,
        "sixMetreCentreShots": 1,
        "sixMetreCentreShotsPerMatch": 1,
        "sixMetreCentreShotsBlocked": 1,
        "sixMetreCentreShotsBlockedPerMatch": 1,
        "sixMetreCentreShotsOnGoal": 1,
        "sixMetreCentreShotsOnGoalPerMatch": 1,
        "sixMetreGoalsScored": 1,
        "sixMetreGoalsScoredPerMatch": 1,
        "sixMetreLeftGoalsScored": 1,
        "sixMetreLeftGoalsScoredPerMatch": 1,
        "sixMetreLeftMissedShots": 1,
        "sixMetreLeftMissedShotsPerMatch": 1,
        "sixMetreLeftPostHits": 1,
        "sixMetreLeftPostHitsPerMatch": 1,
        "sixMetreLeftShootingAccuracy": 1,
        "sixMetreLeftShootingAccuracyPerMatch": 1,
        "sixMetreLeftShots": 1,
        "sixMetreLeftShotsPerMatch": 1,
        "sixMetreLeftShotsBlocked": 1,
        "sixMetreLeftShotsBlockedPerMatch": 1,
        "sixMetreLeftShotsOnGoal": 1,
        "sixMetreLeftShotsOnGoalPerMatch": 1,
        "sixMetreMissedShots": 1,
        "sixMetreMissedShotsPerMatch": 1,
        "sixMetrePostHits": 1,
        "sixMetrePostHitsPerMatch": 1,
        "sixMetreRightGoalsScored": 1,
        "sixMetreRightGoalsScoredPerMatch": 1,
        "sixMetreRightMissedShots": 1,
        "sixMetreRightMissedShotsPerMatch": 1,
        "sixMetreRightPostHits": 1,
        "sixMetreRightPostHitsPerMatch": 1,
        "sixMetreRightShootingAccuracy": 1,
        "sixMetreRightShootingAccuracyPerMatch": 1,
        "sixMetreRightShots": 1,
        "sixMetreRightShotsPerMatch": 1,
        "sixMetreRightShotsBlocked": 1,
        "sixMetreRightShotsBlockedPerMatch": 1,
        "sixMetreRightShotsOnGoal": 1,
        "sixMetreRightShotsOnGoalPerMatch": 1,
        "sixMetreShootingAccuracy": 1,
        "sixMetreShootingAccuracyPerMatch": 1,
        "sixMetreShots": 1,
        "sixMetreShotsPerMatch": 1,
        "sixMetreShotsBlocked": 1,
        "sixMetreShotsBlockedPerMatch": 1,
        "sixMetreShotsOnGoal": 1,
        "sixMetreShotsOnGoalPerMatch": 1,
        "speedDistancePerTime": 1,
        "speedMax": 1,
        "steals": 1,
        "stealsPerMatch": 1,
        "substitutions": 1,
        "substitutionsPerMatch": 1,
        "suspensions": 1,
        "suspensionsPerMatch": 1,
        "technicalBallFaults": 1,
        "technicalBallFaultsPerMatch": 1,
        "technicalFaults": 1,
        "technicalFaultsPerMatch": 1,
        "technicalRuleFaults": 1,
        "technicalRuleFaultsPerMatch": 1,
        "timeOnPlayingField": "text",
        "timeBallPossession": "text",
        "timePlayed": 1,
        "timePlayedPerMatch": 1,
        "turnovers": 1,
        "turnoversPerMatch": 1,
        "twoMinuteSuspensions": 1,
        "twoMinuteSuspensionsPerMatch": 1,
        "wingGoalsScored": 1,
        "wingGoalsScoredPerMatch": 1,
        "wingLeftGoalsScored": 1,
        "wingLeftGoalsScoredPerMatch": 1,
        "wingLeftMissedShots": 1,
        "wingLeftMissedShotsPerMatch": 1,
        "wingLeftPostHits": 1,
        "wingLeftPostHitsPerMatch": 1,
        "wingLeftShootingAccuracy": 1,
        "wingLeftShootingAccuracyPerMatch": 1,
        "wingLeftShots": 1,
        "wingLeftShotsPerMatch": 1,
        "wingLeftShotsBlocked": 1,
        "wingLeftShotsBlockedPerMatch": 1,
        "wingLeftShotsOnGoal": 1,
        "wingLeftShotsOnGoalPerMatch": 1,
        "wingMissedShots": 1,
        "wingMissedShotsPerMatch": 1,
        "wingPostHits": 1,
        "wingPostHitsPerMatch": 1,
        "wingRightGoalsScored": 1,
        "wingRightGoalsScoredPerMatch": 1,
        "wingRightMissedShots": 1,
        "wingRightMissedShotsPerMatch": 1,
        "wingRightPostHits": 1,
        "wingRightPostHitsPerMatch": 1,
        "wingRightShootingAccuracy": 1,
        "wingRightShootingAccuracyPerMatch": 1,
        "wingRightShots": 1,
        "wingRightShotsPerMatch": 1,
        "wingRightShotsBlocked": 1,
        "wingRightShotsBlockedPerMatch": 1,
        "wingRightShotsOnGoal": 1,
        "wingRightShotsOnGoalPerMatch": 1,
        "wingShootingAccuracy": 1,
        "wingShootingAccuracyPerMatch": 1,
        "wingShots": 1,
        "wingShotsPerMatch": 1,
        "wingShotsBlocked": 1,
        "wingShotsBlockedPerMatch": 1,
        "wingShotsOnGoal": 1,
        "wingShotsOnGoalPerMatch": 1,
        "wins": 1,
        "yellowCards": 1,
        "yellowCardsPerMatch": 1
      },
      "updated": "2025-11-19T05:25:12.084Z",
      "added": "2025-11-19T05:25:12.084Z"
    }
  ]
}

Create/Update season person base statistics

post
/handball/o/{organizationId}/statistics/base/for/person/in/seasons

Depending on the data, add or update a base statistic record for a person in a season.

Required scopes
This endpoint requires the following scopes:
  • : Write/Update any data from below the organization
Authorizations
OAuth2clientCredentialsRequired

You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.

Token URL:
Path parameters
organizationIdstring · min: 5 · max: 5Required

The unique identifier of the organization

Example: b1a23
Query parameters
externalstringOptional

A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.

Example: entityId,personId
fieldsstringOptional

A comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.

Example: dob,firstName,organization(id),organizations[name], teams[name,details/metrics/*,tags(id)]
hideNullbooleanOptional

Don't display data fields with null values or empty structures

Example: true
includestringOptional

A comma separated list of resource types to include. See Resource Inclusion for more information.

Example: organizations,fixtures,entities
Body
seasonIdstring · uuidRequired

The unique identifier of the season

Example: 009e9276-5c80-11e8-9c2d-fa7ae01bbebc
personIdstring · uuidRequired

The unique identifier of the person

Example: 009e9276-5c80-11e8-9c2d-fa7ae01bbebc
entityIdstring · uuidOptional

The unique identifier of the team

Example: 009e9276-5c80-11e8-9c2d-fa7ae01bbebc
fixtureTypestring · enum · max: 50Required

Type of match

  • ALL_STAR All Star
  • DEMONSTRATION Demonstration
  • FINAL Final
  • FRIENDLY Friendly
  • PLAYOFF Playoff
  • PRESEASON Pre Season
  • REGULAR Regular
Example: REGULARPossible values:
competitorTypestring · enum · max: 50Required

The type of competitors in this match

  • ENTITY Entity
  • PERSON Person
Example: ENTITYPossible values:
representingstring · max: 100Optional

Who was being represented for the season base statistics

Example: AUSTRALIA
Responses
200

Successful operation

application/json
post
/handball/o/{organizationId}/statistics/base/for/person/in/seasons
POST /v1/handball/o/{organizationId}/statistics/base/for/person/in/seasons HTTP/1.1
Host: api.dc.connect.sportradar.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 15005

{
  "seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
  "personId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
  "entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
  "fixtureType": "REGULAR",
  "competitorType": "ENTITY",
  "representing": "AUSTRALIA",
  "statistics": {
    "airtimeMax": "text",
    "assists": 1,
    "assistsPerMatch": 1,
    "backCourtGoalsScored": 1,
    "backCourtGoalsScoredPerMatch": 1,
    "backCourtMissedShots": 1,
    "backCourtMissedShotsPerMatch": 1,
    "backCourtPostHits": 1,
    "backCourtPostHitsPerMatch": 1,
    "backCourtShootingAccuracy": 1,
    "backCourtShootingAccuracyPerMatch": 1,
    "backCourtShots": 1,
    "backCourtShotsPerMatch": 1,
    "backCourtShotsBlocked": 1,
    "backCourtShotsBlockedPerMatch": 1,
    "backCourtShotsOnGoal": 1,
    "backCourtShotsOnGoalPerMatch": 1,
    "blocks": 1,
    "blocksPerMatch": 1,
    "blueCards": 1,
    "blueCardsPerMatch": 1,
    "breakThroughGoalsScored": 1,
    "breakThroughGoalsScoredPerMatch": 1,
    "breakThroughMissedShots": 1,
    "breakThroughMissedShotsPerMatch": 1,
    "breakThroughPostHits": 1,
    "breakThroughPostHitsPerMatch": 1,
    "breakThroughShootingAccuracy": 1,
    "breakThroughShootingAccuracyPerMatch": 1,
    "breakThroughShots": 1,
    "breakThroughShotsPerMatch": 1,
    "breakThroughShotsBlocked": 1,
    "breakThroughShotsBlockedPerMatch": 1,
    "breakThroughShotsOnGoal": 1,
    "breakThroughShotsOnGoalPerMatch": 1,
    "cards": 1,
    "cardsPerMatch": 1,
    "distanceSpeedCategory1": 1,
    "distanceSpeedCategory2": 1,
    "distanceSpeedCategory3": 1,
    "distanceSpeedCategory4": 1,
    "distanceSpeedCategory5": 1,
    "distanceTotal": 1,
    "draws": 1,
    "emptyNetGoalsScored": 1,
    "fastBreakGoalsScored": 1,
    "fastBreakGoalsScoredPerMatch": 1,
    "fastBreakMissedShots": 1,
    "fastBreakMissedShotsPerMatch": 1,
    "fastBreakPostHits": 1,
    "fastBreakPostHitsPerMatch": 1,
    "fastBreakShootingAccuracy": 1,
    "fastBreakShootingAccuracyPerMatch": 1,
    "fastBreakShots": 1,
    "fastBreakShotsPerMatch": 1,
    "fastBreakShotsBlocked": 1,
    "fastBreakShotsBlockedPerMatch": 1,
    "fastBreakShotsOnGoal": 1,
    "fastBreakShotsOnGoalPerMatch": 1,
    "fieldGoalsScored": 1,
    "fieldGoalsScoredPerMatch": 1,
    "fieldMissedShots": 1,
    "fieldMissedShotsPerMatch": 1,
    "fieldPostHits": 1,
    "fieldPostHitsPerMatch": 1,
    "fieldShootingAccuracy": 1,
    "fieldShootingAccuracyPerMatch": 1,
    "fieldShots": 1,
    "fieldShotsPerMatch": 1,
    "fieldShotsBlocked": 1,
    "fieldShotsBlockedPerMatch": 1,
    "fieldShotsOnGoal": 1,
    "fieldShotsOnGoalPerMatch": 1,
    "fouls": 1,
    "foulsPerMatch": 1,
    "foulsDrawn": 1,
    "foulsDrawnPerMatch": 1,
    "fourMinuteSuspensions": 1,
    "fourMinuteSuspensionsPerMatch": 1,
    "games": 1,
    "gamesStarted": 1,
    "goalKeeperBackCourtGoalsAgainst": 1,
    "goalKeeperBackCourtGoalsAgainstPerMatch": 1,
    "goalKeeperBackCourtSaveAccuracy": 1,
    "goalKeeperBackCourtSaveAccuracyPerMatch": 1,
    "goalKeeperBackCourtShotsAgainst": 1,
    "goalKeeperBackCourtShotsAgainstPerMatch": 1,
    "goalKeeperBackCourtShotsSaved": 1,
    "goalKeeperBackCourtShotsSavedPerMatch": 1,
    "goalKeeperBreakThroughGoalsAgainst": 1,
    "goalKeeperBreakThroughGoalsAgainstPerMatch": 1,
    "goalKeeperBreakThroughSaveAccuracy": 1,
    "goalKeeperBreakThroughSaveAccuracyPerMatch": 1,
    "goalKeeperBreakThroughShotsAgainst": 1,
    "goalKeeperBreakThroughShotsAgainstPerMatch": 1,
    "goalKeeperBreakThroughShotsSaved": 1,
    "goalKeeperBreakThroughShotsSavedPerMatch": 1,
    "goalKeeperFastBreakGoalsAgainst": 1,
    "goalKeeperFastBreakGoalsAgainstPerMatch": 1,
    "goalKeeperFastBreakSaveAccuracy": 1,
    "goalKeeperFastBreakSaveAccuracyPerMatch": 1,
    "goalKeeperFastBreakShotsAgainst": 1,
    "goalKeeperFastBreakShotsAgainstPerMatch": 1,
    "goalKeeperFastBreakShotsSaved": 1,
    "goalKeeperFastBreakShotsSavedPerMatch": 1,
    "goalKeeperFieldGoalsAgainst": 1,
    "goalKeeperFieldGoalsAgainstPerMatch": 1,
    "goalKeeperFieldSaveAccuracy": 1,
    "goalKeeperFieldSaveAccuracyPerMatch": 1,
    "goalKeeperFieldShotsAgainst": 1,
    "goalKeeperFieldShotsAgainstPerMatch": 1,
    "goalKeeperFieldShotsSaved": 1,
    "goalKeeperFieldShotsSavedPerMatch": 1,
    "goalKeeperGoalsAgainst": 1,
    "goalKeeperGoalsAgainstPerMatch": 1,
    "goalKeeperNineMetreCentreGoalsAgainst": 1,
    "goalKeeperNineMetreCentreGoalsAgainstPerMatch": 1,
    "goalKeeperNineMetreCentreSaveAccuracy": 1,
    "goalKeeperNineMetreCentreSaveAccuracyPerMatch": 1,
    "goalKeeperNineMetreCentreShotsAgainst": 1,
    "goalKeeperNineMetreCentreShotsAgainstPerMatch": 1,
    "goalKeeperNineMetreCentreShotsSaved": 1,
    "goalKeeperNineMetreCentreShotsSavedPerMatch": 1,
    "goalKeeperNineMetreGoalsAgainst": 1,
    "goalKeeperNineMetreGoalsAgainstPerMatch": 1,
    "goalKeeperNineMetreLeftGoalsAgainst": 1,
    "goalKeeperNineMetreLeftGoalsAgainstPerMatch": 1,
    "goalKeeperNineMetreLeftSaveAccuracy": 1,
    "goalKeeperNineMetreLeftSaveAccuracyPerMatch": 1,
    "goalKeeperNineMetreLeftShotsAgainst": 1,
    "goalKeeperNineMetreLeftShotsAgainstPerMatch": 1,
    "goalKeeperNineMetreLeftShotsSaved": 1,
    "goalKeeperNineMetreLeftShotsSavedPerMatch": 1,
    "goalKeeperNineMetreRightGoalsAgainst": 1,
    "goalKeeperNineMetreRightGoalsAgainstPerMatch": 1,
    "goalKeeperNineMetreRightSaveAccuracy": 1,
    "goalKeeperNineMetreRightSaveAccuracyPerMatch": 1,
    "goalKeeperNineMetreRightShotsAgainst": 1,
    "goalKeeperNineMetreRightShotsAgainstPerMatch": 1,
    "goalKeeperNineMetreRightShotsSaved": 1,
    "goalKeeperNineMetreRightShotsSavedPerMatch": 1,
    "goalKeeperNineMetreSaveAccuracy": 1,
    "goalKeeperNineMetreSaveAccuracyPerMatch": 1,
    "goalKeeperNineMetreShotsAgainst": 1,
    "goalKeeperNineMetreShotsAgainstPerMatch": 1,
    "goalKeeperNineMetreShotsSaved": 1,
    "goalKeeperNineMetreShotsSavedPerMatch": 1,
    "goalKeeperPivotGoalsAgainst": 1,
    "goalKeeperPivotGoalsAgainstPerMatch": 1,
    "goalKeeperPivotSaveAccuracy": 1,
    "goalKeeperPivotSaveAccuracyPerMatch": 1,
    "goalKeeperPivotShotsAgainst": 1,
    "goalKeeperPivotShotsAgainstPerMatch": 1,
    "goalKeeperPivotShotsSaved": 1,
    "goalKeeperPivotShotsSavedPerMatch": 1,
    "goalKeeperSaveAccuracy": 1,
    "goalKeeperSaveAccuracyPerMatch": 1,
    "goalKeeperSecondsPlayed": 1,
    "goalKeeperSecondsPlayedPerMatch": 1,
    "goalKeeperSevenMetreGoalsAgainst": 1,
    "goalKeeperSevenMetreGoalsAgainstPerMatch": 1,
    "goalKeeperSevenMetreSaveAccuracy": 1,
    "goalKeeperSevenMetreSaveAccuracyPerMatch": 1,
    "goalKeeperSevenMetreShotsAgainst": 1,
    "goalKeeperSevenMetreShotsAgainstPerMatch": 1,
    "goalKeeperSevenMetreShotsSaved": 1,
    "goalKeeperSevenMetreShotsSavedPerMatch": 1,
    "goalKeeperShotsAgainst": 1,
    "goalKeeperShotsAgainstPerMatch": 1,
    "goalKeeperShotsPerGoalsAgainst": 1,
    "goalKeeperShotsSaved": 1,
    "goalKeeperShotsSavedPerMatch": 1,
    "goalKeeperSixMetreCentreGoalsAgainst": 1,
    "goalKeeperSixMetreCentreGoalsAgainstPerMatch": 1,
    "goalKeeperSixMetreCentreSaveAccuracy": 1,
    "goalKeeperSixMetreCentreSaveAccuracyPerMatch": 1,
    "goalKeeperSixMetreCentreShotsAgainst": 1,
    "goalKeeperSixMetreCentreShotsAgainstPerMatch": 1,
    "goalKeeperSixMetreCentreShotsSaved": 1,
    "goalKeeperSixMetreCentreShotsSavedPerMatch": 1,
    "goalKeeperSixMetreGoalsAgainst": 1,
    "goalKeeperSixMetreGoalsAgainstPerMatch": 1,
    "goalKeeperSixMetreLeftGoalsAgainst": 1,
    "goalKeeperSixMetreLeftGoalsAgainstPerMatch": 1,
    "goalKeeperSixMetreLeftSaveAccuracy": 1,
    "goalKeeperSixMetreLeftSaveAccuracyPerMatch": 1,
    "goalKeeperSixMetreLeftShotsAgainst": 1,
    "goalKeeperSixMetreLeftShotsAgainstPerMatch": 1,
    "goalKeeperSixMetreLeftShotsSaved": 1,
    "goalKeeperSixMetreLeftShotsSavedPerMatch": 1,
    "goalKeeperSixMetreRightGoalsAgainst": 1,
    "goalKeeperSixMetreRightGoalsAgainstPerMatch": 1,
    "goalKeeperSixMetreRightSaveAccuracy": 1,
    "goalKeeperSixMetreRightSaveAccuracyPerMatch": 1,
    "goalKeeperSixMetreRightShotsAgainst": 1,
    "goalKeeperSixMetreRightShotsAgainstPerMatch": 1,
    "goalKeeperSixMetreRightShotsSaved": 1,
    "goalKeeperSixMetreRightShotsSavedPerMatch": 1,
    "goalKeeperSixMetreSaveAccuracy": 1,
    "goalKeeperSixMetreSaveAccuracyPerMatch": 1,
    "goalKeeperSixMetreShotsAgainst": 1,
    "goalKeeperSixMetreShotsAgainstPerMatch": 1,
    "goalKeeperSixMetreShotsSaved": 1,
    "goalKeeperSixMetreShotsSavedPerMatch": 1,
    "goalKeeperWingGoalsAgainst": 1,
    "goalKeeperWingGoalsAgainstPerMatch": 1,
    "goalKeeperWingLeftGoalsAgainst": 1,
    "goalKeeperWingLeftGoalsAgainstPerMatch": 1,
    "goalKeeperWingLeftSaveAccuracy": 1,
    "goalKeeperWingLeftSaveAccuracyPerMatch": 1,
    "goalKeeperWingLeftShotsAgainst": 1,
    "goalKeeperWingLeftShotsAgainstPerMatch": 1,
    "goalKeeperWingLeftShotsSaved": 1,
    "goalKeeperWingLeftShotsSavedPerMatch": 1,
    "goalKeeperWingRightGoalsAgainst": 1,
    "goalKeeperWingRightGoalsAgainstPerMatch": 1,
    "goalKeeperWingRightSaveAccuracy": 1,
    "goalKeeperWingRightSaveAccuracyPerMatch": 1,
    "goalKeeperWingRightShotsAgainst": 1,
    "goalKeeperWingRightShotsAgainstPerMatch": 1,
    "goalKeeperWingRightShotsSaved": 1,
    "goalKeeperWingRightShotsSavedPerMatch": 1,
    "goalKeeperWingSaveAccuracy": 1,
    "goalKeeperWingSaveAccuracyPerMatch": 1,
    "goalKeeperWingShotsAgainst": 1,
    "goalKeeperWingShotsAgainstPerMatch": 1,
    "goalKeeperWingShotsSaved": 1,
    "goalKeeperWingShotsSavedPerMatch": 1,
    "goalsScored": 1,
    "goalsScoredPerMatch": 1,
    "handballPerformanceIndex": 1,
    "losses": 1,
    "matchesPlayed": 1,
    "minutes": "text",
    "minutesPerMatch": "text",
    "missedShots": 1,
    "missedShotsPerMatch": 1,
    "nineMetreCentreGoalsScored": 1,
    "nineMetreCentreGoalsScoredPerMatch": 1,
    "nineMetreCentreMissedShots": 1,
    "nineMetreCentreMissedShotsPerMatch": 1,
    "nineMetreCentrePostHits": 1,
    "nineMetreCentrePostHitsPerMatch": 1,
    "nineMetreCentreShootingAccuracy": 1,
    "nineMetreCentreShootingAccuracyPerMatch": 1,
    "nineMetreCentreShots": 1,
    "nineMetreCentreShotsPerMatch": 1,
    "nineMetreCentreShotsBlocked": 1,
    "nineMetreCentreShotsBlockedPerMatch": 1,
    "nineMetreCentreShotsOnGoal": 1,
    "nineMetreCentreShotsOnGoalPerMatch": 1,
    "nineMetreGoalsScored": 1,
    "nineMetreGoalsScoredPerMatch": 1,
    "nineMetreLeftGoalsScored": 1,
    "nineMetreLeftGoalsScoredPerMatch": 1,
    "nineMetreLeftMissedShots": 1,
    "nineMetreLeftMissedShotsPerMatch": 1,
    "nineMetreLeftPostHits": 1,
    "nineMetreLeftPostHitsPerMatch": 1,
    "nineMetreLeftShootingAccuracy": 1,
    "nineMetreLeftShootingAccuracyPerMatch": 1,
    "nineMetreLeftShots": 1,
    "nineMetreLeftShotsPerMatch": 1,
    "nineMetreLeftShotsBlocked": 1,
    "nineMetreLeftShotsBlockedPerMatch": 1,
    "nineMetreLeftShotsOnGoal": 1,
    "nineMetreLeftShotsOnGoalPerMatch": 1,
    "nineMetreMissedShots": 1,
    "nineMetreMissedShotsPerMatch": 1,
    "nineMetrePostHits": 1,
    "nineMetrePostHitsPerMatch": 1,
    "nineMetreRightGoalsScored": 1,
    "nineMetreRightGoalsScoredPerMatch": 1,
    "nineMetreRightMissedShots": 1,
    "nineMetreRightMissedShotsPerMatch": 1,
    "nineMetreRightPostHits": 1,
    "nineMetreRightPostHitsPerMatch": 1,
    "nineMetreRightShootingAccuracy": 1,
    "nineMetreRightShootingAccuracyPerMatch": 1,
    "nineMetreRightShots": 1,
    "nineMetreRightShotsPerMatch": 1,
    "nineMetreRightShotsBlocked": 1,
    "nineMetreRightShotsBlockedPerMatch": 1,
    "nineMetreRightShotsOnGoal": 1,
    "nineMetreRightShotsOnGoalPerMatch": 1,
    "nineMetreShootingAccuracy": 1,
    "nineMetreShootingAccuracyPerMatch": 1,
    "nineMetreShots": 1,
    "nineMetreShotsPerMatch": 1,
    "nineMetreShotsBlocked": 1,
    "nineMetreShotsBlockedPerMatch": 1,
    "nineMetreShotsOnGoal": 1,
    "nineMetreShotsOnGoalPerMatch": 1,
    "passivePlay": 1,
    "pivotGoalsScored": 1,
    "pivotGoalsScoredPerMatch": 1,
    "pivotMissedShots": 1,
    "pivotMissedShotsPerMatch": 1,
    "pivotPostHits": 1,
    "pivotPostHitsPerMatch": 1,
    "pivotShootingAccuracy": 1,
    "pivotShootingAccuracyPerMatch": 1,
    "pivotShots": 1,
    "pivotShotsPerMatch": 1,
    "pivotShotsBlocked": 1,
    "pivotShotsBlockedPerMatch": 1,
    "pivotShotsOnGoal": 1,
    "pivotShotsOnGoalPerMatch": 1,
    "postHits": 1,
    "postHitsPerMatch": 1,
    "redCards": 1,
    "redCardsPerMatch": 1,
    "sevenMetreGoalsScored": 1,
    "sevenMetreGoalsScoredPerMatch": 1,
    "sevenMetreMissedShots": 1,
    "sevenMetreMissedShotsPerMatch": 1,
    "sevenMetrePenaltiesAwarded": 1,
    "sevenMetrePenaltiesAwardedPerMatch": 1,
    "sevenMetrePenaltiesCaused": 1,
    "sevenMetrePenaltiesCausedPerMatch": 1,
    "sevenMetrePenaltyFouls": 1,
    "sevenMetrePenaltyFoulsPerMatch": 1,
    "sevenMetrePostHits": 1,
    "sevenMetrePostHitsPerMatch": 1,
    "sevenMetreShootingAccuracy": 1,
    "sevenMetreShootingAccuracyPerMatch": 1,
    "sevenMetreShots": 1,
    "sevenMetreShotsPerMatch": 1,
    "sevenMetreShotsBlocked": 1,
    "sevenMetreShotsBlockedPerMatch": 1,
    "sevenMetreShotsOnGoal": 1,
    "sevenMetreShotsOnGoalPerMatch": 1,
    "shootingAccuracy": 1,
    "shootingAccuracyPerMatch": 1,
    "shootOuts": 1,
    "shootOutsPerMatch": 1,
    "shootOutsMade": 1,
    "shootOutsMadePerMatch": 1,
    "shootOutsMissed": 1,
    "shootOutsMissedPerMatch": 1,
    "shootOutsSaved": 1,
    "shootOutsSavedPerMatch": 1,
    "shots": 1,
    "shotsPerMatch": 1,
    "shotsBlocked": 1,
    "shotsBlockedPerMatch": 1,
    "shotsOnGoal": 1,
    "shotsOnGoalPerMatch": 1,
    "shotsSavedByGoalKeeper": 1,
    "shotsSavedByGoalKeeperPerMatch": 1,
    "sixMetreCentreGoalsScored": 1,
    "sixMetreCentreGoalsScoredPerMatch": 1,
    "sixMetreCentreMissedShots": 1,
    "sixMetreCentreMissedShotsPerMatch": 1,
    "sixMetreCentrePostHits": 1,
    "sixMetreCentrePostHitsPerMatch": 1,
    "sixMetreCentreShootingAccuracy": 1,
    "sixMetreCentreShootingAccuracyPerMatch": 1,
    "sixMetreCentreShots": 1,
    "sixMetreCentreShotsPerMatch": 1,
    "sixMetreCentreShotsBlocked": 1,
    "sixMetreCentreShotsBlockedPerMatch": 1,
    "sixMetreCentreShotsOnGoal": 1,
    "sixMetreCentreShotsOnGoalPerMatch": 1,
    "sixMetreGoalsScored": 1,
    "sixMetreGoalsScoredPerMatch": 1,
    "sixMetreLeftGoalsScored": 1,
    "sixMetreLeftGoalsScoredPerMatch": 1,
    "sixMetreLeftMissedShots": 1,
    "sixMetreLeftMissedShotsPerMatch": 1,
    "sixMetreLeftPostHits": 1,
    "sixMetreLeftPostHitsPerMatch": 1,
    "sixMetreLeftShootingAccuracy": 1,
    "sixMetreLeftShootingAccuracyPerMatch": 1,
    "sixMetreLeftShots": 1,
    "sixMetreLeftShotsPerMatch": 1,
    "sixMetreLeftShotsBlocked": 1,
    "sixMetreLeftShotsBlockedPerMatch": 1,
    "sixMetreLeftShotsOnGoal": 1,
    "sixMetreLeftShotsOnGoalPerMatch": 1,
    "sixMetreMissedShots": 1,
    "sixMetreMissedShotsPerMatch": 1,
    "sixMetrePostHits": 1,
    "sixMetrePostHitsPerMatch": 1,
    "sixMetreRightGoalsScored": 1,
    "sixMetreRightGoalsScoredPerMatch": 1,
    "sixMetreRightMissedShots": 1,
    "sixMetreRightMissedShotsPerMatch": 1,
    "sixMetreRightPostHits": 1,
    "sixMetreRightPostHitsPerMatch": 1,
    "sixMetreRightShootingAccuracy": 1,
    "sixMetreRightShootingAccuracyPerMatch": 1,
    "sixMetreRightShots": 1,
    "sixMetreRightShotsPerMatch": 1,
    "sixMetreRightShotsBlocked": 1,
    "sixMetreRightShotsBlockedPerMatch": 1,
    "sixMetreRightShotsOnGoal": 1,
    "sixMetreRightShotsOnGoalPerMatch": 1,
    "sixMetreShootingAccuracy": 1,
    "sixMetreShootingAccuracyPerMatch": 1,
    "sixMetreShots": 1,
    "sixMetreShotsPerMatch": 1,
    "sixMetreShotsBlocked": 1,
    "sixMetreShotsBlockedPerMatch": 1,
    "sixMetreShotsOnGoal": 1,
    "sixMetreShotsOnGoalPerMatch": 1,
    "speedDistancePerTime": 1,
    "speedMax": 1,
    "steals": 1,
    "stealsPerMatch": 1,
    "substitutions": 1,
    "substitutionsPerMatch": 1,
    "suspensions": 1,
    "suspensionsPerMatch": 1,
    "technicalBallFaults": 1,
    "technicalBallFaultsPerMatch": 1,
    "technicalFaults": 1,
    "technicalFaultsPerMatch": 1,
    "technicalRuleFaults": 1,
    "technicalRuleFaultsPerMatch": 1,
    "timeOnPlayingField": "text",
    "timeBallPossession": "text",
    "timePlayed": 1,
    "timePlayedPerMatch": 1,
    "turnovers": 1,
    "turnoversPerMatch": 1,
    "twoMinuteSuspensions": 1,
    "twoMinuteSuspensionsPerMatch": 1,
    "wingGoalsScored": 1,
    "wingGoalsScoredPerMatch": 1,
    "wingLeftGoalsScored": 1,
    "wingLeftGoalsScoredPerMatch": 1,
    "wingLeftMissedShots": 1,
    "wingLeftMissedShotsPerMatch": 1,
    "wingLeftPostHits": 1,
    "wingLeftPostHitsPerMatch": 1,
    "wingLeftShootingAccuracy": 1,
    "wingLeftShootingAccuracyPerMatch": 1,
    "wingLeftShots": 1,
    "wingLeftShotsPerMatch": 1,
    "wingLeftShotsBlocked": 1,
    "wingLeftShotsBlockedPerMatch": 1,
    "wingLeftShotsOnGoal": 1,
    "wingLeftShotsOnGoalPerMatch": 1,
    "wingMissedShots": 1,
    "wingMissedShotsPerMatch": 1,
    "wingPostHits": 1,
    "wingPostHitsPerMatch": 1,
    "wingRightGoalsScored": 1,
    "wingRightGoalsScoredPerMatch": 1,
    "wingRightMissedShots": 1,
    "wingRightMissedShotsPerMatch": 1,
    "wingRightPostHits": 1,
    "wingRightPostHitsPerMatch": 1,
    "wingRightShootingAccuracy": 1,
    "wingRightShootingAccuracyPerMatch": 1,
    "wingRightShots": 1,
    "wingRightShotsPerMatch": 1,
    "wingRightShotsBlocked": 1,
    "wingRightShotsBlockedPerMatch": 1,
    "wingRightShotsOnGoal": 1,
    "wingRightShotsOnGoalPerMatch": 1,
    "wingShootingAccuracy": 1,
    "wingShootingAccuracyPerMatch": 1,
    "wingShots": 1,
    "wingShotsPerMatch": 1,
    "wingShotsBlocked": 1,
    "wingShotsBlockedPerMatch": 1,
    "wingShotsOnGoal": 1,
    "wingShotsOnGoalPerMatch": 1,
    "wins": 1,
    "yellowCards": 1,
    "yellowCardsPerMatch": 1
  }
}
{
  "meta": {
    "version": 1,
    "codeVersion": "d6cd1e2bd19e03a81132a23b2025920577f84e37",
    "code": 200,
    "time": "2018-06-05 23:43:41.227584+00:00",
    "fromCache": false,
    "count": 7,
    "limit": 10,
    "offset": 10,
    "generationTime": 0.011604
  },
  "links": {
    "self": "https://example.com",
    "next": "https://example.com",
    "previous": "https://example.com"
  },
  "included": {
    "resources": {
      "ANY_ADDITIONAL_PROPERTY": "league"
    }
  },
  "data": [
    {
      "seasonId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
      "season": {
        "resourceType": "seasons",
        "id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
      },
      "personId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
      "person": {
        "resourceType": "persons",
        "id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
      },
      "entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
      "entity": {
        "resourceType": "entities",
        "id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
      },
      "organizationId": "9",
      "organization": {
        "resourceType": "organizations",
        "id": "9"
      },
      "fixtureType": "REGULAR",
      "competitorType": "ENTITY",
      "representing": "AUSTRALIA",
      "statistics": {
        "airtimeMax": "text",
        "assists": 1,
        "assistsPerMatch": 1,
        "backCourtGoalsScored": 1,
        "backCourtGoalsScoredPerMatch": 1,
        "backCourtMissedShots": 1,
        "backCourtMissedShotsPerMatch": 1,
        "backCourtPostHits": 1,
        "backCourtPostHitsPerMatch": 1,
        "backCourtShootingAccuracy": 1,
        "backCourtShootingAccuracyPerMatch": 1,
        "backCourtShots": 1,
        "backCourtShotsPerMatch": 1,
        "backCourtShotsBlocked": 1,
        "backCourtShotsBlockedPerMatch": 1,
        "backCourtShotsOnGoal": 1,
        "backCourtShotsOnGoalPerMatch": 1,
        "blocks": 1,
        "blocksPerMatch": 1,
        "blueCards": 1,
        "blueCardsPerMatch": 1,
        "breakThroughGoalsScored": 1,
        "breakThroughGoalsScoredPerMatch": 1,
        "breakThroughMissedShots": 1,
        "breakThroughMissedShotsPerMatch": 1,
        "breakThroughPostHits": 1,
        "breakThroughPostHitsPerMatch": 1,
        "breakThroughShootingAccuracy": 1,
        "breakThroughShootingAccuracyPerMatch": 1,
        "breakThroughShots": 1,
        "breakThroughShotsPerMatch": 1,
        "breakThroughShotsBlocked": 1,
        "breakThroughShotsBlockedPerMatch": 1,
        "breakThroughShotsOnGoal": 1,
        "breakThroughShotsOnGoalPerMatch": 1,
        "cards": 1,
        "cardsPerMatch": 1,
        "distanceSpeedCategory1": 1,
        "distanceSpeedCategory2": 1,
        "distanceSpeedCategory3": 1,
        "distanceSpeedCategory4": 1,
        "distanceSpeedCategory5": 1,
        "distanceTotal": 1,
        "draws": 1,
        "emptyNetGoalsScored": 1,
        "fastBreakGoalsScored": 1,
        "fastBreakGoalsScoredPerMatch": 1,
        "fastBreakMissedShots": 1,
        "fastBreakMissedShotsPerMatch": 1,
        "fastBreakPostHits": 1,
        "fastBreakPostHitsPerMatch": 1,
        "fastBreakShootingAccuracy": 1,
        "fastBreakShootingAccuracyPerMatch": 1,
        "fastBreakShots": 1,
        "fastBreakShotsPerMatch": 1,
        "fastBreakShotsBlocked": 1,
        "fastBreakShotsBlockedPerMatch": 1,
        "fastBreakShotsOnGoal": 1,
        "fastBreakShotsOnGoalPerMatch": 1,
        "fieldGoalsScored": 1,
        "fieldGoalsScoredPerMatch": 1,
        "fieldMissedShots": 1,
        "fieldMissedShotsPerMatch": 1,
        "fieldPostHits": 1,
        "fieldPostHitsPerMatch": 1,
        "fieldShootingAccuracy": 1,
        "fieldShootingAccuracyPerMatch": 1,
        "fieldShots": 1,
        "fieldShotsPerMatch": 1,
        "fieldShotsBlocked": 1,
        "fieldShotsBlockedPerMatch": 1,
        "fieldShotsOnGoal": 1,
        "fieldShotsOnGoalPerMatch": 1,
        "fouls": 1,
        "foulsPerMatch": 1,
        "foulsDrawn": 1,
        "foulsDrawnPerMatch": 1,
        "fourMinuteSuspensions": 1,
        "fourMinuteSuspensionsPerMatch": 1,
        "games": 1,
        "gamesStarted": 1,
        "goalKeeperBackCourtGoalsAgainst": 1,
        "goalKeeperBackCourtGoalsAgainstPerMatch": 1,
        "goalKeeperBackCourtSaveAccuracy": 1,
        "goalKeeperBackCourtSaveAccuracyPerMatch": 1,
        "goalKeeperBackCourtShotsAgainst": 1,
        "goalKeeperBackCourtShotsAgainstPerMatch": 1,
        "goalKeeperBackCourtShotsSaved": 1,
        "goalKeeperBackCourtShotsSavedPerMatch": 1,
        "goalKeeperBreakThroughGoalsAgainst": 1,
        "goalKeeperBreakThroughGoalsAgainstPerMatch": 1,
        "goalKeeperBreakThroughSaveAccuracy": 1,
        "goalKeeperBreakThroughSaveAccuracyPerMatch": 1,
        "goalKeeperBreakThroughShotsAgainst": 1,
        "goalKeeperBreakThroughShotsAgainstPerMatch": 1,
        "goalKeeperBreakThroughShotsSaved": 1,
        "goalKeeperBreakThroughShotsSavedPerMatch": 1,
        "goalKeeperFastBreakGoalsAgainst": 1,
        "goalKeeperFastBreakGoalsAgainstPerMatch": 1,
        "goalKeeperFastBreakSaveAccuracy": 1,
        "goalKeeperFastBreakSaveAccuracyPerMatch": 1,
        "goalKeeperFastBreakShotsAgainst": 1,
        "goalKeeperFastBreakShotsAgainstPerMatch": 1,
        "goalKeeperFastBreakShotsSaved": 1,
        "goalKeeperFastBreakShotsSavedPerMatch": 1,
        "goalKeeperFieldGoalsAgainst": 1,
        "goalKeeperFieldGoalsAgainstPerMatch": 1,
        "goalKeeperFieldSaveAccuracy": 1,
        "goalKeeperFieldSaveAccuracyPerMatch": 1,
        "goalKeeperFieldShotsAgainst": 1,
        "goalKeeperFieldShotsAgainstPerMatch": 1,
        "goalKeeperFieldShotsSaved": 1,
        "goalKeeperFieldShotsSavedPerMatch": 1,
        "goalKeeperGoalsAgainst": 1,
        "goalKeeperGoalsAgainstPerMatch": 1,
        "goalKeeperNineMetreCentreGoalsAgainst": 1,
        "goalKeeperNineMetreCentreGoalsAgainstPerMatch": 1,
        "goalKeeperNineMetreCentreSaveAccuracy": 1,
        "goalKeeperNineMetreCentreSaveAccuracyPerMatch": 1,
        "goalKeeperNineMetreCentreShotsAgainst": 1,
        "goalKeeperNineMetreCentreShotsAgainstPerMatch": 1,
        "goalKeeperNineMetreCentreShotsSaved": 1,
        "goalKeeperNineMetreCentreShotsSavedPerMatch": 1,
        "goalKeeperNineMetreGoalsAgainst": 1,
        "goalKeeperNineMetreGoalsAgainstPerMatch": 1,
        "goalKeeperNineMetreLeftGoalsAgainst": 1,
        "goalKeeperNineMetreLeftGoalsAgainstPerMatch": 1,
        "goalKeeperNineMetreLeftSaveAccuracy": 1,
        "goalKeeperNineMetreLeftSaveAccuracyPerMatch": 1,
        "goalKeeperNineMetreLeftShotsAgainst": 1,
        "goalKeeperNineMetreLeftShotsAgainstPerMatch": 1,
        "goalKeeperNineMetreLeftShotsSaved": 1,
        "goalKeeperNineMetreLeftShotsSavedPerMatch": 1,
        "goalKeeperNineMetreRightGoalsAgainst": 1,
        "goalKeeperNineMetreRightGoalsAgainstPerMatch": 1,
        "goalKeeperNineMetreRightSaveAccuracy": 1,
        "goalKeeperNineMetreRightSaveAccuracyPerMatch": 1,
        "goalKeeperNineMetreRightShotsAgainst": 1,
        "goalKeeperNineMetreRightShotsAgainstPerMatch": 1,
        "goalKeeperNineMetreRightShotsSaved": 1,
        "goalKeeperNineMetreRightShotsSavedPerMatch": 1,
        "goalKeeperNineMetreSaveAccuracy": 1,
        "goalKeeperNineMetreSaveAccuracyPerMatch": 1,
        "goalKeeperNineMetreShotsAgainst": 1,
        "goalKeeperNineMetreShotsAgainstPerMatch": 1,
        "goalKeeperNineMetreShotsSaved": 1,
        "goalKeeperNineMetreShotsSavedPerMatch": 1,
        "goalKeeperPivotGoalsAgainst": 1,
        "goalKeeperPivotGoalsAgainstPerMatch": 1,
        "goalKeeperPivotSaveAccuracy": 1,
        "goalKeeperPivotSaveAccuracyPerMatch": 1,
        "goalKeeperPivotShotsAgainst": 1,
        "goalKeeperPivotShotsAgainstPerMatch": 1,
        "goalKeeperPivotShotsSaved": 1,
        "goalKeeperPivotShotsSavedPerMatch": 1,
        "goalKeeperSaveAccuracy": 1,
        "goalKeeperSaveAccuracyPerMatch": 1,
        "goalKeeperSecondsPlayed": 1,
        "goalKeeperSecondsPlayedPerMatch": 1,
        "goalKeeperSevenMetreGoalsAgainst": 1,
        "goalKeeperSevenMetreGoalsAgainstPerMatch": 1,
        "goalKeeperSevenMetreSaveAccuracy": 1,
        "goalKeeperSevenMetreSaveAccuracyPerMatch": 1,
        "goalKeeperSevenMetreShotsAgainst": 1,
        "goalKeeperSevenMetreShotsAgainstPerMatch": 1,
        "goalKeeperSevenMetreShotsSaved": 1,
        "goalKeeperSevenMetreShotsSavedPerMatch": 1,
        "goalKeeperShotsAgainst": 1,
        "goalKeeperShotsAgainstPerMatch": 1,
        "goalKeeperShotsPerGoalsAgainst": 1,
        "goalKeeperShotsSaved": 1,
        "goalKeeperShotsSavedPerMatch": 1,
        "goalKeeperSixMetreCentreGoalsAgainst": 1,
        "goalKeeperSixMetreCentreGoalsAgainstPerMatch": 1,
        "goalKeeperSixMetreCentreSaveAccuracy": 1,
        "goalKeeperSixMetreCentreSaveAccuracyPerMatch": 1,
        "goalKeeperSixMetreCentreShotsAgainst": 1,
        "goalKeeperSixMetreCentreShotsAgainstPerMatch": 1,
        "goalKeeperSixMetreCentreShotsSaved": 1,
        "goalKeeperSixMetreCentreShotsSavedPerMatch": 1,
        "goalKeeperSixMetreGoalsAgainst": 1,
        "goalKeeperSixMetreGoalsAgainstPerMatch": 1,
        "goalKeeperSixMetreLeftGoalsAgainst": 1,
        "goalKeeperSixMetreLeftGoalsAgainstPerMatch": 1,
        "goalKeeperSixMetreLeftSaveAccuracy": 1,
        "goalKeeperSixMetreLeftSaveAccuracyPerMatch": 1,
        "goalKeeperSixMetreLeftShotsAgainst": 1,
        "goalKeeperSixMetreLeftShotsAgainstPerMatch": 1,
        "goalKeeperSixMetreLeftShotsSaved": 1,
        "goalKeeperSixMetreLeftShotsSavedPerMatch": 1,
        "goalKeeperSixMetreRightGoalsAgainst": 1,
        "goalKeeperSixMetreRightGoalsAgainstPerMatch": 1,
        "goalKeeperSixMetreRightSaveAccuracy": 1,
        "goalKeeperSixMetreRightSaveAccuracyPerMatch": 1,
        "goalKeeperSixMetreRightShotsAgainst": 1,
        "goalKeeperSixMetreRightShotsAgainstPerMatch": 1,
        "goalKeeperSixMetreRightShotsSaved": 1,
        "goalKeeperSixMetreRightShotsSavedPerMatch": 1,
        "goalKeeperSixMetreSaveAccuracy": 1,
        "goalKeeperSixMetreSaveAccuracyPerMatch": 1,
        "goalKeeperSixMetreShotsAgainst": 1,
        "goalKeeperSixMetreShotsAgainstPerMatch": 1,
        "goalKeeperSixMetreShotsSaved": 1,
        "goalKeeperSixMetreShotsSavedPerMatch": 1,
        "goalKeeperWingGoalsAgainst": 1,
        "goalKeeperWingGoalsAgainstPerMatch": 1,
        "goalKeeperWingLeftGoalsAgainst": 1,
        "goalKeeperWingLeftGoalsAgainstPerMatch": 1,
        "goalKeeperWingLeftSaveAccuracy": 1,
        "goalKeeperWingLeftSaveAccuracyPerMatch": 1,
        "goalKeeperWingLeftShotsAgainst": 1,
        "goalKeeperWingLeftShotsAgainstPerMatch": 1,
        "goalKeeperWingLeftShotsSaved": 1,
        "goalKeeperWingLeftShotsSavedPerMatch": 1,
        "goalKeeperWingRightGoalsAgainst": 1,
        "goalKeeperWingRightGoalsAgainstPerMatch": 1,
        "goalKeeperWingRightSaveAccuracy": 1,
        "goalKeeperWingRightSaveAccuracyPerMatch": 1,
        "goalKeeperWingRightShotsAgainst": 1,
        "goalKeeperWingRightShotsAgainstPerMatch": 1,
        "goalKeeperWingRightShotsSaved": 1,
        "goalKeeperWingRightShotsSavedPerMatch": 1,
        "goalKeeperWingSaveAccuracy": 1,
        "goalKeeperWingSaveAccuracyPerMatch": 1,
        "goalKeeperWingShotsAgainst": 1,
        "goalKeeperWingShotsAgainstPerMatch": 1,
        "goalKeeperWingShotsSaved": 1,
        "goalKeeperWingShotsSavedPerMatch": 1,
        "goalsScored": 1,
        "goalsScoredPerMatch": 1,
        "handballPerformanceIndex": 1,
        "losses": 1,
        "matchesPlayed": 1,
        "minutes": "text",
        "minutesPerMatch": "text",
        "missedShots": 1,
        "missedShotsPerMatch": 1,
        "nineMetreCentreGoalsScored": 1,
        "nineMetreCentreGoalsScoredPerMatch": 1,
        "nineMetreCentreMissedShots": 1,
        "nineMetreCentreMissedShotsPerMatch": 1,
        "nineMetreCentrePostHits": 1,
        "nineMetreCentrePostHitsPerMatch": 1,
        "nineMetreCentreShootingAccuracy": 1,
        "nineMetreCentreShootingAccuracyPerMatch": 1,
        "nineMetreCentreShots": 1,
        "nineMetreCentreShotsPerMatch": 1,
        "nineMetreCentreShotsBlocked": 1,
        "nineMetreCentreShotsBlockedPerMatch": 1,
        "nineMetreCentreShotsOnGoal": 1,
        "nineMetreCentreShotsOnGoalPerMatch": 1,
        "nineMetreGoalsScored": 1,
        "nineMetreGoalsScoredPerMatch": 1,
        "nineMetreLeftGoalsScored": 1,
        "nineMetreLeftGoalsScoredPerMatch": 1,
        "nineMetreLeftMissedShots": 1,
        "nineMetreLeftMissedShotsPerMatch": 1,
        "nineMetreLeftPostHits": 1,
        "nineMetreLeftPostHitsPerMatch": 1,
        "nineMetreLeftShootingAccuracy": 1,
        "nineMetreLeftShootingAccuracyPerMatch": 1,
        "nineMetreLeftShots": 1,
        "nineMetreLeftShotsPerMatch": 1,
        "nineMetreLeftShotsBlocked": 1,
        "nineMetreLeftShotsBlockedPerMatch": 1,
        "nineMetreLeftShotsOnGoal": 1,
        "nineMetreLeftShotsOnGoalPerMatch": 1,
        "nineMetreMissedShots": 1,
        "nineMetreMissedShotsPerMatch": 1,
        "nineMetrePostHits": 1,
        "nineMetrePostHitsPerMatch": 1,
        "nineMetreRightGoalsScored": 1,
        "nineMetreRightGoalsScoredPerMatch": 1,
        "nineMetreRightMissedShots": 1,
        "nineMetreRightMissedShotsPerMatch": 1,
        "nineMetreRightPostHits": 1,
        "nineMetreRightPostHitsPerMatch": 1,
        "nineMetreRightShootingAccuracy": 1,
        "nineMetreRightShootingAccuracyPerMatch": 1,
        "nineMetreRightShots": 1,
        "nineMetreRightShotsPerMatch": 1,
        "nineMetreRightShotsBlocked": 1,
        "nineMetreRightShotsBlockedPerMatch": 1,
        "nineMetreRightShotsOnGoal": 1,
        "nineMetreRightShotsOnGoalPerMatch": 1,
        "nineMetreShootingAccuracy": 1,
        "nineMetreShootingAccuracyPerMatch": 1,
        "nineMetreShots": 1,
        "nineMetreShotsPerMatch": 1,
        "nineMetreShotsBlocked": 1,
        "nineMetreShotsBlockedPerMatch": 1,
        "nineMetreShotsOnGoal": 1,
        "nineMetreShotsOnGoalPerMatch": 1,
        "passivePlay": 1,
        "pivotGoalsScored": 1,
        "pivotGoalsScoredPerMatch": 1,
        "pivotMissedShots": 1,
        "pivotMissedShotsPerMatch": 1,
        "pivotPostHits": 1,
        "pivotPostHitsPerMatch": 1,
        "pivotShootingAccuracy": 1,
        "pivotShootingAccuracyPerMatch": 1,
        "pivotShots": 1,
        "pivotShotsPerMatch": 1,
        "pivotShotsBlocked": 1,
        "pivotShotsBlockedPerMatch": 1,
        "pivotShotsOnGoal": 1,
        "pivotShotsOnGoalPerMatch": 1,
        "postHits": 1,
        "postHitsPerMatch": 1,
        "redCards": 1,
        "redCardsPerMatch": 1,
        "sevenMetreGoalsScored": 1,
        "sevenMetreGoalsScoredPerMatch": 1,
        "sevenMetreMissedShots": 1,
        "sevenMetreMissedShotsPerMatch": 1,
        "sevenMetrePenaltiesAwarded": 1,
        "sevenMetrePenaltiesAwardedPerMatch": 1,
        "sevenMetrePenaltiesCaused": 1,
        "sevenMetrePenaltiesCausedPerMatch": 1,
        "sevenMetrePenaltyFouls": 1,
        "sevenMetrePenaltyFoulsPerMatch": 1,
        "sevenMetrePostHits": 1,
        "sevenMetrePostHitsPerMatch": 1,
        "sevenMetreShootingAccuracy": 1,
        "sevenMetreShootingAccuracyPerMatch": 1,
        "sevenMetreShots": 1,
        "sevenMetreShotsPerMatch": 1,
        "sevenMetreShotsBlocked": 1,
        "sevenMetreShotsBlockedPerMatch": 1,
        "sevenMetreShotsOnGoal": 1,
        "sevenMetreShotsOnGoalPerMatch": 1,
        "shootingAccuracy": 1,
        "shootingAccuracyPerMatch": 1,
        "shootOuts": 1,
        "shootOutsPerMatch": 1,
        "shootOutsMade": 1,
        "shootOutsMadePerMatch": 1,
        "shootOutsMissed": 1,
        "shootOutsMissedPerMatch": 1,
        "shootOutsSaved": 1,
        "shootOutsSavedPerMatch": 1,
        "shots": 1,
        "shotsPerMatch": 1,
        "shotsBlocked": 1,
        "shotsBlockedPerMatch": 1,
        "shotsOnGoal": 1,
        "shotsOnGoalPerMatch": 1,
        "shotsSavedByGoalKeeper": 1,
        "shotsSavedByGoalKeeperPerMatch": 1,
        "sixMetreCentreGoalsScored": 1,
        "sixMetreCentreGoalsScoredPerMatch": 1,
        "sixMetreCentreMissedShots": 1,
        "sixMetreCentreMissedShotsPerMatch": 1,
        "sixMetreCentrePostHits": 1,
        "sixMetreCentrePostHitsPerMatch": 1,
        "sixMetreCentreShootingAccuracy": 1,
        "sixMetreCentreShootingAccuracyPerMatch": 1,
        "sixMetreCentreShots": 1,
        "sixMetreCentreShotsPerMatch": 1,
        "sixMetreCentreShotsBlocked": 1,
        "sixMetreCentreShotsBlockedPerMatch": 1,
        "sixMetreCentreShotsOnGoal": 1,
        "sixMetreCentreShotsOnGoalPerMatch": 1,
        "sixMetreGoalsScored": 1,
        "sixMetreGoalsScoredPerMatch": 1,
        "sixMetreLeftGoalsScored": 1,
        "sixMetreLeftGoalsScoredPerMatch": 1,
        "sixMetreLeftMissedShots": 1,
        "sixMetreLeftMissedShotsPerMatch": 1,
        "sixMetreLeftPostHits": 1,
        "sixMetreLeftPostHitsPerMatch": 1,
        "sixMetreLeftShootingAccuracy": 1,
        "sixMetreLeftShootingAccuracyPerMatch": 1,
        "sixMetreLeftShots": 1,
        "sixMetreLeftShotsPerMatch": 1,
        "sixMetreLeftShotsBlocked": 1,
        "sixMetreLeftShotsBlockedPerMatch": 1,
        "sixMetreLeftShotsOnGoal": 1,
        "sixMetreLeftShotsOnGoalPerMatch": 1,
        "sixMetreMissedShots": 1,
        "sixMetreMissedShotsPerMatch": 1,
        "sixMetrePostHits": 1,
        "sixMetrePostHitsPerMatch": 1,
        "sixMetreRightGoalsScored": 1,
        "sixMetreRightGoalsScoredPerMatch": 1,
        "sixMetreRightMissedShots": 1,
        "sixMetreRightMissedShotsPerMatch": 1,
        "sixMetreRightPostHits": 1,
        "sixMetreRightPostHitsPerMatch": 1,
        "sixMetreRightShootingAccuracy": 1,
        "sixMetreRightShootingAccuracyPerMatch": 1,
        "sixMetreRightShots": 1,
        "sixMetreRightShotsPerMatch": 1,
        "sixMetreRightShotsBlocked": 1,
        "sixMetreRightShotsBlockedPerMatch": 1,
        "sixMetreRightShotsOnGoal": 1,
        "sixMetreRightShotsOnGoalPerMatch": 1,
        "sixMetreShootingAccuracy": 1,
        "sixMetreShootingAccuracyPerMatch": 1,
        "sixMetreShots": 1,
        "sixMetreShotsPerMatch": 1,
        "sixMetreShotsBlocked": 1,
        "sixMetreShotsBlockedPerMatch": 1,
        "sixMetreShotsOnGoal": 1,
        "sixMetreShotsOnGoalPerMatch": 1,
        "speedDistancePerTime": 1,
        "speedMax": 1,
        "steals": 1,
        "stealsPerMatch": 1,
        "substitutions": 1,
        "substitutionsPerMatch": 1,
        "suspensions": 1,
        "suspensionsPerMatch": 1,
        "technicalBallFaults": 1,
        "technicalBallFaultsPerMatch": 1,
        "technicalFaults": 1,
        "technicalFaultsPerMatch": 1,
        "technicalRuleFaults": 1,
        "technicalRuleFaultsPerMatch": 1,
        "timeOnPlayingField": "text",
        "timeBallPossession": "text",
        "timePlayed": 1,
        "timePlayedPerMatch": 1,
        "turnovers": 1,
        "turnoversPerMatch": 1,
        "twoMinuteSuspensions": 1,
        "twoMinuteSuspensionsPerMatch": 1,
        "wingGoalsScored": 1,
        "wingGoalsScoredPerMatch": 1,
        "wingLeftGoalsScored": 1,
        "wingLeftGoalsScoredPerMatch": 1,
        "wingLeftMissedShots": 1,
        "wingLeftMissedShotsPerMatch": 1,
        "wingLeftPostHits": 1,
        "wingLeftPostHitsPerMatch": 1,
        "wingLeftShootingAccuracy": 1,
        "wingLeftShootingAccuracyPerMatch": 1,
        "wingLeftShots": 1,
        "wingLeftShotsPerMatch": 1,
        "wingLeftShotsBlocked": 1,
        "wingLeftShotsBlockedPerMatch": 1,
        "wingLeftShotsOnGoal": 1,
        "wingLeftShotsOnGoalPerMatch": 1,
        "wingMissedShots": 1,
        "wingMissedShotsPerMatch": 1,
        "wingPostHits": 1,
        "wingPostHitsPerMatch": 1,
        "wingRightGoalsScored": 1,
        "wingRightGoalsScoredPerMatch": 1,
        "wingRightMissedShots": 1,
        "wingRightMissedShotsPerMatch": 1,
        "wingRightPostHits": 1,
        "wingRightPostHitsPerMatch": 1,
        "wingRightShootingAccuracy": 1,
        "wingRightShootingAccuracyPerMatch": 1,
        "wingRightShots": 1,
        "wingRightShotsPerMatch": 1,
        "wingRightShotsBlocked": 1,
        "wingRightShotsBlockedPerMatch": 1,
        "wingRightShotsOnGoal": 1,
        "wingRightShotsOnGoalPerMatch": 1,
        "wingShootingAccuracy": 1,
        "wingShootingAccuracyPerMatch": 1,
        "wingShots": 1,
        "wingShotsPerMatch": 1,
        "wingShotsBlocked": 1,
        "wingShotsBlockedPerMatch": 1,
        "wingShotsOnGoal": 1,
        "wingShotsOnGoalPerMatch": 1,
        "wins": 1,
        "yellowCards": 1,
        "yellowCardsPerMatch": 1
      },
      "updated": "2025-11-19T05:25:12.084Z",
      "added": "2025-11-19T05:25:12.084Z"
    }
  ]
}

Last updated

Was this helpful?