Football API Docs
GET by Matchday

Fixtures by matchday

Response
{
    "fixtures": [
        {
            "fixtureId": 195,
            "competitionId": 1,
            "seasonId": 2,
            "matchdayId": 21,
            "teams": {
                "home": {
                    "name": "Manchester United",
                    "captain": null,
                    "manager": null,
                    "lineup": null
                },
                "away": {
                    "name": "Manchester City",
                    "captain": null,
                    "manager": null,
                    "lineup": null
                }
            },
            "fixtureDate": "2023-01-14T12:30:00",
            "status": "FULL_TIME",
            "group": null,
            "matchday": 20,
            "scores": {
                "fullTime": {
                    "home": 2,
                    "away": 1
                },
                "halfTime": {
                    "home": 0,
                    "away": 0
                },
                "extraTime": {
                    "home": null,
                    "away": null
                },
                "penalties": {
                    "home": null,
                    "away": null
                },
                "winner": "HOME_TEAM"
            },
            "venue": null,
            "stage": "REGULAR_SEASON",
            "events": {
                "goals": null,
                "bookings": null,
                "substitutions": null
            },
            "referees": [
                {
                    "name": "Stuart Attwell",
                    "nationality": "England"
                }
            ],
            "lastUpdatedDate": "2023-02-05T01:01:20.144119"
        }
    ]
}   

Component