Sports
BWF Badminton logo

BWF Badminton API

bwfbadminton.com

BWF Badminton - tournament schedules, live scores, rankings, profiles, and results.

Actions
14
Category
Sports
Login
Not required
Output
JSON

Call the BWF Badminton API

Submit a task, then poll the job until it settles. This example runs act_bwfbadminton_calendar_country_filter.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_bwfbadminton_calendar_country_filter",
    "params": {}
  }'

14 actions on bwfbadminton.com

Read

  • Calendar Country Filter

    act_bwfbadminton_calendar_country_filterread1 credit / call

    Returns country codes and names used to filter tournament calendar views.

  • Calendar Tournaments by Month

    act_bwfbadminton_calendar_tournaments_by_monthread2 credits / call

    Returns tournaments grouped by month with ids, codes, venues, and prize money.

    year
    string · required
    category_ids
    array
  • Calendar Tournaments Listing

    act_bwfbadminton_calendar_tournaments_listingread2 credits / call

    Returns paginated tournament results for a date range with ids, codes, and schedules.

    start_date
    date · required
    end_date
    date · required
    page
    string
    per_page
    string
    draw_count
    string
    active_tab
    string
  • Homepage Tournament Schedule

    act_bwfbadminton_homepage_tournament_scheduleread1 credit / call

    Returns next, previous, and live tournament schedule cards.

    draw_count
    string
  • Live Tournaments Listing

    act_bwfbadminton_live_tournaments_listingread1 credit / call

    Returns tournaments with live or recent match activity.

    show_para
    string
  • Player Match History

    act_bwfbadminton_player_match_historyread2 credits / call

    Returns previous match results, scores, and tournament context for a player profile.

    player_id
    string · required
    draw_count
    string
    active_tab
    string
    is_para
    string
    previous_offset
    string
  • Player Profile Summary

    act_bwfbadminton_player_profile_summaryread1 credit / call

    Returns core player profile fields including name, nationality, avatar, and slug.

    player_id
    string · required
    draw_count
    string
    is_para
    string
  • Player Rankings Listing

    act_bwfbadminton_player_rankings_listingread2 credits / call

    Returns paginated world ranking rows for a discipline with rank, points, and player ids.

    ranking_category_id
    string · required
    page
    string · required
    ranking_type_id
    string
    publication_id
    string
    doubles
    string
    search_key
    string
    draw_count
    string
    page_key
    string
  • Ranking Week Options

    act_bwfbadminton_ranking_week_optionsread1 credit / call

    Returns selectable ranking publication weeks for the rankings page filter.

    ranking_type_id
    string
  • Tournament Category Filter

    act_bwfbadminton_tournament_category_filterread1 credit / call

    Returns tournament grade and category filter options for a calendar date range.

    start_date
    date · required
    end_date
    date · required
  • Tournament Day Matches

    act_bwfbadminton_tournament_day_matchesread2 credits / call

    Returns match fixtures and live or final scores for all courts on a match day.

    tournament_code
    string · required
    match_date
    date · required
    order
    string
    court
    string
  • Tournament Day Match Players

    act_bwfbadminton_tournament_day_match_playersread1 credit / call

    Returns the player index for filtering matches on a tournament match day.

    tournament_code
    string · required
    match_date
    date · required
  • Tournament Live Scores

    act_bwfbadminton_tournament_live_scores_widgetread1 credit / call

    Returns this-week tournaments with live-score status.

  • Tournament Podium Results

    act_bwfbadminton_tournament_podium_results_ssrread1 credit / call

    Returns tournament podium winners per discipline with prize money and points.

    tournament_id
    string · required
    tournament_slug
    string · required

BWF Badminton API questions

Is there an API for BWF Badminton?
BWF Badminton does not offer a public data API for this, but Anakin Wire provides 14 maintained endpoints for bwfbadminton.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape BWF Badminton data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when bwfbadminton.com changes its markup, Anakin updates the action.
Do I need a BWF Badminton account?
No. Every BWF Badminton action listed here runs anonymously — no account and no credentials required.
What does the BWF Badminton API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Sports APIs

All Sports sites