Match Key

In Roanuz Cricket API, every cricket match has a Match key that helps in uniquely identifying a particular match from the other matches.

Getting the Match Key

The Match key can be obtained from:
  1. The data.matchescricket.match.CricketMatchSummary .key property in the Featured Matches Query.
  2. The data.matchescricket.match.CricketMatchSummary .key property in the Tournament Featured Matches Query.
  3. The data.matchescricket.match.CricketMatchBasic .key property in the Tournament Fixtures Query.
The Match Key is required for accessing data from the match related queries such as the Match Query, Match Ball-by-Ball Query and Match Overs Summary Query. It is also required in the case of obtaining Fantasy credits and points information for the matches.