Release Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

Cricket API

Display Overs per Period

Release DateFeeds AffectedBenefit
07/02/2024Daily Results

Match Summary

Match Timeline

Team Results

Team vs Team

Tournament Results
We have added display_overs into period_scores for matches.

This will ensure you can retrieve the amount of overs a team batted for within all periods.
<sport_event_status match_status="ended" status="closed" display_score="137/2" winner_id="sr:competitor:242120" toss_won_by="sr:competitor:242120" toss_decision="bowl" current_inning="2" display_overs="28.3" target="102" remaining_overs="-0.3" run_rate="4.81" allotted_overs="50">
  <period_scores>
    <period_score home_score="230" away_score="0" type="inning" number="1" allotted_overs="50" 
                  display_overs="49.2" home_wickets="10" display_score="230/10"/>
    <period_score home_score="0" away_score="137" type="inning" number="2" allotted_overs="50" 
                  display_overs="28.3" away_wickets="2" display_score="137/2"/>
  </period_scores>
</sport_event_status>

Update applies to: Cricket v2