footballdataorg_competition
Get a football competition's current season and available seasons. Provide a competition code (e.g., PL) to retrieve details like name, emblem, area, and season dates.
Instructions
One competition with its current season and available seasons. NEEDS A KEY (403 without).
Returns: {id, name, code, type, emblem, area, currentSeason:{id, startDate, endDate, currentMatchday, winner}, seasons:[…]} — SHAPE FROM VENDOR DOCS, not probed.
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 {"competition": "PL"}
Auth: needs your own key in FOOTBALL_DATA_ORG_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| competition | Yes | Competition code (PL, CL, BL1, SA, PD, FL1, DED, PPL, BSA) or numeric id. Required — part of the URL path. |