v1

latestOpenAPI 3.0.02026-07-2678105413.1 KB
V1 API Lookup

Lookup Lineup

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

get/lookuplineup.php

Query parameters

idinteger required

Unique identifier for the event.

Response

Successful Response

Example response

{
  "lineup": [
    {
      "idLineup": "533",
      "idEvent": "1032723",
      "strPosition": "Midfielder",
      "strHome": "Yes",
      "strSubstitute": "No",
      "intSquadNumber": "2",
      "idPlayer": "34161548",
      "strPlayer": "Matty Cash",
      "idTeam": "133601",
      "strTeam": "Aston Villa",
      "strCutout": "https://www.thesportsdb.com/images/media/player/cutout/cs0q7d1694201422.png",
      "strThumb": "https://www.thesportsdb.com/images/media/player/thumb/457swz1508161435.jpg",
      "strRender": "https://www.thesportsdb.com/images/media/player/render/nqmmfh1735982338.png"
    }
  ]
}