footballdataorg_teams
Get a list of clubs in a football competition using competition code and optional season. Includes squad, coach, venue, and club details.
Instructions
The clubs in a competition. NEEDS A KEY (403 without).
Returns: {count, filters, competition, season, teams:[{id, name, shortName, tla, crest, address, website, founded, clubColors, venue, coach, squad:[…]}]} — 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: Premier League clubs {"competition": "PL"}
Auth: needs your own key in FOOTBALL_DATA_ORG_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | Season starting year. | |
| competition | Yes | Competition code or id. Required — part of the URL path. |