---
title: "Halo Wars 2 - Match Result"
method: GET
path: "/hw2/matches/{matchId}"
---

# Halo Wars 2 - Match Result

`GET /hw2/matches/{matchId}`

Retrieves detailed statistics for a Match. Matches can be retrieved before they are completed; however, the data for in-progress Matches is only updated every few minutes.

  

#### Changelog

**September 5, 2017:**

*   Documented new game mode "Terminus Firefight".

**February 21, 2017:**

*   Added Endpoint.

## Path parameters

- `matchId` string, required

## Response `200`

The response body will contain the Match Result.

## Other responses

- `404` — The specified Match could not be 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/revisions/401e9a7e976b/schema)
