Matches
Matches
Query Parameters
- id integer
Default value:
eq.4
- tournament_id integer
Default value:
eq.14850
- season_id integer
Default value:
eq.13087
- round_id integer
Default value:
eq.220052
- arena_id integer
Default value:
eq.805
- referee_id integer
- home_team_id integer
Default value:
eq.35303
- away_team_id integer
Default value:
eq.36013
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
Note: This is a Primary Key.
- name character varying
- tournament_id integer
Note: This is a Foreign Key to
seasons-by-tournament.tournament_id
. - tournament_name text
- tournament_importance integer
- season_id integer
Note: This is a Foreign Key to
seasons.id
. - season_name text
- round_id integer
Note: This is a Primary Key.
- round jsonb
- status jsonb
- status_type text
- attendance integer
- arena_id integer
Note: This is a Foreign Key to
arenas.id
. - arena_name text
- arena_hash_image character varying
Possible values:
<= 64 characters
- home_team_id integer
Note: This is a Foreign Key to
teams.id
. - home_team_name text
- home_team_hash_image character varying
Possible values:
<= 64 characters
- away_team_id integer
Note: This is a Foreign Key to
teams.id
. - away_team_name text
- away_team_hash_image character varying
Possible values:
<= 64 characters
- home_team_score jsonb
- away_team_score jsonb
- times jsonb
- coaches jsonb
- specific_start_time timestamp with time zone
- start_time timestamp with time zone
- end_time timestamp with time zone
- duration integer
- last_period text
- season_statistics_type text
- lineups_id integer
Note: This is a Foreign Key to
matches-lineups.id
. - coaches_id integer
- class_id integer
- class_name text
- class_hash_image character varying
Possible values:
<= 64 characters
- league_id integer
- league_name text
- league_hash_image character varying
Possible values:
<= 64 characters
- previous_leg_match_id integer
Note: This is a Foreign Key to
matches.id
. - weather_id integer
Note: This is a Foreign Key to
matches-weather.id
. - weather_main text
- weather_icon text
[
{
"id": 4,
"name": "Boston Bruins vs Florida Panthers",
"tournament_id": 14850,
"tournament_name": "NHL, Playoffs",
"tournament_importance": 19,
"season_id": 13087,
"season_name": "NHL 22/23",
"round_id": 220052,
"round": {
"id": 220052,
"name": "Eastern conference first round",
"round": 189,
"end_time": "2023-05-02",
"start_time": "2023-04-17"
},
"status": {
"type": "finished",
"reason": "Ended"
},
"status_type": "finished",
"arena_id": 805,
"arena_name": "TD Garden",
"arena_hash_image": "9cf0cc6c2357880c06cf1b41d3d706c44ba4baf545e959babf3e5b19b594fab6",
"home_team_id": 35303,
"home_team_name": "Boston Bruins",
"home_team_hash_image": "cf37e10c2a6dbfb93ab47207869ea6cd150754fb90c6f8bbc81e7d972fcfc864",
"away_team_id": 36013,
"away_team_name": "Florida Panthers",
"away_team_hash_image": "e787d0547fcda0f20f93c58e9bff663a35573884a2e1ed475110b47094be96b5",
"home_team_score": {
"current": 3,
"display": 3,
"period_1": 1,
"period_2": 2,
"period_3": 0,
"default_time": 3
},
"away_team_score": {
"current": 1,
"display": 1,
"period_1": 0,
"period_2": 1,
"period_3": 0,
"default_time": 1
},
"times": {
"specific_start_time": "2023-04-18T02:23:19+00:00"
},
"coaches": {
"away_coach_id": 5471,
"home_coach_id": 5440,
"away_coach_name": "Paul Maurice",
"home_coach_name": "Jim Montgomery",
"away_coach_hash_image": "ec2a8044cedafb87a5b7a04854764596291055d98fe5ef52c18f6ab5ed44b9cf",
"home_coach_hash_image": "beb8ab6eb5301b767520266b4322118db9744e17952c797682d88d14f4103943"
},
"specific_start_time": "2023-04-18T02:23:19+00:00",
"start_time": "2023-04-17T23:30:00+00:00",
"duration": 9000,
"season_statistics_type": "playoffs",
"lineups_id": 1,
"coaches_id": 1,
"class_id": 386,
"class_name": "USA",
"class_hash_image": "6ed4c064312977aa5b12b8f5973d2e384ae095ad9e5a15a958bfe461c39d33c4",
"league_id": 2071,
"league_name": "NHL",
"league_hash_image": "04f699e960eab3da1e26aff4fd198b3f9e05f8bdceb1a3a389c873e5a2a75e59"
}
]