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
Maintained by CommunityActor stats
0
Bookmarked
20
Total users
0
Monthly active users
8 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.
Quick Start
Run with real data
{"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 |
webhookUrl | string | - | No | URL to receive results via POST request (Zapier, Make, n8n, or custom endpoint) |
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 |
Troubleshooting
"API key is required"
- 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?
Built by John Rippy | Actor Arsenal