List of Sport Events Endpoint

About the Endpoint

Endpoint PATH

sports/{language}/schedules/pre/schedule.xml 

Endpoint Description

This endpoint returns a comprehensive list of almost all events, along with their relevant information, for which we provide pre-match odds. It serves as a valuable resource during early startup phases to acquire a wide range of fixtures.

You have the option to specify start and limit parameters, enabling you to manage the number of events/fixtures you wish to receive.

Endpoint Parameters

You can customize the endpoint response by using the following parameters.

Parameter

Description

Possible Values

language

Required

Language code for translation.

See all supported languages and their codes on language support

start

Optional

Specify the index of the starting record

Any integer from 0

E.g: 0, 1,2, ....

limit

Optional

The number of records (events/fixture) to return (max: 1000)

Any integer from 1 - 1000

E.g: 1,2, ...., 1000

Endpoint Structure

The endpoint is structured as follows:

  • <schedule>

    • <sport_event>

      • <tournament_round>

      • <season>

      • <tournament>

        • <sport>

        • <category>

      • <competitors>

        • <competitor>

          • <reference_ids>

            • <reference_id>

      • <venue>

More information about each of the above elements can be found by following the respective links.

Last updated

Was this helpful?