---
title: "Halo 5 - Player Game Variants"
method: GET
path: "/h5/players/{player}/gamevariants"
---

# Halo 5 - Player Game Variants

`GET /h5/players/{player}/gamevariants`

Retrieves a list of Game Variants created by a Player.

  

#### Changelog

**February 21, 2017:**

*   Renamed Endpoint from "List Game Variants" to "Halo 5 - Player Game Variants".
*   Removed "{title}" Request Parameter.

**August 5, 2016:**

*   Added Endpoint.

## Path parameters

- `player` string, required

## Query parameters

- `start` number
- `count` number
- `sort` number
- `order` number

## Response `200`

The response body will contain a list of the Player-created Game Variants.

## Other responses

- `400` — Specified Gamertag is malformed.
- `404` — The player does not exist.
- `500` — Internal Server Error

---

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