Endpoint

This endpoint provides Information about an ongoing or completed sport event. Apart from the general information related to the match it provides info related for example to score changes, yellow cards, corner kicks, etc.

The actual endpoint is event-specific and the actual attributes vary slightly between sports.

How to call the endpoint?

To call the endpoint for a specific match, the ID of the match must be inserted in the call as per the following example:

/v1/sports/{language}/sport_events/sr:match:14704749/timeline.xml

Endpoint Parameters

Parameter

Description

Possible Values

language

Required

Language code for translation.

See all supported languages and their codes on language support

urn_type

Required

The type of event to look up.

sr:match, sr:stage

match_id

Required

The ID for the sport event to get fixture data from

e.g. 48665175

Information about an ongoing sport event

get

Detailed information (including event timeline) for a sport event. Prematch, Live or Post-match. Prematch info is very brief. Postmatch the results are there. XML schema

Authorizations
x-access-tokenstringRequired
Path parameters
languagestringRequired

Language code for translation.

urn_typestring · enumRequired

Displays the results for the specified id. This id could be sr:match: for a match, sr:stage: for a race, or sr:tournament: for outrights on a tournament.

Possible values:
idintegerRequired

The ID for the sport event.

Responses
200

successful operation

application/xml
get
/sports/{language}/sport_events/sr:{urn_type}:{id}/timeline.xml

Last updated

Was this helpful?