Frequently asked questions for Cricket v2
Click on the categories below or browse questions on the right panel.
Categories
.
Coverage
How do I find out the coverage for a particular match?
This is available in our coverage properties within Match Timeline. Coverage levels are:
- Post-match - Lowest level of coverage. Data is entered after the completion of the match
- Core - Includes basic data such as scores, players, current over stats, required run rate
- Advanced - More granular coverage. Includes more datapoints such as shot and ball types, wagon wheel data
- Fielding - More enhanced coverage currently only for major ICC events (World Cup Mens, Womens, U19) and the Caribbean Premier League (CPL). Data points include richer data for fielding events, fielding position coordinates and multiple-player events
How will a sport event behave when it is not covered with live scores?
When a sport_event
is not covered live, the status
and match_status
will remain as not_started
until results are entered post-match.
Integration
How can I find the values for various enum data points within the API?
Many enum values are listed in the FAQ below. For the most up-to-date values, please see the Schema section of the OpenAPI specification here: https://schemas.sportradar.com/sportsapi/cricket/v2/openapi/swagger/index.html
What format are date fields presented in?
When we present date only values we present these in the ISO 8601 standard format.
ex: 2013-04-03
We use these for attributes that have date and no time (such as birthdate). For more information: https://en.wikipedia.org/wiki/ISO_8601
What format are the date/time fields presented in?
All of our Date/Time attributes are in UTC, presented in the ISO 8601 standard format.
ex: 2013-04-03T18:15:00+00:00
For more information: https://en.wikipedia.org/wiki/ISO_8601
How do I locate the TTL (Time to Live)/cache on an API endpoint?
The cache (in seconds) can be accessed in the returned header information on each RESTful API call, under cache-control
.
ex. cache-control: max-age=1, public, s-maxage=1
or
cache-control: public, must-revalidate, max-age=120
What does the batting_params.trace
attribute represent?
batting_params.trace
attribute represent?The trace
attribute is a Boolean value signifying whether or not the ball was hit in the air.
Sport Event Statuses
What are the valid sport_event_status
– status
values?
sport_event_status
– status
values?not_started
– The match is scheduled to be played.live
– The match is currently in progress.postponed
– The match has been postponed to a future date.suspended
– The match has been suspended.delayed
– The match has been temporarily delayed and will be continued.cancelled
– The match has been cancelled and will not be played.abandoned
– The match began, but was abandoned.interrupted
- The match began, but coverage has stopped for a short time. Note that match scores may not be updated during this period, the last recorded match score will be displayed insteadended
– The match is over.closed
– The match is over and the results have been confirmed.
What are the valid sport_event_status
– match_status
values?
sport_event_status
– match_status
values?awaiting_super_over
dinner
drinks
ended
first_innings_away
first_innings_home
fourth_innings_away
fourth_innings_home
innings_break
interrupted
lunch_break
second_innings_away
second_innings_home
stumps
super_over
tea_break
third_innings_away
third_innings_home
What are the possible statuses within Sport Event Status?
match_delayed_due_to_wet
match_abandoned
ground_conditions
bad_ground_condition
bad_light
bad_pitch
bad_weather_condition
crowd_invasion
crowd_trouble
dinner
drinks
fog
innings_break
light_failure
lunch
match_abandoned
match_ended
play_halted
rain_stoppage
stumps
super_over
in_progress
tea
wet_ground_condition
wet_pitch_condition
Languages
What valid languages you support?
Currently only English (en)
More questions?
Reach out to [email protected] for further assistance.