Match Overs Summary Query

Match Overs Summary Query

Scores of the batsmen on the crease, bowlers’ score, the cricket match score and other match-related information, broken down and provided in an over-wise format
Cricket API Image
Follow this link to get started with a new project before you start using GraphQL

Sample Query

Minimal Match Info - Use the following sample query to make requests on knowing the data on minimal match info that can show runs and wickets in overs. The result is paginated and contains the previous 10 overs of the match in descending order.

Query Arguments

Match Overs Summary 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

page_key
Str optional

The page key helps in accessing the next and previous pages of the query response.

The page key helps in accessing the next and previous pages of the query response.

more scenarios

Here are some scenarios that you must consider while making query request

Match with ScoreUse the following query for knowing the score, runs and wickets related data of a match.
Match with Bowler & Striker InfoHere's the query that can be used for making request to know the data on bowler and striker during overs of a match

Downloads

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