Introduction
Runs basically are an aggregated/calculated total of an inning of the game. The inning
property equals the scoreboard
property on bowling
and batting
data.
"runs": [
{
"resource": "runs",
"id": 18032,
"fixture_id": 9635,
"team_id": 50,
"inning": 1,
"score": 145,
"wickets": 5,
"overs": 20,
"pp1": "1-6",
"pp2": null,
"pp3": null,
"updated_at": "2019-02-17T05:27:24.000000Z",
"team": {
"name": "Melbourne Renegades",
"code": "MR",
"image_path": "https://cdn.sportmonks.com/images/cricket/teams/18/50.png",
"country_id": 98,
"national_team": false,
"updated_at": "2018-11-29T11:47:20.000000Z"
}
},
{
"resource": "runs",
"id": 18041,
"fixture_id": 9635,
"team_id": 51,
"inning": 2,
"score": 132,
"wickets": 7,
"overs": 20,
"pp1": "1-6",
"pp2": null,
"pp3": null,
"updated_at": "2019-02-17T07:10:15.000000Z",
"team": {
"name": "Melbourne Stars",
"code": "MS",
"image_path": "https://cdn.sportmonks.com/images/cricket/teams/19/51.png",
"country_id": 98,
"national_team": false,
"updated_at": "2018-11-29T11:47:20.000000Z"
}
}
]
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-17 15:25:41