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.
What format are date fields presented in?
Date values are presented in the ISO 8601 standard format.
Timestamp fields are in UTC. These could include scheduled start times or play-by-play event timestamps. Examples: scheduled="2024-02-11T23:30:00+00:00", created_at="2024-02-11T23:43:20+00:00"
Date-only fields reflect local league convention and are not UTC-adjusted. These could include season start dates and birth dates. Examples: start_date="2024-08-16", date_of_birth="1984-09-22"
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 playedlive– The match is currently in progresspostponed– The match has been postponed to a future datesuspended– The match has been suspendeddelayed– The match has been temporarily delayed and will be continuedcancelled– The match has been cancelled and will not be playedabandoned– The match began, but was abandonedinterrupted- 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 overclosed– The match is over and the results have been confirmedstarted– The match has begunstart_delayed– The match has been temporarily delayed and will be continued
What are the valid sport_event_status – match_status values?
sport_event_status – match_status values?abandonedawaiting_super_overcancelleddinnerdrinksendedfirst_innings_away_teamfirst_innings_home_teamfourth_innings_away_teamfourth_innings_home_teaminnings_breakinterruptedlunch_breaknot_startedpostponedsecond_innings_away_teamsecond_innings_home_teamstart_delayedstartedstumpssuper_overtea_breakthird_innings_away_teamthird_innings_home_team
Languages
What valid languages you support?
Currently only English (en)
More questions?Reach out to [email protected] for further assistance.
