fbref.com API: get_team_schedule
fbref.com via Parse · sports
Get a team's fixtures and results across all competitions for a season. Returns one row per match with date, competition, venue, opponent, result, goals_for, goals_against, formation, and match_id for joining to get_match_report. Scrapes football/soccer statistics from FBRef.com including player stats, team stats, league standings, match reports, and search. Fulfilled by Parse from fbref.com.
- entertainment
- fbref-com
- news-media
- parse
- platform-key
- sports
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1a8fe9ae-251c-43bc-abda-4d7469597ce8/get_team_schedule
- Interface artifact
- sha256:0895de51023a7b172ef640c95e9e4bffc5021d715d65ab1b841faa4c95cd4eb2
- Manifest digest
- sha256:f591c3d6e0b84d10775e712c699c2170b6ab11dfcc25a73d9af9646dd533b2b0
Request fields
- season (string): Season identifier (e.g. 2025-2026). Omitting returns the current season.
- team_id (string, required): FBref team ID (8-character hex identifier, e.g. 18bb7c10 for Arsenal). Obtainable from search or get_league_standings results.
Example queries
- {"season":"2025-2026","team_id":"18bb7c10"}