Introduction
Next to seasons statistics, we’ve got specific statistics of a single fixture. With this kind of data, it’s possible to see number of: shots
, fouls
, offsides
, yellowcards
, redcards
and much more per fixture. You can check an example outcome below:
"stats": {
"data": [
{
"team_id": 8,
"fixture_id": 11867339,
"shots": {
"total": 12,
"ongoal": 5,
"blocked": 2,
"offgoal": 7,
"insidebox": 9,
"outsidebox": 3
},
"passes": {
"total": 416,
"accurate": 324,
"percentage": 77.88
},
"attacks": {
"attacks": 81,
"dangerous_attacks": 47
},
"fouls": 10,
"corners": 4,
"offsides": 3,
"possessiontime": 45,
"yellowcards": 0,
"redcards": 0,
"yellowredcards": null,
"saves": 2,
"substitutions": 3,
"goal_kick": 10,
"goal_attempts": 9,
"free_kick": 10,
"throw_in": 19,
"ball_safe": 100,
"goals": 3,
"penalties": 0,
"injuries": 1
},
{
"team_id": 9,
"fixture_id": 11867339,
"shots": {
"total": 18,
"ongoal": 3,
"blocked": 8,
"offgoal": 15,
"insidebox": 12,
"outsidebox": 6
},
"passes": {
"total": 507,
"accurate": 425,
"percentage": 83.83
},
"attacks": {
"attacks": 112,
"dangerous_attacks": 81
},
"fouls": 5,
"corners": 13,
"offsides": 5,
"possessiontime": 55,
"yellowcards": 2,
"redcards": 0,
"yellowredcards": null,
"saves": 2,
"substitutions": 1,
"goal_kick": 6,
"goal_attempts": 11,
"free_kick": 13,
"throw_in": 17,
"ball_safe": 83,
"goals": 1,
"penalties": 0,
"injuries": 0
}
]
}
Relationship Details
Below you can find the details for this relationship.
Questions?
We're always happy to help with code or other questions you might have! Search our documentation, contact support, or get in touch with our sales team.
This article was last updated on 2019-01-30 14:02:19