Sports
HKJC Racing logo

HKJC Racing API

racing.hkjc.com

Hong Kong Jockey Club racing - live odds, fixtures, simulcast cards, and meetings.

Actions
8
Category
Sports
Login
Not required
Output
JSON

Call the HKJC Racing API

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

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_racing_hkjc_active_meetings_list",
    "params": {
      "race_date": "2026-06-06",
      "venue_code": "S2"
    }
  }'

8 actions on racing.hkjc.com

Write

Write actions change state on racing.hkjc.com and run as the account you connect.

  • Active Meetings List

    act_racing_hkjc_active_meetings_listwrite2 credits / call

    Returns active race meetings for a date and venue with meeting IDs and race numbers.

    race_date
    date · required
    venue_code
    string · required
  • Home Racing Basic Info

    act_racing_hkjc_home_racing_basic_infowrite2 credits / call

    Returns racing meeting summaries with venue codes, dates, race counts, and pool status.

    local_sim
    string
    meetings_only
    boolean
    odds_types
    array
  • Horse Profile Details

    act_racing_hkjc_horse_profile_detailwrite2 credits / call

    Returns a horse profile with pedigree, rating, earnings, and performance stats.

    horse_ids
    array · required
    meeting_date_compact
    string · required
    race_number
    string · required
  • Race All Pool Odds

    act_racing_hkjc_race_all_pool_oddswrite2 credits / call

    Returns live odds pools for a race including Win, Place, Quinella, and pool investments.

    race_date
    date · required
    venue_code
    string · required
    race_number
    integer · required
    odds_types
    array · required
  • Race Meeting Metadata

    act_racing_hkjc_race_meeting_metadatawrite2 credits / call

    Returns meeting structure for a venue and date with runners, jockeys, and trainers.

    race_date
    date · required
    venue_code
    string · required
  • Racing Calendar Events

    act_racing_hkjc_racing_calendar_eventswrite2 credits / call

    Returns the racing calendar with upcoming event dates, venues, and titles.

    lang
    string
    current_season
    string
    current_month
    string
    is_init
    boolean
  • Simulcast Meeting Search

    act_racing_hkjc_simulcast_meeting_searchwrite2 credits / call

    Returns simulcast meetings by date with venue codes, meeting names, and metadata.

    meeting_date
    string · required
  • Simulcast Race Card

    act_racing_hkjc_simulcast_race_cardwrite2 credits / call

    Returns simulcast race card form records with jockeys, trainers, and race conditions.

    horse_ids
    array · required
    meeting_date_compact
    string · required
    race_number
    string · required

HKJC Racing API questions

Is there an API for HKJC Racing?
HKJC Racing does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for racing.hkjc.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 HKJC Racing 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 racing.hkjc.com changes its markup, Anakin updates the action.
Do I need a HKJC Racing account?
No. Every HKJC Racing action listed here runs anonymously — no account and no credentials required.
What does the HKJC Racing 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