---
title: "Halo Wars 2 - Player Match History"
method: GET
path: "/hw2/players/{player}/matches"
---

# Halo Wars 2 - Player Match History

`GET /hw2/players/{player}/matches`

Retrieves a list of Matches that the Player has participated in. If the Player is currently in a Match, it is not returned in this API.

  

#### Changelog

**September 5, 2017:**

*   Documented new game mode "Terminus Firefight".

**February 21, 2017:**

*   Added Endpoint.

## Path parameters

- `player` string, required

## Query parameters

- `matchType` string
- `start` number
- `count` number

## Response `200`

The response body will contain the Match History for the Player.

## Other responses

- `404` — Specified Player was not found.
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/haloapi/apis/stats.md) · [All operations](https://skmtc.net/haloapi/apis/stats/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haloapi/stats/versions/401e9a7e976b/schema)
