---
title: "Get Participants"
method: GET
path: "/participants"
tags: ["common"]
---

# Get Participants

`GET /participants`

List participants.

Lookup mode: `participantIds` OR `sportId` OR `playerId`.

## Query parameters

- `participantIds` string, nullable
- `sportId` integer, nullable
- `playerId` integer, nullable

## Response `200`

Returns Participant[]

- Participant[]
  - `participantId` integer, required
  - `sportId` integer, nullable
  - `name` string, nullable
  - `participantShortName` string, nullable
  - `participantMediumName` string, nullable
  - `participantAbbr` 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)
