Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This API is used to retreive the data related to the list of the Match Status and Score StatusIDs found in the API GET - Timeline. When requesting you will get the related ids and names for the related status including to which sports they are connected to. To request this API you should use the following GET API data:

Endpoint

Method

Input Data

Sample Request Body

/api/live/v1/statusMatchScore

GET

N/A

/api/live/v1/statusMatchScore

Response Attributes

NAME

DESCRIPTION

timestamp

The date & time of when the message was created

status id

The ID of the status

status name

The name/type of the status

sport id

The ID of the Sport in which the status is included

sport name

The Name of the Sport in which the status is included

Response Examples

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<status_match_score timestamp="1701966942002">
    <status id="34" name="Awaiting penalties">
      <sports>
        <sport id="1" name="Soccer"/>
        <sport id="2" name="Basketball"/>
      </sports>
    </status>
</match_score_status>

  • No labels