Team Match History

Match History for a team in a season.

Match History for a team

get
/handball/o/{organizationId}/statistics/for/entity/{entityId}/in/fixtures/seasons/{seasonId}/history

Return the Match History (based on statistics present) for a specific team in 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
entityIdstring · uuidRequired

The unique identifier of the entity

Example: 009e9276-5c80-11e8-9c2d-fa7ae01bbebc
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
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
homeAwaystring · enum · max: 50Optional

Where the result was

  • AWAY Away
  • HOME Home
Possible values:
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
updatedstring · date-timeOptional

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

Example: 2018-08-16T02:11:48
winLossstring · enum · max: 50Optional

What the result was

  • DRAW Draw
  • LOSS Loss
  • WIN Win
Possible values:
Responses
200

Successful operation

application/json
get
/handball/o/{organizationId}/statistics/for/entity/{entityId}/in/fixtures/seasons/{seasonId}/history
GET /v1/handball/o/{organizationId}/statistics/for/entity/{entityId}/in/fixtures/seasons/{seasonId}/history 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": [
    {
      "organizationId": "9",
      "organization": {
        "resourceType": "organizations",
        "id": "9"
      },
      "fixtureId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
      "fixture": {
        "resourceType": "fixtures",
        "id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
      },
      "entityId": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc",
      "entity": {
        "resourceType": "entities",
        "id": "009e9276-5c80-11e8-9c2d-fa7ae01bbebc"
      },
      "statistics": {
        "assists": 1,
        "backCourtGoalsScored": 1,
        "backCourtMissedShots": 1,
        "backCourtPostHits": 1,
        "backCourtShootingAccuracy": 1,
        "backCourtShots": 1,
        "backCourtShotsBlocked": 1,
        "backCourtShotsOnGoal": 1,
        "blocks": 1,
        "blueCards": 1,
        "breakThroughGoalsScored": 1,
        "breakThroughMissedShots": 1,
        "breakThroughPostHits": 1,
        "breakThroughShootingAccuracy": 1,
        "breakThroughShots": 1,
        "breakThroughShotsBlocked": 1,
        "breakThroughShotsOnGoal": 1,
        "cards": 1,
        "emptyNetGoalsScored": 1,
        "fastBreakGoalsScored": 1,
        "fastBreakMissedShots": 1,
        "fastBreakPostHits": 1,
        "fastBreakShootingAccuracy": 1,
        "fastBreakShots": 1,
        "fastBreakShotsBlocked": 1,
        "fastBreakShotsOnGoal": 1,
        "fieldGoalsScored": 1,
        "fieldMissedShots": 1,
        "fieldPostHits": 1,
        "fieldShootingAccuracy": 1,
        "fieldShots": 1,
        "fieldShotsBlocked": 1,
        "fieldShotsOnGoal": 1,
        "fouls": 1,
        "foulsDrawn": 1,
        "fourMinuteSuspensions": 1,
        "goalKeeperBackCourtGoalsAgainst": 1,
        "goalKeeperBackCourtSaveAccuracy": 1,
        "goalKeeperBackCourtShotsAgainst": 1,
        "goalKeeperBackCourtShotsSaved": 1,
        "goalKeeperBreakThroughGoalsAgainst": 1,
        "goalKeeperBreakThroughSaveAccuracy": 1,
        "goalKeeperBreakThroughShotsAgainst": 1,
        "goalKeeperBreakThroughShotsSaved": 1,
        "goalKeeperFastBreakGoalsAgainst": 1,
        "goalKeeperFastBreakSaveAccuracy": 1,
        "goalKeeperFastBreakShotsAgainst": 1,
        "goalKeeperFastBreakShotsSaved": 1,
        "goalKeeperFieldGoalsAgainst": 1,
        "goalKeeperFieldSaveAccuracy": 1,
        "goalKeeperFieldShotsAgainst": 1,
        "goalKeeperFieldShotsSaved": 1,
        "goalKeeperGoalsAgainst": 1,
        "goalKeeperNineMetreCentreGoalsAgainst": 1,
        "goalKeeperNineMetreCentreSaveAccuracy": 1,
        "goalKeeperNineMetreCentreShotsAgainst": 1,
        "goalKeeperNineMetreCentreShotsSaved": 1,
        "goalKeeperNineMetreGoalsAgainst": 1,
        "goalKeeperNineMetreLeftGoalsAgainst": 1,
        "goalKeeperNineMetreLeftSaveAccuracy": 1,
        "goalKeeperNineMetreLeftShotsAgainst": 1,
        "goalKeeperNineMetreLeftShotsSaved": 1,
        "goalKeeperNineMetreRightGoalsAgainst": 1,
        "goalKeeperNineMetreRightSaveAccuracy": 1,
        "goalKeeperNineMetreRightShotsAgainst": 1,
        "goalKeeperNineMetreRightShotsSaved": 1,
        "goalKeeperNineMetreSaveAccuracy": 1,
        "goalKeeperNineMetreShotsAgainst": 1,
        "goalKeeperNineMetreShotsSaved": 1,
        "goalKeeperPivotGoalsAgainst": 1,
        "goalKeeperPivotSaveAccuracy": 1,
        "goalKeeperPivotShotsAgainst": 1,
        "goalKeeperPivotShotsSaved": 1,
        "goalKeeperSaveAccuracy": 1,
        "goalKeeperSecondsPlayed": 1,
        "goalKeeperSevenMetreGoalsAgainst": 1,
        "goalKeeperSevenMetreSaveAccuracy": 1,
        "goalKeeperSevenMetreShotsAgainst": 1,
        "goalKeeperSevenMetreShotsSaved": 1,
        "goalKeeperShotsAgainst": 1,
        "goalKeeperShotsSaved": 1,
        "goalKeeperSixMetreCentreGoalsAgainst": 1,
        "goalKeeperSixMetreCentreSaveAccuracy": 1,
        "goalKeeperSixMetreCentreShotsAgainst": 1,
        "goalKeeperSixMetreCentreShotsSaved": 1,
        "goalKeeperSixMetreGoalsAgainst": 1,
        "goalKeeperSixMetreLeftGoalsAgainst": 1,
        "goalKeeperSixMetreLeftSaveAccuracy": 1,
        "goalKeeperSixMetreLeftShotsAgainst": 1,
        "goalKeeperSixMetreLeftShotsSaved": 1,
        "goalKeeperSixMetreRightGoalsAgainst": 1,
        "goalKeeperSixMetreRightSaveAccuracy": 1,
        "goalKeeperSixMetreRightShotsAgainst": 1,
        "goalKeeperSixMetreRightShotsSaved": 1,
        "goalKeeperSixMetreSaveAccuracy": 1,
        "goalKeeperSixMetreShotsAgainst": 1,
        "goalKeeperSixMetreShotsSaved": 1,
        "goalKeeperWingGoalsAgainst": 1,
        "goalKeeperWingLeftGoalsAgainst": 1,
        "goalKeeperWingLeftSaveAccuracy": 1,
        "goalKeeperWingLeftShotsAgainst": 1,
        "goalKeeperWingLeftShotsSaved": 1,
        "goalKeeperWingRightGoalsAgainst": 1,
        "goalKeeperWingRightSaveAccuracy": 1,
        "goalKeeperWingRightShotsAgainst": 1,
        "goalKeeperWingRightShotsSaved": 1,
        "goalKeeperWingSaveAccuracy": 1,
        "goalKeeperWingShotsAgainst": 1,
        "goalKeeperWingShotsSaved": 1,
        "goalsScored": 1,
        "missedShots": 1,
        "nineMetreCentreGoalsScored": 1,
        "nineMetreCentreMissedShots": 1,
        "nineMetreCentrePostHits": 1,
        "nineMetreCentreShootingAccuracy": 1,
        "nineMetreCentreShots": 1,
        "nineMetreCentreShotsBlocked": 1,
        "nineMetreCentreShotsOnGoal": 1,
        "nineMetreGoalsScored": 1,
        "nineMetreLeftGoalsScored": 1,
        "nineMetreLeftMissedShots": 1,
        "nineMetreLeftPostHits": 1,
        "nineMetreLeftShootingAccuracy": 1,
        "nineMetreLeftShots": 1,
        "nineMetreLeftShotsBlocked": 1,
        "nineMetreLeftShotsOnGoal": 1,
        "nineMetreMissedShots": 1,
        "nineMetrePostHits": 1,
        "nineMetreRightGoalsScored": 1,
        "nineMetreRightMissedShots": 1,
        "nineMetreRightPostHits": 1,
        "nineMetreRightShootingAccuracy": 1,
        "nineMetreRightShots": 1,
        "nineMetreRightShotsBlocked": 1,
        "nineMetreRightShotsOnGoal": 1,
        "nineMetreShootingAccuracy": 1,
        "nineMetreShots": 1,
        "nineMetreShotsBlocked": 1,
        "nineMetreShotsOnGoal": 1,
        "passivePlay": 1,
        "pivotGoalsScored": 1,
        "pivotMissedShots": 1,
        "pivotPostHits": 1,
        "pivotShootingAccuracy": 1,
        "pivotShots": 1,
        "pivotShotsBlocked": 1,
        "pivotShotsOnGoal": 1,
        "postHits": 1,
        "redCards": 1,
        "sevenMetreGoalsScored": 1,
        "sevenMetreMissedShots": 1,
        "sevenMetrePenaltiesAwarded": 1,
        "sevenMetrePenaltiesCaused": 1,
        "sevenMetrePenaltyFouls": 1,
        "sevenMetrePostHits": 1,
        "sevenMetreShootingAccuracy": 1,
        "sevenMetreShots": 1,
        "sevenMetreShotsBlocked": 1,
        "sevenMetreShotsOnGoal": 1,
        "shootingAccuracy": 1,
        "shootOutAttempts": "text",
        "shootOuts": 1,
        "shootOutsMade": 1,
        "shootOutsMissed": 1,
        "shootOutsSaved": 1,
        "shots": 1,
        "shotsBlocked": 1,
        "shotsOnGoal": 1,
        "shotsOffGoal": 1,
        "shotsSavedByGoalKeeper": 1,
        "sixMetreCentreGoalsScored": 1,
        "sixMetreCentreMissedShots": 1,
        "sixMetreCentrePostHits": 1,
        "sixMetreCentreShootingAccuracy": 1,
        "sixMetreCentreShots": 1,
        "sixMetreCentreShotsBlocked": 1,
        "sixMetreCentreShotsOnGoal": 1,
        "sixMetreGoalsScored": 1,
        "sixMetreLeftGoalsScored": 1,
        "sixMetreLeftMissedShots": 1,
        "sixMetreLeftPostHits": 1,
        "sixMetreLeftShootingAccuracy": 1,
        "sixMetreLeftShots": 1,
        "sixMetreLeftShotsBlocked": 1,
        "sixMetreLeftShotsOnGoal": 1,
        "sixMetreMissedShots": 1,
        "sixMetrePostHits": 1,
        "sixMetreRightGoalsScored": 1,
        "sixMetreRightMissedShots": 1,
        "sixMetreRightPostHits": 1,
        "sixMetreRightShootingAccuracy": 1,
        "sixMetreRightShots": 1,
        "sixMetreRightShotsBlocked": 1,
        "sixMetreRightShotsOnGoal": 1,
        "sixMetreShootingAccuracy": 1,
        "sixMetreShots": 1,
        "sixMetreShotsBlocked": 1,
        "sixMetreShotsOnGoal": 1,
        "steals": 1,
        "substitutions": 1,
        "suspensions": 1,
        "technicalBallFaults": 1,
        "technicalFaults": 1,
        "technicalRuleFaults": 1,
        "timePlayed": 1,
        "turnovers": 1,
        "twoMinuteSuspensions": 1,
        "wingGoalsScored": 1,
        "wingLeftGoalsScored": 1,
        "wingLeftMissedShots": 1,
        "wingLeftPostHits": 1,
        "wingLeftShootingAccuracy": 1,
        "wingLeftShots": 1,
        "wingLeftShotsBlocked": 1,
        "wingLeftShotsOnGoal": 1,
        "wingMissedShots": 1,
        "wingPostHits": 1,
        "wingRightGoalsScored": 1,
        "wingRightMissedShots": 1,
        "wingRightPostHits": 1,
        "wingRightShootingAccuracy": 1,
        "wingRightShots": 1,
        "wingRightShotsBlocked": 1,
        "wingRightShotsOnGoal": 1,
        "wingShootingAccuracy": 1,
        "wingShots": 1,
        "wingShotsBlocked": 1,
        "wingShotsOnGoal": 1,
        "yellowCards": 1
      },
      "periodId": 1,
      "section": "text",
      "updated": "2025-11-19T05:31:22.759Z",
      "added": "2025-11-19T05:31:22.759Z"
    }
  ]
}

Last updated

Was this helpful?