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/9088/get+football+club+values+api/16428/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/9088/get+football+club+values+api/16435/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/9088/get+football+club+values+api/16439/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/9088/get+football+club+values+api/16446/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/9088/get+football+club+values+api/16451/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 Get Football Club Values 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.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used 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.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
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, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
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.
Service Level:
100%
Response Time:
55ms
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:
5,262ms
Service Level:
100%
Response Time:
12,860ms
Service Level:
100%
Response Time:
6,914ms
Service Level:
100%
Response Time:
20,002ms
Service Level:
100%
Response Time:
10,029ms