π‘Request options
Field selection
1. Only select a specific field
https://api.sportmonks.com/v3/football/fixtures/18509783?api_token={your_token}{
"data": {
"id": 18509783,
"inplay": 0,
"sport_id": 1,
"league_id": 2,
"season_id": 18346,
"stage_id": 77453618,
"group_id": null,
"aggregate_id": 29195,
"round_id": null,
"state_id": 7,
"venue_id": null,
"name": "Real Madrid vs Manchester City",
"home_score": 2,
"away_score": 1,
"starting_at": "2022-05-04 19:00:00",
"result_info": "Real Madrid won after extra-time.",
"ended_at": "2022-05-04 20:54:26",
"leg": "2/2",
"details": null,
"length": 90,
"placeholder": false,
"is_final_result": 0
},https://api.sportmonks.com/v3/football/fixtures/18509783?api_token={your_token}&select=name{
"data": {
"name": "Real Madrid vs Manchester City",
"id": 18509783,
"sport_id": 1,
"round_id": null,
"stage_id": 77453618,
"group_id": null,
"aggregate_id": 29195,
"league_id": 2,
"season_id": 18346,
"venue_id": null,
"state_id": 7
},2. Select a specific field on an include
Syntax
Syntax
Usage
Example
Last updated