The EFL Championship Data 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.
[
{
"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/10216/efl+championship+data+api/19637/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/10216/efl+championship+data+api/19638/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/10216/efl+championship+data+api/19639/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/10216/efl+championship+data+api/19640/get+transfers+by+team' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"team":"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 Data 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. The response includes an array of team names, allowing users to easily identify all clubs in the league.
The response includes fields such as the club name, squad size, average player age, number of foreign players, average market value, and total market value, providing a detailed overview of each team.
Users can specify a team as a parameter to retrieve performance data for that particular club in the current season. This allows for focused analysis on individual team performance metrics.
The response is structured as an array of transfer records, each containing fields like player name, position, transfer origin and destination, transfer type, and date. This organization facilitates easy access to transfer details.
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.
The endpoint requires a team name as a parameter, which must match one of the teams retrieved from the "get EFL Championship teams" endpoint. This ensures accurate data retrieval for the specified club.
Data accuracy is maintained through regular updates and validation processes, ensuring that the information regarding teams, players, and transfers reflects the most current and reliable statistics available.
Typical use cases include analyzing team performance trends, tracking player market values for scouting, monitoring transfer activities for strategic insights, and enhancing fantasy sports applications with real-time data.
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:
58ms
Service Level:
100%
Response Time:
7,252ms
Service Level:
100%
Response Time:
911ms
Service Level:
100%
Response Time:
54ms
Service Level:
100%
Response Time:
194ms
Service Level:
100%
Response Time:
10,865ms
Service Level:
100%
Response Time:
53ms
Service Level:
100%
Response Time:
11,078ms
Service Level:
100%
Response Time:
56ms