highlightly_soccer_leagues
Retrieve soccer league details including country, logo, and seasons. Filter by name or country code to find specific competitions.
Instructions
Football competitions covered, with the leagueId filters.
Returns: {data:[{id, name, logo, country:{code, name, logo}, seasons:[…]}], 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: Competitions covered
Auth: needs your own key in HIGHLIGHTLY_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size. | |
| leagueName | No | Name search. | |
| countryCode | No | Two-letter country code. |