highlightly_basketball_highlights
Retrieve basketball video highlights for NBA, EuroLeague, and other leagues. Specify date, league, or match ID to get clip URLs and embed codes.
Instructions
Basketball highlight clips (NBA, EuroLeague and others).
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 basketball 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. |