Premier League API - Football Stats avatar

Premier League API - Football Stats

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Premier League API - Football Stats

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

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

16

Total users

1

Monthly active users

3 days ago

Last modified

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

ParameterTypeDefaultRequiredDescription
taskstring"standings"Yes*What data to fetch
teamIdinteger-NoPremier League team ID (e.g., 57 for Arsenal, 65 for Manchester City). Required for team_details.
matchIdinteger-NoMatch ID for getting match details
seasoninteger-NoSeason year (e.g., 2024 for 2024/25 season). Defaults to current season.
matchdayinteger-NoMatchday number (1-38) for fixtures
dateFromstring-NoStart date for matches (YYYY-MM-DD format)
dateTostring-NoEnd date for matches (YYYY-MM-DD format)
statusstring-NoFilter matches by status
apiKeystring-Yes*Your Football-Data.org API key (free tier available). If not provided, uses demo data.
demoModebooleantrueNoReturn sample data without making API calls
webhookUrlstring-NoURL 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:

EventDescriptionPrice
League StandingsCurrent Premier League table with points, goals scored/conceded, form$0.01
FixturesUpcoming and past fixtures with scores, dates, and venue information$0.01
Teams ListAll Premier League teams with basic info (name, crest, stadium)$0.01
Team DetailsDetailed team info including squad, manager, and recent results$0.02
Top ScorersPremier League top scorers with goals, assists, and minutes played$0.01
Match DetailsDetailed match info with lineups, events, and statistics$0.02
Match ListList of matches for a matchday or date range$0.01
Head-to-HeadHistorical head-to-head record between two teams$0.02
FPL StatisticsFantasy Premier League player stats including ownership, points, and form$0.03
Betting OddsMatch 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