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.
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:
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