v1

latestOpenAPI 3.1.02026-07-144022.1 KB

[Tournament Match] Get Match History

Fetches Match History for a List of Matchup IDs

get/match-history

Query parameters

matchIdsstring

List of match guids, separated by comma

Response

200

Example response

{
  "matches": [
    {
      "matchupId": "50e71b55-d17f-4fe0-800a-2bf258fa77b6",
      "participants": [
        {
          "publicId": "31771932f52bf06e",
          "name": "Player1",
          "lastPing": "1970-01-01T00:00:00Z"
        }
      ],
      "mapSelections": [
        {
          "id": 23,
          "hitmapsSlug": "a-gilded-cage",
          "chosenByName": "Player1",
          "complete": true,
          "winnerName": "Player1",
          "spin": {
            "mission": {
              "slug": "a-gilded-cage",
              "publicIdPrefix": 6,
              "targets": [
                {
                  "name": "Reza Zaydan",
                  "tileUrl": "https://media.hitmaps.com/img/hitman3/actors/tobigforjail_general_zaydan.jpg"
                }
              ]
            },
            "targetConditions": [
              {
                "target": {
                  "name": "Reza Zaydan",
                  "tileUrl": "https://media.hitmaps.com/img/hitman3/actors/tobigforjail_general_zaydan.jpg"
                },
                "killMethod": {
                  "name": "Saber",
                  "tileUrl": "https://media.hitmaps.com/img/hitman3/unlockables/item_perspective_94f52181-b9ec-4363-baef-d53b4e424b74_0.jpg"
                },
                "disguise": {
                  "name": "Bodyguard",
                  "tileUrl": "https://media.hitmaps.com/img/hitman3/unlockables/outfit_97536da8-64a5-4675-a108-08ff7be41c1f_0.jpg"
                }
              }
            ]
          },
          "mapStartedAt": "2023-10-15T23:28:01Z",
          "winnerFinishedAt": "2023-10-15T23:28:11Z",
          "resultVerifiedAt": "2023-10-15T23:28:15Z"
        }
      ]
    }
  ]
}