faceit_getGameMatchmakings
List all matchmaking queues available for a game on FACEIT. Specify game ID and optional region to filter results.
Instructions
Retrieve details of all matchmakings of a game on FACEIT
Use to list the matchmaking queues a game exposes. Drill down with getMatchmaking for details about a single matchmaking.
Endpoint: GET /games/{gameId}/matchmakings
Parameters:
game_id (path, str, required): The id of the game
region (query, str | None): The region of the matchmakings
offset (query, int | None (min 0)): The starting item position
limit (query, int | None (min 1, max 100)): The number of items to return
Returns: Matchmakings list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | ||
| region | No | ||
| offset | No | ||
| limit | No |