Skip to main content
GET
Football Api Lineups

Authorizations

X-API-Key
string
header
required

Issue from /v1/keys (or admin-issued for enterprise tier).

Query Parameters

fixture
string | null

api-football fixture id

Pattern: ^[1-9]\d{0,11}$
home
string | null

Home team name (used with date)

Pattern: ^[A-Za-z0-9 '\-\.]{1,80}$
away
string | null

Away team name (used with date)

Pattern: ^[A-Za-z0-9 '\-\.]{1,80}$
date
string | null

Match date YYYY-MM-DD

Pattern: ^\d{4}-\d{2}-\d{2}$

Response

ApiFootballLineups · object | null

Successful Response

home
ApiFootballSide · object | null
away
ApiFootballSide · object | null