highlightly_soccer_highlights
Fetch football highlight clips for any match, league, or date. Returns video URLs and embed codes with pagination support.
Instructions
Football highlight clips, by match, league or date. The main tool here.
Returns: {data:[{id, title, type, url, imgUrl, embedUrl, channel, source, match:{id, date, league, homeTeam, awayTeam}}], pagination:{totalCount, limit, offset}} — SHAPE FROM VENDOR DOCS. url is a page link and embedUrl an iframe source; they are not interchangeable.
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 football highlights {"date": "2024-08-17"}
Auth: needs your own key in HIGHLIGHTLY_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD. | |
| limit | No | Page size (max 40). | |
| offset | No | Page offset. | |
| matchId | No | One match. | |
| leagueId | No | One competition. |