footballdataorg_team
Retrieve a football club's full profile by team ID, including squad, coach, and running competitions. Use this tool to access team details from the Football Data API.
Instructions
One club with its squad and running competitions. NEEDS A KEY (403 without).
Returns: {id, name, shortName, tla, crest, address, website, founded, clubColors, venue, runningCompetitions:[…], coach:{id, name, nationality, contract}, squad:[{id, name, position, dateOfBirth, nationality}]} — 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: One club {"teamId": 57}
Auth: needs your own key in FOOTBALL_DATA_ORG_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | Team id (from footballdataorg_teams). Required — part of the URL path. |