Cricket API
October 18th, 2023
Required Run Rate
Release Date | Feeds Affected | Benefit |
---|---|---|
10/18/2023 | Daily Results Match Summary Match Timeline Match Timeline Delta Team Results Team vs Team Tournament Results | Added required run rate (sport_event_status.required_run_rate ) to match statistics. |
<result>
<sport_event id="sr:match:44023764" scheduled="2023-10-17T03:30:00+00:00" start_time_tbd="false">
<tournament_round type="group" number="1"/>
<season id="sr:season:111084" name="Syed Mushtaq Ali Trophy 2023" start_date="2023-10-16" end_date="2023-11-06" year="2023"/>
</sport_event>
<sport_event_status match_status="ended" status="closed" display_score="160/2" winner_id="sr:competitor:393218" toss_won_by="sr:competitor:393230" toss_decision="bat" current_inning="2" display_overs="18.3" required_run_rate="0">
<period_scores>
<period_score home_score="0" away_score="159" type="inning" number="1" away_wickets="8" display_score="159/8"/>
<period_score home_score="160" away_score="0" type="inning" number="2" home_wickets="2" display_score="160/2"/>
</period_scores>
</sport_event_status>
</result>
"results": [
{
"sport_event": {
"id": "sr:match:44023764",
"tournament_round": {
"type": "group",
"number": 1
},
"season": {
"id": "sr:season:111084",
"name": "Syed Mushtaq Ali Trophy 2023",
"start_date": "2023-10-16",
"end_date": "2023-11-06",
"year": "2023"
},
"scheduled": "2023-10-17T03:30:00+00:00",
"start_time_tbd": false
},
"sport_event_status": {
"match_status": "ended",
"status": "closed",
"display_score": "160/2",
"toss_won_by": "sr:competitor:393230",
"toss_decision": "bat",
"current_inning": 2,
"winner_id": "sr:competitor:393218",
"display_overs": 18.3,
"required_run_rate": 0,
"period_scores": [
{
"home_score": 0,
"away_score": 159,
"type": "inning",
"number": 1,
"away_wickets": 8,
"display_score": "159/8"
},
{
"home_score": 160,
"away_score": 0,
"type": "inning",
"number": 2,
"home_wickets": 2,
"display_score": "160/2"
}
]
}
},
Update applies to: Cricket v2