footballdataorg_scorers
Retrieve top scorers for a specified football competition using its code. Supports season and limit filters. Requires an API key.
Instructions
Top scorers in a competition. NEEDS A KEY (403 without).
Returns: {count, filters, competition, season, scorers:[{player:{id, name, nationality, position}, team:{id, name}, goals, assists, penalties, playedMatches}]} — 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 top scorers {"competition": "PL", "limit": 10}
Auth: needs your own key in FOOTBALL_DATA_ORG_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many scorers. | |
| season | No | Season starting year. | |
| competition | Yes | Competition code or id. Required — part of the URL path. |