Matches Highlights
Matches Highlights
Query Parameters
- match_id integerExample: eq.626
- 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
- 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": 626,
"title": "Frölunda HC 2 - 3 Färjestad BK",
"subtitle": "Full Highlights",
"url": "https://www.youtube.com/watch?v=l9BRRPtndk4",
"created_at": "2026-03-02T21:06:23+00:00",
"source_url": "https://www.youtube.com/watch?v=l9BRRPtndk4"
}
]
Loading...