Bwfbadminton: Get Tournament Matches
Bwfbadminton via Parse · sports
Get detailed match results for a tournament on a specific date or date range. Includes player names, countries, seeds, scores per game, duration, round, discipline, and court. Requires either a single date or both date_start and date_end. Supports filtering by discipline (MS, WS, MD, WD, XD). Access BWF (Badminton World Federation) tournament calendar, draw structures, and detailed match results including player information, scores, and match metadata. Fulfilled by Parse from bwfbadminton.com.
- bwfbadminton
- bwfbadminton-com
- entertainment
- government-public
- 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/9b6754e3-5d0f-436a-91b8-ec4da53973b7/get_tournament_matches
- Interface artifact
- sha256:579540e9962da064d330a000f32c6315d3b5707eab37d1e66473e8bae2ac725b
- Manifest digest
- sha256:5eb68616df3081542cc6c8e931bc5e2615f0a58fe3d99575e66a51a3d0450b33
Request fields
- date (string): Single date in YYYY-MM-DD format. Use either this OR date_start+date_end.
- date_end (string): End date for range query (YYYY-MM-DD). Must be used with date_start.
- date_start (string): Start date for range query (YYYY-MM-DD). Must be used with date_end.
- discipline (string): Filter by discipline: MS (Men's Singles), WS (Women's Singles), MD (Men's Doubles), WD (Women's Doubles), XD (Mixed Doubles).
- tournament_code (string, required): Tournament UUID code. Obtain from list_tournaments endpoint's tournament_code field.
Example queries
- {"date":"2025-08-31","tournament_code":"EA80B0AF-6613-4D74-8C79-27BF45DD2ABA"}