This endpoint retrieves player uid for a specific player identified by their username. It returns basic player information such as name, unique identifier (UID), and tracks API usage.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://marvelrivalsapi.com/api/v1/find-player/' \
--header'x-api-key;'
Response Response Example
200 - Example 1
{"name":"Player One","uid":"123456"}
Request
Path Params
username
string
required
The username of the player to retrieve data for.
Example:
player123
Header Params
x-api-key
string
required
The API key for authorization. It is necessary to provide a valid API key to access the data.