view
View player with its data ⬜ 🟨 🟦 🟩
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status":200,
"errors":[],
"pagination":[],
"result":[
{
"id":"5fb9692a2e5a27c8",
"name":"Zlatan Ibrahimovic",
"country":"SE",
"birth_date":"1981-10-03",
"foot":"Both", // can be: Right, Left, Both or null
"height":"196 cm",
"has_image":false,
"last_team":{
"id":"5fda5fcad92584cd",
"name":"AC Milan"
},
"trasfers":[
{
"team":{
"id":"5fda5fcad92584cd",
"name":"AC Milan"
},
"from":"2020-01-01 00:00:00",
"to":null
},
...
]
}
]
}Example of code for direct API
Example of code for RapidAPI
Last updated