---
title: "Get live scores"
method: GET
path: "/live-scores"
tags: ["Sports Data"]
---

# Get live scores

`GET /live-scores`

This endpoint retrieves live scores for a particular event ID.

## Query parameters

- `sportXEventIds` string[], required

## Response `200`

- object
  - `status` string — `success` or `failure` if the request succeeded or not
  - `data` LiveScore[]
    - `currentPeriod` string — The current period label
    - `extra` string — Extra data for this match
    - `leagueId` integer — The league ID for this match
    - `periodTime` string — The time in the period. If it's `"-1"`, it is not available or the game is finished
    - `periods` object[] — All of the periods in the match
      - `label` string — The current period name
      - `isFinished` boolean — `true` if the period is over
      - `teamOneScore` string — The score of team one in this period
      - `teamTwoScore` string — The score of team two in this period
    - `sportId` integer — The ID of the sport for this match
    - `teamOneScore` integer — The current score for team one
    - `teamTwoScore` integer — The current score for team two
    - `sportXeventId` string — The event ID for this match
    - `createdAt` string — ISO 8601 timestamp of when this record was created
    - `updatedAt` string — ISO 8601 timestamp of when this record was last updated

---

[API](https://skmtc.net/sx/apis/sx-bet-api.md) · [All operations](https://skmtc.net/sx/apis/sx-bet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sx/sx-bet-api/versions/eb2c05c3a98e/schema)
