highlightly_soccer_matches
Get soccer match IDs by date, season, or league, returning match details like teams, league, and scores, to enable highlight lookups.
Instructions
Football matches, to find the matchId a highlight lookup needs.
Returns: {data:[{id, date, country, league:{id, name, logo}, homeTeam:{id, name, logo}, awayTeam:{…}, state:{description, score:{current, penalties}}}], pagination} — SHAPE FROM VENDOR DOCS. The score is nested under state, not on the match.
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 matches {"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. | |
| season | No | Season year. | |
| leagueId | No | One competition. |