Match types
CODE |
DESCRIPTION |
t20 |
T20 |
test |
Test |
one-day |
One day |
|
|
Match status
CODE |
DESCRIPTION |
started |
Started |
completed |
Completed |
notstarted |
Not started |
Status Overview
CODE |
DESCRIPTION |
scheduled |
Scheduled |
pre_match |
Pre match |
in_play |
In play |
drinks_break |
Drinks Break |
lunch_break |
Lunch Break |
innings_break |
Innings Break |
strategic_timeout |
Strategic Timeout |
stumps |
Stumps |
rain_delay |
Rain Delay |
bad_light |
Bad Light |
crowd_trouble |
Crowd Trouble |
bad_pitch_condition |
Bad Pitch Condition |
result |
Result |
abandoned |
Abandoned |
canceled |
Canceled |
floodlight_failure |
Floodlight Failure |
play_suspended_unknown |
Play Suspended Unknown |
start_delayed |
Start Delayed |
ball_change |
Ball Change |
player_injured |
Player Injured |
Match Review Checkpoint
CODE |
DESCRIPTION |
pre-match-review |
Match not started and data is not ready. Editors will start to provide the playing XI during this stage. |
pre-match-validated |
Match not started and data is ready to use. |
post-match-review |
Match completed and review in process. |
post-match-validated |
Match completed and manually reviewed. |
match-deleted |
Match has been deleted. |
Ball types
CODE |
DESCRIPTION |
normal |
Normal |
noball |
No Ball |
wide |
Wide |
legbye |
Leg Bye |
bye |
Bye |
Wicket types
CODE |
DESCRIPTION |
catch |
Catch |
bowled |
Bowled |
runout |
Run out |
lbw |
LBW |
stumbed |
Stumped |
retirehut |
Retire Hut |
hitwicket |
Hit Wicket |
obstructing_the_field |
Obstructing the field |
timeout |
Time Out |
handled_the_ball |
Handled the ball |
hit_ball_twice |
Hit ball twice |
absent_hurt |
Absent hurt |
Ball status
CODE |
DESCRIPTION |
played |
Played |
Card types
CODE |
DESCRIPTION |
micro_card |
Micro card |
summary_card |
Summary card |
full_card |
Full card |
Toss
CODE |
DESCRIPTION |
bat |
Batting |
bowl |
Bowling |
Break
CODE |
DESCRIPTION |
coffee |
Coffee break |
lunch |
Lunch break |
day |
Day break |
innings |
Innings break |
Result By
CODE |
DESCRIPTION |
runs |
Runs |
wickets |
Wickets |
draw |
Draw |
canceled |
Canceled |
walkover |
Walkover |
abandoned |
Abandoned |
Innings
CODE |
DESCRIPTION |
a_1 |
Team A, Innings 1 |
a_2 |
Team A, Innings 2 |
b_1 |
Team B, Innings 1 |
b_2 |
Team B, Innings 2 |
a_superover |
Team A, Superover |
b_superover |
Team B, Superover |
Batting Order
batting_order
: - List. Ordered list of batting team.
- Example:
[[team, innings],[team, innings], ...]
team
- String. a or b.
innings
- String, 1 or 2
batting_order: [ [ "b", "1" ], [ "a", "1" ] ]
Recent Overs
recent_overs
: - List. List of Recent three overs with over keys and ball keys
- Example:
[[over_key, list_of_ball_key]...]
over_key
- Integer. Example 1 or 12
list_of_ball_key
- List. It contain ball keys in recent first order.
{
"recent_overs": [
[
20,
[
"a9bb59ae-cfb9-401f-ac15-e34b556f8173",
"6e45e231-0ea9-4645-ab19-5c12f3533ee3",
"1d1c13c2-59bf-409b-9ef8-a72a0eb866fd",
"a36cd9d4-5894-4a91-aa73-5e267a69f104",
"161e36fd-0821-4697-affb-c99e0a45a66e"
]
],
[
19,
[
"6b983b69-3525-4135-bed2-fb293f5f6e42",
"e8df4625-9562-4fdc-8d5d-93d76d7eaf22",
"2f36f919-98ea-47d5-8f32-06e3fc0eacd7",
"6a2ac346-f824-4b7b-be80-0b669f9803c3",
"8456c578-31e0-41fe-a3ef-aef99dca68f3",
"81248550-5945-4b4d-80be-bf7fbec1b607"
]
],
[
18,
[
"2e187d09-daad-4b5d-8813-4a83f2941cd7",
"107e6ed4-c92f-4f3d-bd5b-ce7ff878205c",
"c1888cd0-77c7-4252-bc3b-dbb935d1413e",
"4c78b787-7e96-4209-bd94-408ab699e5d0",
"cc41d126-5826-4ca6-8fc5-d5d2dfd873d2",
"62f070e0-85dc-4e61-9348-4bf8ac98e0fe"
]
]
]
}