The Top Football Players Data API focuses on the football (soccer) player’s market values and performance statistics. It includes data fields such as player names, market values, and key statistics. Users can explore top goalkeepers, defenders, midfielders, and forwards. The API supports standard HTTP requests for easy data retrieval, returning results in a structured format for seamless integration into applications. It also provides real-time updates on player values, making it an essential tool for analysts, agents, and football fans.
[{"goalkeepers":["Giorgi Mamardashvili","Diogo Costa","David Raya","Gregor Kobel","Gianluigi Donnarumma","Guglielmo Vicario","Andr\u00e9 Onana","Mike Maignan","Lucas Chevalier","Ederson","Unai Sim\u00f3n","Bart Verbruggen","Anatoliy Trubin","\u00c1lex Remiro","Jan Oblak","Emiliano Mart\u00ednez","Thibaut Courtois","Alisson","Caoimh\u00edn Kelleher","Matvey Safonov","Filip J\u00f8rgensen","Marcin Bulka","Marco Carnesecchi","Aaron Ramsdale","Andriy Lunin"]}]
curl --location --request POST 'https://zylalabs.com/api/6081/top+football+players+data+api/8280/obtain+best+goalkeepers' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[{"player":"Jan Oblak","market_value":"\u20ac25.00m"}]
curl --location --request POST 'https://zylalabs.com/api/6081/top+football+players+data+api/8281/goalkeepers+market+value' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"goalkeeper":"Required"}'
[{"matches":33,"goals":0,"assists":0,"own_goals":0,"yellow_cards":0,"red_cards":0}]
curl --location --request POST 'https://zylalabs.com/api/6081/top+football+players+data+api/8282/obtain+goalkeeper+details' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"goalkeeper":"Required"}'
[{"defenders":["William Saliba","Josko Gvardiol","Gabriel Magalh\u00e3es","Alessandro Bastoni","Trent Alexander-Arnold","R\u00faben Dias","Pau Cubars\u00ed","Cristian Romero","Bremer","Jules Kound\u00e9","Achraf Hakimi","Federico Dimarco","Leny Yoro","Nuno Mendes","Levi Colwill","Micky van de Ven","Ronald Araujo","Ben White","Murillo","Alejandro Balde","Castello Lukeba","Lisandro Mart\u00ednez","Alphonso Davies","Ibrahima Konat\u00e9","Dayot Upamecano"]}]
curl --location --request POST 'https://zylalabs.com/api/6081/top+football+players+data+api/8283/obtain+best+defenders' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[{"player":"Bremer","market_value":"\u20ac60.00m"}]
curl --location --request POST 'https://zylalabs.com/api/6081/top+football+players+data+api/8284/obtain+defenders+market+value' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"defender":"Required"}'
[{"matches":8,"goals":0,"assists":0,"own_goals":0,"yellow_cards":1,"red_cards":0}]
curl --location --request POST 'https://zylalabs.com/api/6081/top+football+players+data+api/8285/obtain+defenders+details' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"defender":"Required"}'
[{"midfielders":[{"name":"Federico Valverde"},{"name":"Rodri"},{"name":"Declan Rice"},{"name":"Martin \u00d8degaard"},{"name":"Pedri"},{"name":"Mois\u00e9s Caicedo"},{"name":"Gavi"},{"name":"Eduardo Camavinga"},{"name":"Alexis Mac Allister"},{"name":"Bruno Guimar\u00e3es"},{"name":"Aur\u00e9lien Tchouam\u00e9ni"},{"name":"Nicol\u00f2 Barella"},{"name":"Enzo Fern\u00e1ndez"},{"name":"Dominik Szoboszlai"},{"name":"Warren Za\u00efre-Emery"},{"name":"Jo\u00e3o Neves"},{"name":"Mart\u00edn Zubimendi"},{"name":"James Maddison"},{"name":"Dani Olmo"}]}]
curl --location --request POST 'https://zylalabs.com/api/6081/top+football+players+data+api/8286/best+midfielders' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[{"Player":"Gavi","Market value":"\u20ac80.00m"}]
curl --location --request POST 'https://zylalabs.com/api/6081/top+football+players+data+api/8287/obtain+midfielder+market+value' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"midfielder":"Required"}'
[{"matches":20,"goals":2,"assists":3,"own_goals":0,"yellow_cards":3,"red_cards":0}]
curl --location --request POST 'https://zylalabs.com/api/6081/top+football+players+data+api/8288/obtain+midfielder+details' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"midfielder":"Required"}'
[{"attackers":["Vinicius Junior","Lamine Yamal","Kylian Mbapp\u00e9","Bukayo Saka","Phil Foden","Rodrygo","Lautaro Mart\u00ednez","Harry Kane","Khvicha Kvaratskhelia","Luis D\u00edaz","Juli\u00e1n Alvarez","Raphinha","Victor Osimhen","Rafael Le\u00e3o","Alexander Isak","Viktor Gy\u00f6keres","Marcus Thuram","Kai Havertz","Nico Williams","Bradley Barcola","Michael Olise","Darwin N\u00fa\u00f1ez","Rasmus H\u00f8jlund","Anthony Gordon"]}]
curl --location --request POST 'https://zylalabs.com/api/6081/top+football+players+data+api/8289/obtain+the+best+attackers' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[{"Player":"Rodrygo","Market value":"\u20ac100.00m"}]
curl --location --request POST 'https://zylalabs.com/api/6081/top+football+players+data+api/8290/obtain+attackers+market+value' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"attacker":"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 Top Football Players Data API provides extensive data on football players, including their market values, player names, and key performance statistics across different positions such as goalkeepers, defenders, midfielders, and forwards.
Data can be retrieved from the Top Football Players Data API using standard HTTP requests. The API returns results in a structured format, making it easy to integrate the data into applications.
Yes, the Top Football Players Data API provides real-time updates on player values, ensuring that users have access to the most current market values and performance statistics.
The API is designed for analysts, agents, and football fans who are interested in exploring player statistics and market values, making it an essential tool for anyone involved in the football industry.
The Top Football Players Data API provides extensive data on football players, including player names, market values, and key performance statistics. Users can explore data for various positions such as goalkeepers, defenders, midfielders, and forwards.
Each endpoint returns structured data specific to player categories. For example, the "obtain best goalkeepers" endpoint returns a list of top goalkeepers, while the "goalkeepers market value" endpoint provides the current market value of a specified goalkeeper.
Key fields in the response data include player names, market values, and performance statistics such as matches played, goals, assists, yellow cards, and red cards, depending on the endpoint used.
The response data is organized in JSON format, with each endpoint returning an array of objects. For example, the "obtain best midfielders" endpoint returns an array of midfielder objects, each containing a name field.
Each endpoint requires a specific player name as a parameter to retrieve detailed information or market values. For instance, to get a goalkeeper's market value, you must specify the goalkeeper's name obtained from the "obtain best goalkeepers" endpoint.
Each endpoint provides different types of information: player lists (best goalkeepers, defenders, midfielders, attackers), market values, and detailed statistics (matches, goals, assists) for specific players, allowing for comprehensive analysis.
Users can utilize the returned data by integrating it into applications for analysis, reporting, or tracking player performance. For example, the detailed statistics can be used to assess player contributions in matches.
Typical use cases include player scouting, market analysis for transfers, fantasy football team management, and performance tracking for analysts and fans interested in player statistics and market trends.
Data accuracy is maintained through regular updates and quality checks, ensuring that the player statistics and market values reflect the most current information available in the football industry.
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:
4,599ms
Service Level:
100%
Response Time:
61ms
Service Level:
100%
Response Time:
6,609ms
Service Level:
100%
Response Time:
55ms
Service Level:
100%
Response Time:
195ms
Service Level:
100%
Response Time:
6,914ms
Service Level:
100%
Response Time:
9,297ms
Service Level:
100%
Response Time:
3,232ms
Service Level:
100%
Response Time:
469ms
Service Level:
100%
Response Time:
12,860ms