FOOTBALL API DATA avatar
FOOTBALL API DATA

Pricing

Pay per usage

Go to Apify Store
FOOTBALL API DATA

FOOTBALL API DATA

ALL FOOTBALL DATA SUPER FAST AND REALTIME

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Anass Seb

Anass Seb

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

2

Monthly active users

6 days ago

Last modified

Categories

Share

⚽ FOOTBALL SUPER FAST DATA ⚡

The Ultimate Football & Sports Intelligence Endpoint

This Actor provides a direct, high-speed connection to pure football data. Powered by a smart masking layer, it delivers reliable, structured data for matches, leagues, players, and transfers.


🌟 Capabilities

ModeDescription
LIVE_SCORES🔴 Real-time Feed. Get scores, minutes, and status updates instantly.
MATCH_DETAILS📊 Deep Stats. Timeline (events), Scoreboard, Lineups, and Statistics.
FIXTURES📅 Schedule. Upcoming games filtered by League or Team.
LEAGUE_STANDINGS🏆 Tables. Full ranking tables, points, form, and home/away stats.
PLAYER_PROFILE🏃 Athlete Data. Full profile, physical stats, and career info.
PLAYER_STATS📈 Performance. Season stats (goals, assists, xG) & trophy cabinet.
TRANSFERS💸 Market. Latest confirmed transfers and rumors.
LIST_COUNTRIES🌍 Discovery. List all supported countries and their IDs.
LIST_LEAGUES🏅 Discovery. List all supported leagues/competitions.

🛠️ Input Parameters

ParameterTypeRequired ForDescription
modeStringAllOperation mode (e.g., LIVE_SCORES, LIST_COUNTRIES).
leagueIdStringSTANDINGSThe Competition ID (e.g., 17).
teamIdStringTRANSFERSThe Team ID (e.g., 109).
matchIdStringMATCH_DETAILSThe specific Game ID.
playerIdStringPLAYER_*The Athlete ID.
dateFromStringFIXTURESStart Date (DD/MM/YYYY).

📊 Output Examples

Match Details (Rich Data)

{
"type": "match_details",
"id": 12345,
"scoreboard": {
"status": "LIVE",
"time": "45+2'",
"home": { "name": "Real Madrid", "score": 2 },
"away": { "name": "Barcelona", "score": 1 }
},
"timeline": [
{ "minute": 12, "type": "Goal", "player": "Vinicius Jr", "homeOrAway": "home" }
],
"statistics": [
{ "Name": "Possession", "Values": ["45%", "55%"] }
],
"lineups": { ... }
}

Country Item

{
"type": "country",
"id": 1,
"name": "England",
"iso": "GB-ENG"
}