Overtime V2 players info
Get a list of basic info for all players or per single player.
REST API
GET
https://api.overtime.io/overtime-v2/players-info
GET
https://api.overtime.io/overtime-v2/players-info/{{playerId}}
See players info API endpoint with request/response examples under Postman documentation.
Example Request
https://api.overtime.io/overtime-v2/players-info
Single player request
https://api.overtime.io/overtime-v2/players-info/1956
Example Response
{
"361": {
"playerName": "Blake Walston"
},
"386": {
"playerName": "Jordan Westburg"
},
"396": {
"playerName": "Brayan Bello"
}
}
Response Parameters
Name
Type
Description
playerName
string
The name of the player
Last updated