Match Query Using GraphQL

Match Query Using GraphQL

Get real-time scorecard, match status, team lineups, player of the match, team scores, individual player scores, and other comprehensive match information.
Cricket API Image
Follow this link to get started with a new project before you start using GraphQL

Sample Query

Minimal Match Info - The following query contains Minimal Match Information like name, venue and start date which ultimately supports building dashboards like a match calendar.

Query Arguments

Match 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

more scenarios

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

Match with Player ScoreUse the below-mentioned query to get the information about the player scores and start building a scorecard for the match.
Match with ScoreGet access to the information on the overall score of a match and get data on the scores of batting and bowling teams of many other matches simultaneously on screens using the following query.

Downloads

A few snapshots of Match Query responses for various sample queries that could help you in testing your app and understanding the responses in most possible cases.