fotmob_transfers
Retrieve football transfer records—confirmed deals, rumours, or popular moves—filtered by league, team, time window, fee range, and direction. Returns clean JSON with EUR fees for analysis.
Instructions
FotMob transfer center. Returns confirmed transfers, rumours, or popular transfers with the public transfer-center filters. Fee values are in EUR. Use fotmob/leagues and fotmob/search to discover league and team ids. The upstream returns 50 rows per page and caps its hit count at 10,000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last | No | Time window | |
| mode | No | Feed mode | |
| page | No | One-based result page; 50 rows per page | |
| max_fee | No | Maximum transfer fee in EUR | |
| min_fee | No | Minimum transfer fee in EUR | |
| order_by | No | Sort column | |
| team_ids | No | Comma-separated numeric FotMob team ids, up to 50; discover with /fotmob/search | |
| direction | No | Transfer direction; applied when league_ids or team_ids is supplied | |
| league_ids | No | Comma-separated numeric FotMob league ids, up to 50; discover with /fotmob/leagues | |
| likely_only | No | Return only likely rumours; mode must be rumours | |
| exclude_extensions | No | Exclude contract-extension records |