ConsoleCatalog
Sign in
HKJC Racing logo

HKJC Racing

racing.hkjc.comSportsno auth

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

Active Meetings List

ASYNCWRITENo auth

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

ParametersFormJSON

Meeting date in YYYY-MM-DD format

Venue code for the race meeting (e.g. S2 for simulcast)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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"
    }
  }'