faceit_getPlayerFromLookup
Retrieve a player's canonical FACEIT record using their exact nickname or a game-specific ID in a single call.
Instructions
Retrieve player details
Use when you have an exact nickname OR a game-specific id (Steam ID, Riot id, etc.) and want the canonical FACEIT player record in a single call. Prefer this over searchPlayers when the nickname is exact. Prefer getPlayer when you already have the player_id.
Endpoint: GET /players
Parameters:
nickname (query, str | None): The nickname of the player on FACEIT
game (query, str | None): A game on FACEIT
game_player_id (query, str | None): The ID of a player on game's platform
Returns: Player details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nickname | No | ||
| game | No | ||
| game_player_id | No |