{
"teams": [
"Ipswich Town",
"Southampton FC",
"Leicester City",
"Sheffield United",
"Norwich City",
"Middlesbrough FC",
"Birmingham City",
"Coventry City",
"West Bromwich Albion",
"Swansea City",
"Bristol City",
"Wrexham AFC",
"Stoke City",
"Hull City",
"Watford FC",
"Derby County",
"Millwall FC",
"Queens Park Rangers",
"Preston North End",
"Blackburn Rovers",
"Oxford United",
"Portsmouth FC",
"Sheffield Wednesday",
"Charlton Athletic"
]
}
curl --location --request POST 'https://zylalabs.com/api/10220/efl+championship+stats+api/19646/get+efl+championship+teams' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
{
"club": "Hull City",
"squad": 27,
"average_age": 26.2,
"foreigners": 14,
"average_market_value": "€2.12m",
"total_market_value": "€57.18m"
}
curl --location --request POST 'https://zylalabs.com/api/10220/efl+championship+stats+api/19650/get+team+information' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"team":"Required"}'
{
"club": "Leicester",
"season": "25/26",
"position": 4,
"performance": "4 matches played",
"matches_played": 4,
"wins": 3,
"draws": 0,
"losses": 1,
"goals_scored": 6,
"goals_conceded": 3,
"goal_difference": 3,
"points": 9
}
curl --location --request POST 'https://zylalabs.com/api/10220/efl+championship+stats+api/19654/get+performance+by+team' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"team":"Required"}'
{
"transfers": [
{
"player": "Jamie Vardy",
"position": "Forward",
"from": "Leicester City",
"to": "Cremonese",
"type": "FREE",
"date": "01/09/2025"
},
{
"player": "Jordan James",
"position": "Midfielder",
"from": "Rennes",
"to": "Leicester City",
"type": "LOAN",
"date": "01/09/2025"
},
{
"player": "Samuel Iling-Junior",
"position": "Forward",
"from": "Aston Villa",
"to": "West Bromwich Albion",
"type": "LOAN",
"date": "01/09/2025"
},
{
"player": "Bilal El Khannous",
"position": "Midfielder",
"from": "Leicester City",
"to": "VfB Stuttgart",
"type": "LOAN",
"date": "01/09/2025"
}
]
}
curl --location --request POST 'https://zylalabs.com/api/10220/efl+championship+stats+api/19658/get+transfers+by+team' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"team":"Required","club":"Required"}'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the EFL Championship Stats API simply include your bearer token in the Authorization header.
| 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.
(Save 2 months with annual billing 🎉)
The EFL Championship Stats API specializes in delivering detailed information about the English Football League Championship, the second tier of English football. It processes a variety of data fields, including team names, squad sizes, average player ages, foreign player counts, average market values, and total market values for clubs. The API also includes data on player transfers, market values, and rumors, making it a valuable resource for sports analysts and enthusiasts. Domain-specific terminology includes 'market value', which refers to the estimated worth of players and clubs, and 'foreigners', indicating the number of non-domestic players in a team. The API adheres to standard JSON formats for data exchange and provides structured output that includes arrays for teams and players, along with their respective attributes. Technical requirements include ensuring data accuracy and timeliness, as well as accommodating various filtering options by season. The output schema is designed to facilitate easy integration into applications requiring sports data.
The EFL Championship Stats API provides comprehensive data including team statistics, player market values, transfer information, squad sizes, average player ages, and the count of foreign players in teams.
The API delivers data in standard JSON format, structured to include arrays for teams and players along with their respective attributes, ensuring easy integration into applications.
The API can be used by sports analysts and enthusiasts to analyze team performance, track player market values, monitor transfer activities, and create data-driven insights for fantasy sports or betting applications.
The output schema includes fields such as team names, squad sizes, average market values, total market values for clubs, player names, and their respective market values, all organized for easy access.
Developers can integrate the API by utilizing its structured JSON output, allowing them to filter data by season and seamlessly incorporate EFL Championship statistics into their sports-related applications.
This endpoint returns a comprehensive list of teams participating in the EFL Championship, providing their names in a structured JSON format. This data is essential for users looking to identify teams for further analysis or queries.
The response includes fields such as "club" (team name), "squad" (number of players), "average_age" (average age of players), "foreigners" (count of non-domestic players), "average_market_value," and "total_market_value," offering detailed insights into each team.
Users can specify a team as a parameter to retrieve performance data for that particular team in the current season. This allows for tailored insights into specific teams' match statistics, including wins, losses, and points.
The response is structured as an array of transfer objects, each containing fields like "player," "position," "from," "to," "type," and "date." This organization allows users to easily access and analyze transfer activities for a specific team.
This endpoint provides detailed performance metrics for a specified team, including matches played, wins, draws, losses, goals scored, goals conceded, goal difference, and points accumulated in the current season, facilitating performance analysis.
In this endpoint, "squad" indicates the total number of players in the team, "average_age" reflects the mean age of players, "foreigners" counts non-domestic players, and "market_value" fields represent the estimated financial worth of the team and its players.
The API ensures data accuracy by sourcing information from reliable sports databases and continuously updating its records. Quality checks are implemented to verify the consistency and correctness of the data provided to users.
Typical use cases include analyzing team performance trends, tracking player transfers, evaluating market values for fantasy sports, and providing real-time updates for sports applications, enhancing user engagement and insights.
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