The Sports Contracts Data Extractor API is a RESTful API that exposes data about the largest sports contracts globally, derived from public records and reliable sources. It offers endpoints to fetch: All athlete names in the dataset. Organization and sport details for a specific athlete (by name). Full contract details (e.g., value, duration, average annual value, position, nationality, signing year) for a specific athlete. This design gives users a modular way to explore the data without overloading single requests, supporting filters and efficient lookups for analytics, dashboards, or apps.
[
{
"names": [
"Juan Soto",
"Cristiano Ronaldo",
"Shohei Ohtani",
"Lionel Messi",
"Vladimir Guerrero Jr.",
"Patrick Mahomes",
"Mike Trout",
"Canelo Álvarez",
"Mookie Betts",
"Aaron Judge",
"Manny Machado",
"Francisco Lindor",
"Fernando Tatís Jr.",
"Max Verstappen",
"Bryce Harper",
"Giancarlo Stanton",
"Yoshinobu Yamamoto",
"Corey Seager",
"Gerrit Cole",
"Jayson Tatum",
"Rafael Devers",
"Jaylen Brown",
"Manny Machado",
"Trea Turner",
"Bobby Witt Jr.",
"Shai Gilgeous-Alexander",
"Xander Bogaerts",
"Joe Burrow",
"Trevor Lawrence",
"Alex Rodriguez",
"Brock Purdy",
"Nikola Jokić",
"Justin Herbert",
"Lamar Jackson",
"Nolan Arenado",
"Josh Allen",
"Jalen Hurts",
"Alex Rodriguez",
"Bradley Beal",
"Miguel Cabrera",
"Anthony Rendon",
"Stephen Strasburg",
"Russell Wilson",
"Albert Pujols",
"Robinson Canó",
"Lauri Markkanen",
"Kyler Murray",
"Deshaun Watson",
"Giannis Antetokounmpo",
"James Harden",
"Joey Votto",
"Devin Booker",
"Karl-Anthony Towns",
"Cade Cunningham",
"Scottie Barnes",
"Evan Mobley",
"Franz Wagner",
"Max Fried",
"David Price",
"Stephen Curry",
"Zach LaVine",
"Trae Young",
"Clayton Kershaw",
"Christian Yelich",
"Prince Fielder",
"Tua Tagovailoa",
"Jared Goff",
"Max Scherzer",
"Julio Rodríguez",
"Luka Dončić",
"Russell Westbrook",
"Zack Greinke",
"Rudy Gobert",
"Stephen Curry",
"Carlos Correa",
"Kevin Durant",
"Ja Morant",
"Klay Thompson",
"Derek Jeter",
"Jimmy Butler",
"Giannis Antetokounmpo",
"Jacob deGrom",
"Joe Mauer",
"Jason Heyward",
"Kris Bryant",
"Wander Franco",
"Mark Teixeira",
"Justin Verlander",
"Kirk Cousins",
"Tobias Harris",
"Khris Middleton",
"Deshaun Watson",
"Ben Simmons",
"Dansby Swanson",
"Paul George",
"Kawhi Leonard",
"Damian Lillard",
"Félix Hernández",
"Stephen Strasburg"
]
}
]
curl --location --request POST 'https://zylalabs.com/api/8773/sports+contracts+data+extractor+api/15356/get+all+athlete+names' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[
{
"name": "Lionel Messi",
"organization": "Barcelona",
"sport": "Association football"
}
]
curl --location --request POST 'https://zylalabs.com/api/8773/sports+contracts+data+extractor+api/15361/get+organization+and+sport+details+for+athlete' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"name":"Required"}'
[
{
"name": "Lionel Messi",
"contract_value": "$674,000,000",
"duration": "4 years (2017–2021)",
"average_annual_value": "$168,500,000",
"position": "Association football",
"average_per_game": "$4,434,210"
}
]
curl --location --request POST 'https://zylalabs.com/api/8773/sports+contracts+data+extractor+api/15366/get+full+contract+details+for+athlete' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"name":"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 Sports Contracts Data Extractor API provides structured access to athlete names, organization details, sports information, and comprehensive contract details including value, duration, average annual value, position, nationality, and signing year.
You can retrieve full contract details for a specific athlete by querying the API with the athlete's name. This will return data such as contract value, duration, average annual value, and other relevant fields.
The API can be used for analytics, creating dashboards, or developing applications that track and analyze sports contracts, helping teams, agents, and fans understand contract trends and athlete valuations.
The API returns data in a structured format, typically JSON, which allows for easy integration into various applications and systems for further processing and analysis.
Yes, the API supports filters, enabling users to perform efficient lookups and retrieve specific data based on criteria such as athlete name, organization, or sport, enhancing the user experience.
The "get all athlete names" endpoint returns a list of athlete names. The "get organization and sport details for athlete" endpoint provides the athlete's organization and sport. The "get full contract details for athlete" endpoint delivers comprehensive contract information, including contract value, duration, and average annual value.
Key fields include "names" for athlete names, "organization" and "sport" for athlete details, and "contract_value," "duration," "average_annual_value," and "position" for contract details. Each field provides specific insights into the athlete's profile and contract.
The response data is structured in JSON format, with each endpoint returning an array of objects. Each object contains relevant fields, making it easy to parse and integrate into applications. For example, contract details are grouped under the athlete's name for clarity.
The "get organization and sport details for athlete" and "get full contract details for athlete" endpoints require the athlete's name as a parameter. This allows users to customize their requests and retrieve specific information based on the athlete they are interested in.
Users can leverage the structured JSON data for analytics, reporting, or application development. For instance, contract details can be used to analyze trends in athlete valuations, while organization and sport data can help in categorizing athletes for various analyses.
Typical use cases include sports analytics, contract trend analysis, and building applications for fans or agents. Users can create dashboards to visualize contract values over time or compare athlete contracts across different sports and organizations.
The Sports Contracts Data Extractor API sources its data from public records and reliable sources, ensuring a high level of accuracy. Regular updates and quality checks are implemented to maintain data integrity and reliability for users.
The "get all athlete names" endpoint provides a comprehensive list of athletes. The "get organization and sport details for athlete" endpoint offers insights into the athlete's team and sport. The "get full contract details for athlete" endpoint includes financial specifics, contract duration, and athlete position, covering essential aspects of sports contracts.
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:
54ms
Service Level:
100%
Response Time:
62ms
Service Level:
100%
Response Time:
58ms
Service Level:
100%
Response Time:
54ms
Service Level:
100%
Response Time:
17,145ms
Service Level:
100%
Response Time:
12,093ms
Service Level:
100%
Response Time:
20,002ms
Service Level:
100%
Response Time:
54ms
Service Level:
100%
Response Time:
57ms
Service Level:
100%
Response Time:
545ms
Service Level:
100%
Response Time:
429ms
Service Level:
100%
Response Time:
1,301ms
Service Level:
100%
Response Time:
203ms
Service Level:
100%
Response Time:
1,877ms
Service Level:
100%
Response Time:
522ms
Service Level:
40%
Response Time:
370ms
Service Level:
100%
Response Time:
820ms
Service Level:
100%
Response Time:
912ms
Service Level:
100%
Response Time:
1,463ms
Service Level:
100%
Response Time:
1,056ms