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

{
  "361": {
    "playerName": "Blake Walston"
  },
  "386": {
    "playerName": "Jordan Westburg"
  },
  "396": {
    "playerName": "Brayan Bello"
  }
}

Response Parameters

NameTypeDescription

playerName

string

The name of the player

Last updated