Getfootballanalysis 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": {
"headToHead": [
"260604714,SPA D1,1134,1571502600,Getafe,98,Leganes,992,2,0,0,0,0,0,2,3,0.95, 0.5, 0.93, 0.92, 0.25, 0.99,1.94, 3.05, 4.25, 2.28, 2.85, 4.00,0.80, 1.75, 1.06, 0.96, 1.75, 0.94",
"377438515,SPA D1,1134,1553947200,Getafe,98,Leganes,992,0,2,0,0,0,0,3,4,1.06, 0.75, 0.82, 0.96, 0.5, 0.95,1.77, 3.20, 5.00, 1.96, 3.10, 4.90,0.96, 2, 0.90, 0.95, 1.75, 0.95",
"2586919,SPA D2,1336,1085324400,Leganes,992,Getafe,98,0,0,0,0,0,0,,,, , , , , ,, , , , , ,, , , , , "
],
"homeLastMatches": [
"110152818,SPA CUP,1189,1578754800,Real Murcia,117,Leganes,992,0,4,0,1,0,0,0,5,0.80, -0.75, 1.02, 0.80, -0.75, 1.02,3.85, 3.35, 1.78, 4.15, 3.25, 1.76,0.79, 2.25, 1.01, 1.02, 2.25, 0.78",
"201704710,SPA D1,1134,1578074400,Real Valladolid,123,Leganes,992,2,2,1,2,0,0,4,3,1.05, 0.25, 0.83, 0.92, 0, 0.98,2.36, 3.00, 3.10, 2.88, 2.81, 2.95,1.05, 2, 0.81, 0.97, 1.75, 0.93"
],
"awayLastMatches": [
"120152819,SPA CUP,1189,1578765600,CF Badalona,975,Getafe,98,2,0,0,0,0,1,1,3,0.85, -2, 0.97, 0.75, -1.5, 1.07,11.50, 6.10, 1.15, 7.00, 4.65, 1.31,0.91, 3, 0.89, 0.90, 2.75, 0.90",
"250704714,SPA D1,1134,1578150000,Getafe,98,Real Madrid,82,0,3,0,1,0,0,7,4,0.83, -0.75, 1.05, 0.95, -0.5, 0.95,3.90, 3.65, 1.82, 4.30, 3.40, 1.95,1.03, 2.75, 0.83, 0.94, 2.25, 0.96"
],
"homeSchedule": [
"111303817,SPA CUP,1189,1579802400,CD Ebro,21398,Leganes,992,6",
"222704713,SPA D1,1134,1580036400,Atletico Madrid,109,Leganes,992,9"
],
"awaySchedule": [
"252704716,SPA D1,1134,1580050800,Getafe,98,Real Betis,96,9",
"213704713,SPA D1,1134,1580655600,Athletic Bilbao,92,Getafe,98,16"
]
}
}