GET Score by ID
GET Scores by ID
GET Scores by IDhttps://cricket.sportmonks.com/api/v2.0/scores/{ID}Endpoint details
Authorization
API Key
Pagination
NO
Allowed nested includes
0
Parameters
Available parameters
fields[object]
Only return fields you are interested in. Simply add &fields[object]=id,name,code to your request url.
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?