get
https://api.rotowire.com/Soccer/LIGA/Lineups.php
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | No | Date to retrieve lineups for. Format YYYY-MM-DD. Defaults to current date. |
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Season | integer | |
Week | integer | |
Games | array |
Example Response
{"Season": 2025, "Week": 36, "Games": [{"Id": "240862", "Date": "2026-05-12T13:00:00-04:00", "Teams": [{"IsHome": 1, "Name": "Celta Vigo", "LineupStatus": "C", "Players": [{"Firstname": "Sergio", "Lastname": "Carreira", "Position": "D", "Id": "30624"}], "Id": "82"}]}]}