Matches By Date League
Matches By Date League
Query Parameters
- date textExample: eq.2005-11-22
- league_id integerExample: eq.242
- offset string
Default value:
0Limiting and Pagination
Example: 0 - limit string
Default value:
50Limiting and Pagination
Example: 50 - lang string
Default value:
enMulti-language
Example: en
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": 242,
"league_name": "NHL",
"matches": [
{
"id": 321093,
"name": "Detroit Red Wings vs Nashville Predators",
"status": "canceled",
"duration": 9000,
"season_id": 61913,
"start_time": "2005-11-22T00:30:00+00:00",
"season_name": "NHL 05/06",
"away_team_id": 3354,
"home_team_id": 3395,
"status_reason": "Canceled",
"tournament_id": 485,
"away_team_name": "Nashville Predators",
"home_team_name": "Detroit Red Wings",
"tournament_name": "NHL",
"away_team_hash_image": "925607a186178c7b2a3d4929b3d4c84db883850695a1ddb3b4689724158ce81a",
"home_team_hash_image": "b820be76ab04a7874624775813a183cd28133a6414a375756cf37531b7eeab4f",
"tournament_importance": 20
}
]
}
]
Loading...