Matches Highlights
Matches Highlights
Query Parameters
- match_id integer
Default value:
eq.14324
- 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
- id integer
Note: This is a Primary Key.
- match_id integer
Note: This is a Foreign Key to
matches.id
. - title text
- subtitle text
- url text
- created_at timestamp with time zone
- source_url text
[
{
"id": 1,
"match_id": 14324,
"title": "Minnesota Wild 7-4 Edmonton Oilers",
"subtitle": "Full Highlights",
"url": "https://youtu.be/grBVGElBPGc",
"created_at": "2023-10-25T06:12:24+00:00",
"source_url": "https://youtu.be/grBVGElBPGc"
}
]
Loading...