GET Past Fixtures by TV Station ID
Returns all the past fixtures that were available in one or more countries from your requested Tv-station ID.
https://api.sportmonks.com/v3/football/fixtures/past/tv-stations/{tvStationId}{
"data": [
{
"id": 19190779,
"sport_id": 1,
"league_id": 654,
"season_id": 23161,
"stage_id": 77469785,
"group_id": null,
"aggregate_id": 54864,
"round_id": null,
"state_id": 8,
"venue_id": 1718,
"name": "Grêmio vs Corinthians",
"starting_at": "2024-08-08 00:30:00",
"result_info": "Grêmio won after penalties.",
"leg": "2/2",
"details": null,
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1723077000
},
{
"id": 19190781,
"sport_id": 1,
"league_id": 654,
"season_id": 23161,
"stage_id": 77469785,
"group_id": null,
"aggregate_id": 54865,
"round_id": null,
"state_id": 5,
"venue_id": 392,
"name": "Fluminense vs Juventude",
"starting_at": "2024-08-08 00:30:00",
"result_info": "Game ended in draw.",
"leg": "2/2",
"details": null,
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1723077000Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Parameters
Parameter
Required
Description
Example
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?