Find Player
GET
https://marvelrivalsapi.com/api/v1/find-player/:username
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.
Headers
Name
Value
Content-Type
application/json
x-api-key*
YOUR API KEY
Query Parameters
Name
Type
Required
Description
username
*
string
✔️
The username of the player
Example Requests
Response
Response Field Descriptions
Field
Type
Description
name
String
The name of the player (e.g., "Player One").
uid
String
Unique identifier for the player (e.g., "123456").
Last updated
Was this helpful?