sportmonks_teams
Retrieve club teams by search or season, returning details like ID, name, country, venue, and foundation date. Use it to gather team data for odds and stats comparisons.
Instructions
Clubs, by search or by season.
Returns: {data:[{id, sport_id, country_id, venue_id, name, short_code, image_path, founded, type}], 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: Teams on your plan
Auth: needs your own key in SPORTMONKS_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. | |
| include | No | e.g. 'country;venue;players.player'. | |
| per_page | No | Page size. |