/v1/pro-players
Professional players
Pruébalo en vivo
10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.
Funciona. Consigue una clave API y úsala en tu proyecto.
Obtener una clave APIFragmentos de código
curl "https://api.oanor.com/dota-api/v1/pro-players" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/dota-api/v1/pro-players", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/dota-api/v1/pro-players");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/dota-api/v1/pro-players",
headers={"x-oanor-key": "oanor_test_..."}
)
Respuesta de ejemplo
Una respuesta real de este endpoint, capturada en la última comprobación de estado.
{
"data": {
"count": 50,
"players": [
{
"name": "LINE",
"team": "TRIES",
"country": "us",
"persona": "LineDOTA2",
"team_tag": "TRIES",
"account_id": 1111506,
"fantasy_role": 2
},
{
"name": "Newsham",
"team": "Fart Studios",
"country": "",
"persona": "Newsham",
"team_tag": "FRT",
"account_id": 1296625,
"fantasy_role": 2
},
{
"name": "Shindaqq",
"team": "SHADOW GOVERNMENT",
"country": "ax",
"persona": "АНИМЕ ПСИХОЗ",
"team_tag": "SG",
"account_id": 2029214,
"fantasy_role": 1
},
{
"name": "还不错",
"team": "bilibili",
"country": "",
"persona": "是打不过啊",
"team_tag": "bilibili",
"account_id": 2503633,
"fantasy_role": 0
},
{
"name": "Snowie",
"team": "SOG",
"country": "",
"persona": "Snowie",
"team_tag": "SOG",
"account_id": 3035021,
"fantasy_role": 0
},
{
"name": "xcz4400",
"team": "TeamFeed",
"country": "",
"persona": "SVO ZoV GOIDA",
"team_tag": "tFeed",
"account_id": 3949519,
"fantasy_role": 0
},
{
"name": "euplayer",
"team": "sk9",
"country": "",
"persona": "euplayer <3",
"team_tag": "sk9",
"account_id": 6618981,
"fantasy_role": 2
},
{
"name": "Test",
"team": "CTest",
"country": "us",
"persona": null,
"team_tag": "CT",
"account_id": 9001210,
"fantasy_role": 1
},
{
"name": "yamich",
"team": "MOUZ",
"country": "bj",
"persona": "mid two",
"team_tag": "MOUZ",
"account_id": 9403474,
"fantasy_role": 2
},
{
"name": "HarryM",
"team": "BŮČCI 5 VŮNÍ",
"country": "cz",
"persona": "HarryM",
"team_tag": "BŮČCI",
"account_id": 9742724,
"fantasy_role": 2
},
{
"name": "veinard",
"team": "NIkitateam",
"country": "ca",
"persona": "vadim(",
…