Premier League API - Football Stats
Pricing
from $0.01 / 1,000 results
Premier League API - Football Stats
Access Premier League football statistics, fixtures, standings, player data & match results. Historical data & real-time updates for sports analytics.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Actor stats
0
Bookmarked
16
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Premier League API
Fetch Premier League football data including standings, fixtures, teams, players, and match statistics from Football-Data.org API.
BYOK (Bring Your Own Key) -- you provide your own API credentials.
Before You Start
This actor requires your own API credentials to fetch real data.
Where to get your key: Your Football-Data.org API key (free tier available). If not provided, uses demo data.
You can test with Demo Mode first (free, no key needed) to see the output format before committing.
Quick Start
Test with Demo Mode (free, no API key needed)
{"demoMode": true}
Run with real data
{"demoMode": false,"task": "standings","apiKey": "YOUR_API_KEY_HERE"}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
task | string | "standings" | Yes* | What data to fetch |
teamId | integer | - | No | Premier League team ID (e.g., 57 for Arsenal, 65 for Manchester City). Required for team_details. |
matchId | integer | - | No | Match ID for getting match details |
season | integer | - | No | Season year (e.g., 2024 for 2024/25 season). Defaults to current season. |
matchday | integer | - | No | Matchday number (1-38) for fixtures |
dateFrom | string | - | No | Start date for matches (YYYY-MM-DD format) |
dateTo | string | - | No | End date for matches (YYYY-MM-DD format) |
status | string | - | No | Filter matches by status |
apiKey | string | - | Yes* | Your Football-Data.org API key (free tier available). If not provided, uses demo data. |
demoMode | boolean | true | No | Return sample data without making API calls |
webhookUrl | string | - | No | URL to receive results via POST request (Zapier, Make, n8n, or custom endpoint) |
*Required when Demo Mode is off.
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| League Standings | Current Premier League table with points, goals scored/conceded, form | $0.01 |
| Fixtures | Upcoming and past fixtures with scores, dates, and venue information | $0.01 |
| Teams List | All Premier League teams with basic info (name, crest, stadium) | $0.01 |
| Team Details | Detailed team info including squad, manager, and recent results | $0.02 |
| Top Scorers | Premier League top scorers with goals, assists, and minutes played | $0.01 |
| Match Details | Detailed match info with lineups, events, and statistics | $0.02 |
| Match List | List of matches for a matchday or date range | $0.01 |
| Head-to-Head | Historical head-to-head record between two teams | $0.02 |
| FPL Statistics | Fantasy Premier League player stats including ownership, points, and form | $0.03 |
| Betting Odds | Match betting lines including 1X2, Asian handicap, totals from multiple sportsbooks | $0.05 |
Demo mode is free -- no charges for sample data.
Troubleshooting
"API key is required"
You have Demo Mode turned off but didn't provide an API key. Either:
- Turn Demo Mode on to test with sample data
- Add your API key in the input
"API error 403" or "Unauthorized"
Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.
"API error 429" or "Rate limit"
Too many requests. Wait a minute and try again, or reduce the number of items per run.
No results or empty dataset
Check the run log for error messages. Common causes:
- Invalid input format (check the examples above)
- API key without proper permissions
- The target data doesn't exist or is too small to track
How do I test without an API key?
Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.
Built by John Rippy | Actor Arsenal