This is a JSON object that appears to contain detailed information about cricket matches, including player statistics, team performance, and head-to-head records. I'll break down the structure of this object:
Main Object
The main object contains several key-value pairs that provide an overview of the match.
- venue: The name of the venue where the match is being played.
- series: The series or tournament that the match belongs to.
- tournament: The specific tournament within the series.
- season: The season or year in which the tournament is taking place.
- match_number: A unique number assigned to this test match.
- hours_of_play: Information about when the match starts and ends, including lunch and tea breaks.
Player Statistics
The "player_stats" object contains detailed statistics for each player participating in the match. The players are grouped by their country of origin (e.g., PAK for Pakistan and ENG for England).
- For each player:
- Role: Their position or role within the team.
- Wkts, Econ, and SR: Statistics related to wickets, economy rate, and strike rate.
Last Five Matches
The "last_five_matches" array contains information about the last five matches played by each team. Each object in this array includes:
- winner: The country that won the match.
- date: The date of the match.
- match_type: The type of match (e.g., Test).
Head-to-Head
The "head_to_head" array provides information about the head-to-head record between teams. Each object in this array includes:
- opponent: The name of the opposing team.
- result: Whether Pakistan won, lost, or drew against England.
This structure allows for easy access to detailed information about cricket matches, including player statistics, match outcomes, and historical head-to-head records between teams.