Limiting
Sometimes you just want to limit your response a little bit!
What is limiting?
Create the request
https://soccer.sportmonks.com/api/v2.0/seasons/17141?api_token={API_TOKEN}&include=fixtures{
"data": {
"id": 17141,
"name": "2020/2021",
"league_id": 501,
"is_current_season": true,
"current_round_id": 194976,
"current_stage_id": 77447501,
"fixtures": {
"data": [
{
"id": 16475283,
"league_id": 501,
"season_id": 17141,
"stage_id": 77447501,
"round_id": 194968,
"group_id": null,
"aggregate_id": null,
"venue_id": 281425,
"referee_id": 15818,
"localteam_id": 496,
"visitorteam_id": 258,
"winner_team_id": 496,
"weather_report": {
"code": "clouds",
"type": "broken clouds",
"icon": "https://cdn.sportmonks.com/images/weather/04d.png",
"temperature": {
"temp": 60.62,
"unit": "fahrenheit"
},
"temperature_celcius": {
"temp": 15.9,
"unit": "celcius"
},
"clouds": "75%",
"humidity": "72%",
"pressure": 1013,
"wind": {
"speed": "5.82 m/s",
"degree": 300
},
"coordinates": {
"lat": 55.83,
"lon": -4.43
},
"updated_at": "2020-08-01T15:45:06.417645Z"
},
"commentaries": false,
"attendance": null,
"pitch": null,
"details": null,
"neutral_venue": false,
"winning_odds_calculated": true,
"formations": {
"localteam_formation": "4-2-3-1",
"visitorteam_formation": "3-4-2-1"
},
"scores": {
"localteam_score": 1,
"visitorteam_score": 0,
"localteam_pen_score": null,
"visitorteam_pen_score": null,
"ht_score": "1-0",
"ft_score": "1-0",
"et_score": null,
"ps_score": null
},
"time": {
"status": "FT",
"starting_at": {
"date_time": "2020-08-01 14:00:00",
"date": "2020-08-01",
"time": "14:00:00",
"timestamp": 1596290400,
"timezone": "UTC"
},
"minute": 90,
"second": null,
"added_time": null,
"extra_minute": null,
"injury_time": null
},
"coaches": {
"localteam_coach_id": 1621,
"visitorteam_coach_id": 22145896
},
"standings": {
"localteam_position": 3,
"visitorteam_position": 12
},
"assistants": {
"first_assistant_id": 12770,
"second_assistant_id": 36793,
"fourth_official_id": 19329
},
"leg": "1/1",
"colors": {
"localteam": {
"color": "#F0F0F0",
"kit_colors": "#F0F0F0,#F0F0F0,#0A0A0A,#0A0A0A,#0A0A0A,#FFDF1B,#F0F0F0"
},
"visitorteam": {
"color": "#FDBD0F",
"kit_colors": "#FDBD0F,#FDBD0F,#FAE403,#FAE403,#5C8FAE,#FFDF1B,#FDBD0F"
}
},
"deleted": false
},
Evaluate the response
Limit the response
Last updated
Was this helpful?