Matches By Date League
Matches By Date League
Query Parameters
- date text
Default value:
eq.2005-11-22
- league_id integer
Default value:
eq.2071
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- date text
- league_id integer
- league_name text
- league_hash_image character varying
Possible values:
<= 64 characters
- matches jsonb
[
{
"date": "2005-11-22",
"league_id": 2071,
"league_name": "NHL",
"league_hash_image": "04f699e960eab3da1e26aff4fd198b3f9e05f8bdceb1a3a389c873e5a2a75e59",
"matches": [
{
"id": 281307,
"name": "Detroit Red Wings vs Nashville Predators",
"status": "canceled",
"duration": 9000,
"season_id": 20117,
"start_time": "2005-11-22T00:30:00+00:00",
"season_name": "NHL 05/06",
"away_team_id": 36787,
"home_team_id": 35725,
"status_reason": "Canceled",
"tournament_id": 643,
"away_team_name": "Nashville Predators",
"home_team_name": "Detroit Red Wings",
"tournament_name": "NHL",
"away_team_hash_image": "3a6336d3501729dd6c9277a04a4d0f9555422e2c79006c2d90c2686a7e348696",
"home_team_hash_image": "8d13a9b626f4fe1a8455707560f6b3e5c6e3b64bce47f67b7f17980b55ffd40a",
"tournament_importance": 20
}
]
}
]
Loading...