Overtime V2 players info
Get a list of basic info for all players or per single player.
REST API
GET
https://overtimemarketsv2.xyz/overtime-v2/players-info
GET
https://overtimemarketsv2.xyz/overtime-v2/players-info/{{playerId}}
See players info API endpoint with request/response examples under Postman documentation.
Example Request
https://overtimemarketsv2.xyz/overtime-v2/players-info
Single player request
https://overtimemarketsv2.xyz/overtime-v2/players-info/1956
Example Response
Response Parameters
Name | Type | Description |
---|---|---|
playerName | string | The name of the player |
Last updated