Match Status

This endpoint provides info related to the match status, the correspondence between the id of the status and the descprition of the status and the sports to which such match status are referred to.

Match status

get

Lists all possible match statuses for sports.

Authorizations
Path parameters
languagestringRequired

Language code for translation.

Default: en
Responses
200

successful operation

application/xml
get
GET /v1/descriptions/{language}/match_status.xml HTTP/1.1
Host: global.api.betradar.com
x-access-token: YOUR_API_KEY
Accept: */*
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<match_status_descriptions response_code="OK">
  <match_status id="0" description="Not started">
    <sports all="true"/>
  </match_status>
  <match_status id="1" description="1st period" period_number="1">
    <sports>
      <sport id="sr:sport:2"/>
      <sport id="sr:sport:4"/>
      <sport id="sr:sport:7"/>
      <sport id="sr:sport:13"/>
      <sport id="sr:sport:24"/>
      <sport id="sr:sport:32"/>
      <sport id="sr:sport:34"/>
      <sport id="sr:sport:131"/>
      <sport id="sr:sport:153"/>
      <sport id="sr:sport:157"/>
      <sport id="sr:sport:195"/>
    </sports>
  </match_status>
  <match_status id="2" description="2nd period" period_number="2">
    <sports>
      <sport id="sr:sport:2"/>
      <sport id="sr:sport:4"/>
      <sport id="sr:sport:7"/>
      <sport id="sr:sport:13"/>
      <sport id="sr:sport:24"/>
      <sport id="sr:sport:32"/>
      <sport id="sr:sport:34"/>
      <sport id="sr:sport:131"/>
      <sport id="sr:sport:153"/>
      <sport id="sr:sport:157"/>
      <sport id="sr:sport:195"/>
    </sports>
  </match_status>
  ...
  <match_status id="548" description="Break top EI bottom 7">
    <sports>
      <sport id="sr:sport:3"/>
    </sports>
  </match_status>
</match_status_descriptions>

Endpoint Parameters

Parameter

Description

Possible Values

language

Required

Language code for translation.

See all supported languages and their codes on language support

Endpoint Structure

  • match_status_descriptions

    • match_status

      • sports

        • sport

Last updated

Was this helpful?