---
title: "Rankings"
method: GET
path: "/standings"
tags: ["Standings"]
---

# Rankings

`GET /standings`

Get current ATP/WTA rankings or tournament standings

## Query parameters

- `competitions` integer, required
- `seasonNum` integer

## Response `200`

Rankings retrieved successfully

- object
  - `standings` Standing[]
    - `competitor` Competitor
      - `id` integer — Player/Team ID
      - `name` string — Player/Team name
      - `score` string — Current score (sets won)
      - `imageUrl` string — Player photo URL
    - `position` integer — Current ranking position
    - `points` integer — ATP/WTA ranking points

---

[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)
