Flashscore: Get All Leagues Standings
Flashscore via Parse · sports
Fetch all fixtures for a given day, extract every unique competition worldwide (leagues, cups, knockout tournaments, group stages, playoff brackets — no exclusions), and retrieve standings/table data for each using batched parallel requests (~10 concurrent) with rate limiting and automatic retry with exponential backoff. For league competitions returns full standings tables. For group-stage competitions returns grouped mini-tables. For knockout/cup competitions attempts to retrieve bracket data with round names and match pairings. Competitions without available table or bracket data are included with data_type 'no_table' rather than being omitted. Every team across all competition types includes a team_logo_url from FlashScore's CDN. When top_leagues_only is true, only the top 50 globally prominent leagues are included, dramatically reducing upstream requests and cost. 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_all_leagues_standings
- Interface artifact
- sha256:d5f1d7482bd55fa4925315de43a3c408812702cfa59335c9dd66d83aa6a81a24
- Manifest digest
- sha256:d63b1f072ab95d06e0cade220cae455db3aeb122d8705456f8472cfd928b47f0
Request fields
- sport (string): Sport name to fetch competition standings 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.
- top_leagues_only (boolean): When true, filters to top 50 globally prominent leagues (Premier League, La Liga, Serie A, Bundesliga, Ligue 1, Champions League, MLS, Liga MX, etc.) before fetching standings. Reduces upstream requests significantly.
Example queries
- {"sport":"football","day_offset":"-1","top_leagues_only":"true"}