Flashscore: Get Prioritized Fixtures
Flashscore via Parse · sports
Retrieve fixtures for a given day ordered by league prominence: globally top leagues (Premier League, La Liga, Serie A, Bundesliga, Ligue 1, Champions League, Europa League, MLS, Brasileirao, Liga MX, etc.) appear first, then remaining minor/lower leagues fill the rest. Returns match fields including match_id, status, start_time, home_team, away_team, score, and competition. When limit is omitted, matches are progressively enriched with H2H history in chunks of 10 (top-league first) using retry with exponential backoff and per-chunk timeout guards. Only matches whose H2H was successfully fetched are included in the response — matches that timed out or failed are excluded. The response includes total_fixtures (all fixtures found for the day), enriched_matches (how many were successfully enriched), and remaining_matches (how many could not be enriched within the time budget). When limit is provided, that many matches are returned immediately with empty h2h arrays and no enrichment for fast performance. Response includes top_league_matches and backfill_matches counts indicating the league-tier split among returned matches. Real-time and historical sports data from FlashScore covering football, tennis, basketball, hockey, table tennis, esports, and dozens of leagues worldwide. Provides live scores, fixtures, comprehensive match statistics, match events/timelines, and league standings. Fulfilled by Parse from flashscore.com.
- entertainment
- finance
- flashscore
- flashscore-com
- 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
- POST /scraper/e4c11d5d-7c48-4a9d-9141-7abf0692ddcd/get_prioritized_fixtures
- Interface artifact
- sha256:f4d4376acf568843d5bb5aa3b0169f95d3dba896e743993062b540df2b8e066c
- Manifest digest
- sha256:0b32e07c3814a8e1af4d561e7e18608d847c139186baff07541f51eccfc3dabe
Request fields
- limit (integer): Maximum number of matches to return. Top-league matches fill first, then minor leagues backfill. When provided, matches are returned without H2H enrichment for fast performance. Omitting triggers progressive chunked H2H enrichment.
- sport (string): Sport name to fetch fixtures for.: Allowed values: football, tennis, basketball, hockey, table_tennis, esports, volleyball, golf, snooker, american_football
- day_offset (integer): Day offset from today: 0=today, -1=yesterday, 1=tomorrow, etc.
Example queries
- {"limit":"10","sport":"football","day_offset":"-1"}