List of Events
About get_events
Suggested Usage
Request Example
https://cricketapi.sportradar.com/UnifiedFeedScoring/xml/get_eventshttps://cricketapistaging.sportradar.com/UnifiedFeedScoring/xml/get_eventsResponse Structure
<GetEventsResponse xmlns="http://schemas.datacontract.org/2004/07/Sportradar.OddsFeed.PremiumCricket.Scoring.Response" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<action>Success</action>
<message>OK.</message>
<response_code>OK</response_code>
<sportEvents xmlns:a="http://schemas.datacontract.org/2004/07/Sportradar.OddsFeed.PremiumCricket.Scoring">
<a:SportEvent>
<a:categories>
<a:EventCategory>
<a:categoryValue>Singapore</a:categoryValue>
<a:eventCategoryType>Team1</a:eventCategoryType>
</a:EventCategory>
<a:EventCategory>
<a:categoryValue>Oman</a:categoryValue>
<a:eventCategoryType>Team2</a:eventCategoryType>
</a:EventCategory>
<a:EventCategory>
<a:categoryValue>20 Overs</a:categoryValue>
<a:eventCategoryType>Format</a:eventCategoryType>
</a:EventCategory>
<a:EventCategory>
<a:categoryValue>International</a:categoryValue>
<a:eventCategoryType>CompetitionType</a:eventCategoryType>
</a:EventCategory>
<a:EventCategory>
<a:categoryValue>T20 International</a:categoryValue>
<a:eventCategoryType>SeriesType</a:eventCategoryType>
</a:EventCategory>
<a:EventCategory>
<a:categoryValue>Singapore v Oman (5th T20)</a:categoryValue>
<a:eventCategoryType>SeriesName</a:eventCategoryType>
</a:EventCategory>
</a:categories>
<a:competition>T20 International</a:competition>
<a:competitionInstance>Twenty20 Internationals</a:competitionInstance>
<a:eventCreatedDate>2023-10-30T11:28:58.3104972</a:eventCreatedDate>
<a:eventId>sr:match:43903392</a:eventId>
<a:eventName>Singapore v Oman (5th T20)</a:eventName>
<a:format>20 Overs</a:format>
<a:liveOperationalStatus>CoverageConfirmed</a:liveOperationalStatus>
<a:preMatchOperationalStatus>MarketsAvailable</a:preMatchOperationalStatus>
<a:premiumCricketEventId>43903392</a:premiumCricketEventId>
<a:scheduledStart>2023-10-31T03:15:00</a:scheduledStart>
<a:status>Scheduled</a:status>
<a:venue />
</a:SportEvent>
...
</sportEvents>
</GetEventsResponse>Elements and Sub-elements Explained
Enums
Last updated
Was this helpful?