---
title: "Live Matches"
method: GET
path: "/games/current"
tags: ["Games"]
---

# Live Matches

`GET /games/current`

Get all currently live tennis matches with real-time scores. Data updates every ~5 seconds for Grand Slam and main tour events.

## Query parameters

- `competitions` integer
- `lastUpdateId` integer

## Response `200`

Live matches retrieved successfully

- object
  - `games` Game[]
    - `id` integer — Unique match identifier
    - `statusText` string — Current match status (e.g., 'Set 2, 4-3')
    - `statusGroup` integer — Status group: 1=Not Started, 2=In Progress, 3=Finished, 4=Postponed
    - `homeCompetitor` Competitor
      - `id` integer — Player/Team ID
      - `name` string — Player/Team name
      - `score` string — Current score (sets won)
      - `imageUrl` string — Player photo URL
    - `awayCompetitor` Competitor
      - `id` integer — Player/Team ID
      - `name` string — Player/Team name
      - `score` string — Current score (sets won)
      - `imageUrl` string — Player photo URL
    - `competition` Competition
      - `id` integer — Competition ID
      - `name` string — Competition name
      - `country` object
        - `id` integer
        - `name` string
      - `hasStandings` boolean
    - `startTime` string, date-time — Match start time
  - `lastUpdateId` integer — Use for subsequent polling requests

---

[API](https://skmtc.net/sportsapipro/apis/sportsapi-pro-football-api.md) · [All operations](https://skmtc.net/sportsapipro/apis/sportsapi-pro-football-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sportsapipro/sportsapi-pro-football-api/revisions/f56c5a94869d/schema)
