apisports_football_teams
Fetch football club info by league, season, country, or name search. Returns team and venue details for analysis and comparison.
Instructions
Clubs, by league/season, country, or name search.
Returns: {response:[{team:{id, name, code, country, founded, national, logo}, venue:{id, name, address, city, capacity, surface}}]} — 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: Search a club {"search": "Arsenal"}
Auth: needs your own key in API_SPORTS_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | One team id. | |
| league | No | League id (pair with season). | |
| search | No | Name search (3+ characters). | |
| season | No | Season starting year. | |
| country | No | Country name. |