---
title: "Lookup Lineup"
method: GET
path: "/lookuplineup.php"
tags: ["V1 API Lookup"]
---

# Lookup Lineup

`GET /lookuplineup.php`

Get information about the lineup of a specific event by its unique identifier.

## Query parameters

- `id` integer, required

## Response `200`

Successful Response

- LineupResponse — Contains lineup data for the specified event ID.
  - `lineup` LineupSchema[] — List of players in the lineup for the event.
    - `idLineup` string — Unique identifier for the lineup record.
    - `idEvent` string — Unique identifier for the event associated with the lineup.
    - `strPosition` string — Position of the player in the lineup.
    - `strHome` string — Indicates if the player is in the home team lineup.
    - `strSubstitute` string — Indicates if the player is a substitute.
    - `intSquadNumber` string — Squad number of the player in the lineup.
    - `idPlayer` string — Unique identifier for the player in the lineup.
    - `strPlayer` string — Name of the player in the lineup.
    - `idTeam` string — Unique identifier for the team associated with the player.
    - `strTeam` string — Name of the team associated with the player.
    - `strCutout` string, url — Cutout image of the player.
    - `strThumb` string, url — Thumbnail image of the player.
    - `strRender` string, url — Rendered image of the player.

---

[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/revisions/e5759aa68b83/schema)
