---
title: "Get Players"
method: GET
path: "/players"
tags: ["common"]
---

# Get Players

`GET /players`

List players.

Lookup mode: `playerIds` OR `participantId` OR `sportId`.

## Query parameters

- `playerIds` string, nullable
- `participantId` integer, nullable
- `sportId` integer, nullable

## Response `200`

Returns Player[]

- Player[]
  - `playerId` integer, required
  - `playerName` string, nullable

## Other responses

- `400` — API error
- `401` — API error
- `403` — API error
- `422` — Validation Error (framework-level)
- `429` — API error

---

[API](https://skmtc.net/oddspapi/apis/odds-api-v5.md) · [All operations](https://skmtc.net/oddspapi/apis/odds-api-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oddspapi/odds-api-v5/versions/5fe687d7c592/schema)
