Match Ball-By-Ball Query Using GraphQL

Match Ball-By-Ball Query Using GraphQL

Ball-by-Ball updates for each over of a cricket match. The response includes ball type, batsman, bowler and fielder information, wicket details, team score and other information of a requested over of the match.
Cricket API Image
Follow this link to get started with a new project before you start using GraphQL

Sample Query

Match Over-Runs - Use the following query to access ball-by-ball data for each over in the match

Query Arguments

Match Ball-By-Ball Query accepts the following attributes

key
Str required

The key of the match whose extensive details will be fetched Get the Match Key

The key of the match whose extensive details will be fetched Get the Match Key

over_key
Str optional

The key of the over whose ball-by-ball information will be fetched.

The key of the over whose ball-by-ball information will be fetched.

Downloads

A few snapshots of the Match Ball-By-Ball Query in action under different scenarios that could help you in testing your app and understanding the responses in most cases.