Filtering
Filter the unneeded data for more efficient responses!
Create the request
https://soccer.sportmonks.com/api/v2.0/fixtures/date/2020-08-02?api_token={API_TOKEN}"data": [
{
"id": 11999555,
"league_id": 791,
"season_id": 16732,
"stage_id": 77446206,
"round_id": 187825,
"group_id": null,
"aggregate_id": null,
"venue_id": 1466,
"referee_id": 26134,
"localteam_id": 2451,
"visitorteam_id": 233261,
"winner_team_id": 233261,
"weather_report": {
"code": "clouds",
"type": "few clouds",
"icon": "https://cdn.sportmonks.com/images/weather/02n.png",
"temperature": {
"temp": 80.01,
"unit": "fahrenheit"
},
"temperature_celcius": {
"temp": 26.7,
"unit": "celcius"
},
"clouds": "20%",
"humidity": "42%",
"pressure": 1015,
"wind": {
"speed": "8.05 m/s",
"degree": 330
},
"coordinates": {
"lat": 35.47,
"lon": -97.52
},
"updated_at": "2020-08-02T02:00:08.649722Z"
},
"commentaries": false,
"attendance": null,
"pitch": "Good",
"details": null,
"neutral_venue": false,
"winning_odds_calculated": true,
"formations": {
"localteam_formation": null,
"visitorteam_formation": null
},
"scores": {
"localteam_score": 0,
"visitorteam_score": 3,
"localteam_pen_score": null,
"visitorteam_pen_score": null,
"ht_score": "0-2",
"ft_score": "0-3",
"et_score": null,
"ps_score": null
},
"time": {
"status": "FT",
"starting_at": {
"date_time": "2020-08-02 00:00:00",
"date": "2020-08-02",
"time": "00:00:00",
"timestamp": 1596326400,
"timezone": "UTC"
},
"minute": 90,
"second": null,
"added_time": null,
"extra_minute": null,
"injury_time": null
},
"coaches": {
"localteam_coach_id": 37427975,
"visitorteam_coach_id": 32013107
},
"standings": {
"localteam_position": 10,
"visitorteam_position": 3
},
"assistants": {
"first_assistant_id": 26754,
"second_assistant_id": 53662,
"fourth_official_id": 26135
},
"leg": "1/1",
"colors": {
"localteam": {
"color": "#0B750B",
"kit_colors": "#008040,#008040,#008040,#00C1BA,#C40010,#0046A8,#F0F0F0"
},
"visitorteam": {
"color": "#D6003D",
"kit_colors": "#0046A8,#0046A8,#D6003D,#D6003D,#FF0000,#0000FF,#D6003D"
}
},
"deleted": false,
"is_placeholder": false,
},Evaluate the response
Improve the request
Filtering and using includes
Last updated
Was this helpful?