Getfootballplayer is an example object payload from iSports API, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"code": 0,
"message": "success",
"data": [
{
"recordId": "271491",
"playerId": "98823",
"name": "Antonio Rudiger",
"birthday": "1993-03-03",
"height": 190,
"country": "Germany",
"feet": "Right",
"weight": 85,
"photo": "http://zq.titan007.com/Image/player/images/1j5fqgbcv12h.png?win007=sell",
"value": 900,
"teamId": "82",
"position": "Centre Back",
"number": 22,
"introduce": "",
"contractEndDate": "2026-06-30",
"PAC": "77",
"SHO": "54",
"PAS": "71",
"DRI": "68",
"DEF": "83",
"PHY": "84",
"country2": "Sierra Leone",
"country2Id": 5290
},
{
"recordId": "271920",
"playerId": "144812",
"name": "Kylian Mbappe",
"birthday": "1998-12-20",
"height": 180,
"country": "France",
"feet": "Right",
"weight": 75,
"photo": "http://zq.titan007.com/Image/player/images/144812/1kenwvfzgs12.png?win007=sell",
"value": 20000,
"teamId": "82",
"position": "Centre Forward",
"number": 10,
"introduce": "",
"contractEndDate": "2029-06-30",
"PAC": "96",
"SHO": "91",
"PAS": "81",
"DRI": "92",
"DEF": "37",
"PHY": "76",
"country2": "Cameroon",
"country2Id": 793
},
{
"recordId": "272419",
"playerId": "145108",
"name": "Trent John Alexander-Arnold",
"birthday": "1998-10-07",
"height": 180,
"country": "England",
"feet": "Right",
"weight": 69,
"photo": "http://zq.titan007.com/Image/player/images/1j0a7ezq501s.png?win007=sell",
"value": 6500,
"teamId": "82",
"position": "Right-Back",
"number": 12,
"introduce": "",
"contractEndDate": "2031-06-30",
"PAC": "76",
"SHO": "72",
"PAS": "89",
"DRI": "80",
"DEF": "79",
"PHY": "73"
}
]
}