Match By ID

GET

The Match by ID Endpoint gives you information from a specific match

You can use #includes with this endpoint

Description

Headersapplication/json
Endpoint Example https://api.sportdatastreamapi.com/fixtures/?user={USERNAME}&token={TOKEN}&t=info&id=ID
Endpoint https://api.sportdatastreamapi.com/fixtures/?user=null&token=null&t=info&id=15006543
PaginatedNo, this endpoint is not paginated

Example Response

{
    "data": [
        {
          "id": 15006543,
          "status": 3,
          "status_name": "Finished",
          "status_period": null,
          "pitch": null,
          "referee_id": 372,
          "round_id": null,
          "season_id": 406,
          "season_name": "19/20",
          "stage_id": null,
          "stage_name": null,
          "group_id": null,
          "group_name": null,
          "aggregate_id": null,
          "winner_team_id": null,
          "venue_id": 1216,
          "leg": null,
          "deleted": null,
          "time": {
            "datetime": "2020-05-16 15:30:00",
            "date": "2020-05-16",
            "time": "15:30:00",
            "minute": 90,
            "timestamp": 1589635800,
            "timezone": "UTC"
        },
          "teams": {
            "home": {
              "id": 98,
              "name": "Borussia Dortmund",
              "short_code": "BVB",
              "img": "https://api.sportdatastreamapi.com/images/soccer/teams/80/98.png",
              "form": "3-4-3",
              "coach_id": 1007,
              "color": null,
              "kit_colors": null
            },
            "away": {
              "id": 2816,
              "name": "FC Schalke 04",
              "short_code": "S04",
              "img": "https://api.sportdatastreamapi.com/images/soccer/teams/80/2816.png",
              "form": "3-4-3",
              "coach_id": 664,
              "color": null,
              "kit_colors": null
          }
        },
          "league": {
            "id": 594,
            "name": "Bundesliga",
            "type": "",
            "country_id": 4,
            "country_name": "Germany",
            "country_flag": "https://api.sportdatastreamapi.com/images/countries/30/de.png"
          },
          "scores": {
            "home_score": 4,
            "away_score": 0,
            "ht_score": "2-0",
            "ft_score": "4-0",
            "et_score": null,
            "ps_score": null
          },
          "standings": {
            "home_position": null,
            "away_position": null
          },
          "assistants": {
            "first_assistant_id": null,
            "second_assistant_id": null,
            "fourth_assistant_id": null
          },
          "coverage": {
            "has_lineups": true,
            "has_tvs": true
          },
          "weather_report": false
        }
      ],
    }