Fixture Endpoint

Lists the fixture for a specified sport event, meaning the fixture endpoint provides a set of information related to a match/fixture. Lists the fixture for a specified event.

The event can be a match, season, stage, or tournament

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, sr:season, sr:tournament, sr:simple_tournament, vf:match, vf:season, vf:tournament, vbl:match, vbl:season, vbl:tournament, vto:match, vto:season, vto:tournament, vdr:stage, vhc:stage, vti:match, vti:tournament, codds:competition_group, vci:match, vci:tournament, vbi:match, vbi:tournament

match_id

Required

The ID for the sport event to get fixture data from

e.g. 8696826

In order to call the endpoint for a specific match, the id of the match must be inserted in the call as per the following example.

Endpoint Structure

The main elements and sub-elements provided by the Fixture endpoints are the ones shown in the list below:

  • <fixture>

    • <tournament_round>

    • <season>

    • <tournament>

      • <sport>

      • <category>

    • <competitors>

      • <competitor>

        • <reference_ids>

          • <reference_id>

    • <venue>

    • <tv_channels>

      • <tv_channel>

    • <extra_info>

      • <info>

    • <coverage_info>

      • <coverage>

    • <product_info>

      • <is_in_live_score>

      • <is_in_hosted_statistics>

      • <links>

    • <scheduled_start_time_changes>

      • <scheduled_start_time_change>

Last updated

Was this helpful?