highlightly_hockey_highlights
Fetch ice-hockey video highlights for a specified date, match, or league. Returns clip details including URLs and embed codes.
Instructions
Ice-hockey highlight clips.
Returns: {data:[{id, title, url, embedUrl, imgUrl, match:{…}}], pagination} — SHAPE FROM VENDOR DOCS.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: A day's hockey highlights {"date": "2024-01-15"}
Auth: needs your own key in HIGHLIGHTLY_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD. | |
| limit | No | Page size. | |
| matchId | No | One match. | |
| leagueId | No | One competition. |