GET Score by ID
GET Scores by ID
GET Scores by IDhttps://cricket.sportmonks.com/api/v2.0/scores/{ID}Parameters
Example response
https://cricket.sportmonks.com/api/v2.0/scores/1?api_token={API_TOKEN} "data": {
"resource": "scores",
"id": 1,
"name": "1 Bye",
"runs": 0,
"four": false,
"six": false,
"bye": 1,
"leg_bye": 0,
"noball": 0,
"noball_runs": 0,
"is_wicket": false,
"ball": true,
"out": false
}Last updated
Was this helpful?