# API Descriptions

Here you will find the endpoints that can be used to retrieve the information for events offered by Premium Cricket product.

Please note that Premium cricket does NOT offer all the events you see in the Unified Feed. Use the following endpoints ONLY for information regarding sport events covered by Premium Cricket

<table data-header-hidden><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>Endpoint Name</td><td>Endpoint PATH</td><td>Description</td></tr><tr><td>Get events</td><td><pre><code>cricketapi.sportradar.com/UnifiedFeedScoring/xml/get_events
</code></pre></td><td>Used to get a list of events covered by the Premium Cricket product. </td></tr><tr><td>Get event by ID</td><td><pre><code>cricketapi.sportradar.com/UnifiedFeedScoring/xml/get_event?
event_id=sr:match:{match_id}
</code></pre></td><td>Used to get details of a single of event covered by the Premium Cricket product</td></tr><tr><td>Get score for an Event</td><td><pre><code>cricketapi.sportradar.com/UnifiedFeedScoring/xml/get_scorecard?
event_id=sr:match:{match_id}
</code></pre></td><td>Used to get a description of the current state of an In Play match</td></tr><tr><td>Get premiuim score for an Event</td><td><pre><code>cricketapi.sportradar.com/UnifiedFeedScoring/json/get_premiumscorecard?
event_Id=sr:match:{match_id}
</code></pre></td><td>Used to get a description of the current state of an In Play match and it provides you with ball-by-ball information</td></tr></tbody></table>

<br>
