---
title: "Get all live scores for all sports"
method: GET
path: "/livescore/all"
tags: ["V2 API Livescores"]
---

# Get all live scores for all sports

`GET /livescore/all`

Show the current Livescores for all sports.

## Response `200`

List of live scores for the specified sport

- LiveScoreList
  - `livescore` object[]
    - `idLiveScore` string
    - `idEvent` string
    - `strSport` string
    - `idLeague` string
    - `strLeague` string
    - `idHomeTeam` string
    - `idAwayTeam` string
    - `strHomeTeam` string
    - `strAwayTeam` string
    - `strHomeTeamBadge` string, uri
    - `strAwayTeamBadge` string, uri
    - `intHomeScore` string
    - `intAwayScore` string
    - `intEventScore` string, nullable
    - `intEventScoreTotal` string, nullable
    - `strStatus` string — Current game status (e.g., "FT" for full-time)
    - `strProgress` string — Game progress or period
    - `strEventTime` string — Scheduled start time
    - `dateEvent` string, date
    - `updated` string, date-time

---

[API](https://skmtc.net/thesportsdb/apis/thesportsdb-v2-api.md) · [All operations](https://skmtc.net/thesportsdb/apis/thesportsdb-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thesportsdb/thesportsdb-v2-api/revisions/f529422e54bf/schema)
