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.
This endpoint does not require any input parameters.
[
{
"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 '{}'
This endpoint does not require any input parameters.
[
{
"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"}'
This endpoint does not require any input parameters.
[
{
"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"}'
This endpoint does not require any input parameters.
[
{
"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"}'
| 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 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, 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.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
Service Level:
100%
Response Time:
7,252ms
Service Level:
100%
Response Time:
5,285ms
Service Level:
100%
Response Time:
54ms
Service Level:
100%
Response Time:
54ms
Service Level:
100%
Response Time:
911ms
Service Level:
100%
Response Time:
66ms
Service Level:
100%
Response Time:
2,649ms
Service Level:
100%
Response Time:
3,415ms
Service Level:
100%
Response Time:
165ms
Service Level:
100%
Response Time:
256ms