Transfermarkt Football Data API
Real-time football data from Transfermarkt. Player profiles, market values, transfer histories, club squads, and league standings. The only Transfermarkt data API on RapidAPI.
Transfermarkt Football Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
healthCheck /health |
Returns API status and current timestamp. |
| Players | ||
| GET |
searchPlayers /api/v1/players/search |
Search for football players by name. Returns up to 20 results with basic info, club, nationality, and market value. |
| GET |
getPlayerProfile /api/v1/players/profile |
Get detailed profile for a player including personal info, current club, market value, contract details, and more. |
| GET |
getPlayerMarketValueHistory /api/v1/players/market-value-history |
Get the historical market value chart for a player over time, including associated club and valuation date. |
| GET |
getPlayerTransfers /api/v1/players/transfers |
Get the complete transfer history for a player, including dates, clubs, fees, and market values at time of transfer. |
| Clubs | ||
| GET |
getClubTransfers /api/v1/clubs/transfers |
Get the transfer history for a club, including arrivals and departures with player info, fees, and clubs involved. |
| GET |
getClubSquad /api/v1/clubs/squad |
Get the full squad roster for a club, including player positions, shirt numbers, nationalities, ages, and market values. |
| GET |
getClubProfile /api/v1/clubs/profile |
Get detailed club information including league, country, stadium, squad size, average age, and total market value. |
| Competitions | ||
| GET |
getCompetitionStandings /api/v1/competitions/standings |
Get the league table/standings for a competition in a given season. Includes wins, draws, losses, goals, goal difference, and points. |
Transfermarkt Football Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA Recommended | $50 / month | — |
|