UnifyAPI
← Back to catalog

sports.football_fixtures

mock data$0.003 / call

Football Fixtures & Scores

Football/soccer fixtures, live scores, and results — filter by date, league (Premier League, La Liga, Champions League...), team. 2000+ leagues, 171 countries. 362+ fixtures per day (API-Sports)

Games & Entertainmentprovider: Sports#sports#games

Input schema

date

Date in YYYY-MM-DD format (e.g. "2026-03-20"). Returns all fixtures for that day.

string
live

Set to true to get only live/in-play fixtures

boolean
team

Team ID to filter fixtures

integer
league

League ID (e.g. 39 = Premier League, 140 = La Liga, 78 = Bundesliga)

integer
season

Season year (e.g. 2025)

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/sports.football_fixtures \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"date":"<date>","live":"<live>","team":0,"league":0,"season":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.