Endpoint

Match status

get

Lists all possible match statuses for sports.

Authorizations
x-access-tokenstringRequired
Path parameters
languagestringRequired

Language code for translation.

Default: en
Responses
200

successful operation

application/xml
get
/descriptions/{language}/match_status.xml
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>

Last updated

Was this helpful?