This API exposes data from Transfermarkt’s “Most Valuable Squads” page, enabling developers and analysts to programmatically retrieve football team valuation metrics. The API supports endpoints to fetch a list of all teams and individual endpoints for each data column (e.g., total squad market value, average age, player count). With parameters for filtering by team, region, or league, it allows fine-grained exploration of market trends in professional football. Designed for scalability and clarity, it enables integration with analytics dashboards, sports apps, or scouting tools.
[
[
{
"club_name": "Real Madrid",
"competition": "LaLiga"
},
{
"club_name": "Manchester City",
"competition": "Premier League"
},
{
"club_name": "Chelsea FC",
"competition": "Premier League"
},
{
"club_name": "Arsenal FC",
"competition": "Premier League"
},
{
"club_name": "Paris Saint-Germain",
"competition": "Ligue 1"
},
{
"club_name": "FC Barcelona",
"competition": "LaLiga"
},
{
"club_name": "Liverpool FC",
"competition": "Premier League"
},
{
"club_name": "Bayern Munich",
"competition": "Bundesliga"
},
{
"club_name": "Manchester United",
"competition": "Premier League"
},
{
"club_name": "Tottenham Hotspur",
"competition": "Premier League"
},
{
"club_name": "Inter Milan",
"competition": "Serie A"
},
{
"club_name": "Brighton & Hove Albion",
"competition": "Premier League"
},
{
"club_name": "Juventus FC",
"competition": "Serie A"
},
{
"club_name": "Newcastle United",
"competition": "Premier League"
},
{
"club_name": "Aston Villa",
"competition": "Premier League"
},
{
"club_name": "Atlético de Madrid",
"competition": "LaLiga"
},
{
"club_name": "Sporting CP",
"competition": "Liga Portugal"
},
{
"club_name": "RB Leipzig",
"competition": "Bundesliga"
},
{
"club_name": "SSC Napoli",
"competition": "Serie A"
},
{
"club_name": "AC Milan",
"competition": "Serie A"
},
{
"club_name": "Nottingham Forest",
"competition": "Premier League"
},
{
"club_name": "Atalanta BC",
"competition": "Serie A"
},
{
"club_name": "Crystal Palace",
"competition": "Premier League"
},
{
"club_name": "Brentford FC",
"competition": "Premier League"
},
{
"club_name": "AFC Bournemouth",
"competition": "Premier League"
}
]
]
curl --location --request POST 'https://zylalabs.com/api/9086/football+club+values+information+api/16430/get+all+football+clubs' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[
{
"club_name": "Real Madrid",
"total_market_value": "€1.34bn"
}
]
curl --location --request POST 'https://zylalabs.com/api/9086/football+club+values+information+api/16434/get+club+market+value+by+club' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"club":"Required"}'
[
{
"club_name": "Real Madrid",
"average_player_age": 26.2
}
]
curl --location --request POST 'https://zylalabs.com/api/9086/football+club+values+information+api/16440/get+average+player+age+by+club' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"club":"Required"}'
[
{
"club_name": "Real Madrid",
"squad_size": 29
}
]
curl --location --request POST 'https://zylalabs.com/api/9086/football+club+values+information+api/16444/get+player+count+by+club' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"club":"Required"}'
[
{
"club_name": "Real Madrid",
"average_market_value_per_player": "€46.38m"
}
]
curl --location --request POST 'https://zylalabs.com/api/9086/football+club+values+information+api/16449/get+average+market+value+per+player+by+club' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"club":"Required"}'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
The Football Club Values Information API provides access to market values and financial data for top football clubs, including total squad market value, average age of players, player count, and more.
The API returns data in a structured format, typically JSON, which allows for easy integration and manipulation within applications.
The API can be used to integrate real-time football club valuations into analytics dashboards, sports applications, and scouting tools, enabling users to track market trends and player valuations.
Developers can filter data by team, region, or league, allowing for fine-grained exploration of market trends and specific club valuations.
The API exposes various data fields, including total squad market value, average player age, and player count, providing comprehensive insights into football club valuations.
The "get all football clubs" endpoint returns a comprehensive list of football clubs, including key details such as the club name and the competition they participate in, allowing users to identify clubs across various leagues.
The response for the club market value endpoint includes the club name and the total market value, providing a clear view of the financial standing of each club.
Users can customize their requests by specifying parameters such as the club name when using endpoints like "get club market value," allowing for targeted data retrieval based on specific clubs.
The response for the average player age endpoint is organized in a JSON format, containing the club name and the average player age, making it easy to interpret and utilize in applications.
This endpoint provides the total number of players in a club's squad, offering insights into team size and composition, which can be useful for analysis of squad depth.
The average market value per player data can be used for player valuation analysis, scouting reports, and financial assessments, helping clubs and analysts understand player worth relative to the team.
The API sources its data from Transfermarkt, a reputable sports data website, ensuring high accuracy and reliability through regular updates and quality checks.
Users should verify their input parameters for accuracy and completeness. If results are still partial or empty, it may indicate that the requested data is not available or that the club does not exist in the database.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
Service Level:
100%
Response Time:
4,380ms
Service Level:
100%
Response Time:
9,572ms
Service Level:
100%
Response Time:
218ms
Service Level:
100%
Response Time:
853ms
Service Level:
100%
Response Time:
6,987ms
Service Level:
100%
Response Time:
9,221ms
Service Level:
100%
Response Time:
12,860ms
Service Level:
100%
Response Time:
6,914ms
Service Level:
100%
Response Time:
3,232ms
Service Level:
100%
Response Time:
56ms