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

20

Total users

0

Monthly active users

8 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.


Quick Start

Run with real data

{
"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
webhookUrlstring-NoURL to receive results via POST request (Zapier, Make, n8n, or custom endpoint)

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

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