← Back to catalog
sports.football_fixtures
mock data$0.003 / callFootball 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)
Input schema
date
stringDate in YYYY-MM-DD format (e.g. "2026-03-20"). Returns all fixtures for that day.
live
booleanSet to true to get only live/in-play fixtures
team
integerTeam ID to filter fixtures
league
integerLeague ID (e.g. 39 = Premier League, 140 = La Liga, 78 = Bundesliga)
season
integerSeason year (e.g. 2025)
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}'