---
title: "Get a player by ID"
method: GET
path: "/api/v2/players/{playerID}"
tags: ["V2 Players"]
---

# Get a player by ID

`GET /api/v2/players/{playerID}`

## Path parameters

- `playerID` integer, required

## Response `200`

Player data

- PlayersResponse
  - `players` PlayerNormalized[]
    - `id` integer
    - `sport_id` integer
    - `team_id` integer
    - `updated_at` string, date-time, nullable
    - `first_name` string
    - `last_name` string
    - `display_name` string
    - `weight` number
    - `height` number
    - `display_weight` string
    - `display_height` string
    - `age` integer
    - `date_of_birth` string
    - `slug` string
    - `jersey` string
    - `position` string
    - `position_abbreviation` string
    - `debut_year` integer
    - `birth_place_city` string
    - `birth_place_country` string
    - `experience_years` integer
    - `active` boolean
    - `status` string
    - `bats` string — MLB only — batting side
    - `throws` string — MLB only — throwing arm

---

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