---
title: "Lookup Event Lineup by ID"
method: GET
path: "/lookup/event_lineup/{idEvent}"
tags: ["V2 API Lookup"]
---

# Lookup Event Lineup by ID

`GET /lookup/event_lineup/{idEvent}`

Lookup for any sports event player lineup using its unique ID.

## Path parameters

- `idEvent` integer, required

## Response `200`

Match lineup details for the given event ID

- EventLineup
  - `lookup` object[]
    - `idLineup` string
    - `idEvent` string
    - `strEvent` string
    - `strPosition` string
    - `strPositionShort` string
    - `strFormation` string, nullable
    - `strHome` string
    - `strSubstitute` string
    - `intSquadNumber` string
    - `strCutout` string, uri
    - `idPlayer` string
    - `strPlayer` string
    - `idTeam` string
    - `strTeam` string
    - `strCountry` string
    - `strSeason` string

---

[API](https://skmtc.net/thesportsdb/apis/search-api.md) · [All operations](https://skmtc.net/thesportsdb/apis/search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thesportsdb/search-api/versions/e5759aa68b83/schema)
