> For the complete documentation index, see [llms.txt](https://docs.lsports.eu/u/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lsports.eu/u/trade/enumerations/player-position.md).

# Player Position

The `Position` field on a `FixturePlayer` object identifies the player's playing position on the field. Values are sport-specific.

## Football

| **Id** | **Name**   |
| ------ | ---------- |
| 1      | Midfielder |
| 2      | Defender   |
| 3      | Goalkeeper |
| 4      | Forward    |
| 55     | Coach      |

## Ice Hockey

| **Id** | **Name**   |
| ------ | ---------- |
| 30     | Goalie     |
| 31     | Forward    |
| 32     | Defenseman |
| 33     | Left Wing  |
| 34     | Center     |
| 35     | Right Wing |

## Handball

| **Id** | **Name**    |
| ------ | ----------- |
| 45     | Right Back  |
| 46     | Left Back   |
| 47     | Center Back |
| 48     | Goalkeeper  |
| 49     | Pivot       |
| 50     | Left Wing   |
| 51     | Right Wing  |

## Basketball

| **Id** | **Name**       |
| ------ | -------------- |
| 23     | Forward        |
| 24     | Guard          |
| 25     | Center         |
| 26     | Forward-Center |
| 27     | Guard-Forward  |
| 28     | Center-Forward |
| 29     | Forward-Guard  |

## American Football

| **Id** | **Name**         |
| ------ | ---------------- |
| 5      | Coach            |
| 6      | Not Applicable   |
| 7      | Quarterback      |
| 8      | Defensive Tackle |
| 9      | Cornerback       |
| 10     | Defensive End    |
| 11     | Safety           |
| 12     | Wide Receiver    |
| 13     | Tight End        |
| 14     | Running Back     |
| 15     | Kicker           |
| 16     | Linebacker       |
| 17     | Defensive Back   |
| 18     | Center           |
| 19     | Punter           |
| 20     | Defensive Line   |
| 21     | Offensive Tackle |
| 22     | Offensive Line   |

## Baseball

| **Id** | **Name** |
| ------ | -------- |
| 52     | Batters  |
| 53     | Pitchers |
| 54     | Coach    |

## Esports / League of Legends

| **Id** | **Name**            |
| ------ | ------------------- |
| 36     | Mid Laner           |
| 37     | Attack Damage Carry |
| 38     | Jungler             |
| 39     | Top Laner           |
| 40     | Support             |
| 41     | Offensive Player    |
| 42     | Head Coach          |
| 43     | Secondary Support   |
| 44     | Head Streamer       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lsports.eu/u/trade/enumerations/player-position.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
