Skip to content
contestdatabase.org
Toggle navigation

Registry

Contests

Every contest in the register, with the years it has run. Finding the one you want is the whole job of this page — for an entrant looking up next weekend, and for a program fetching the rules.

312

Contests

1,847

Published versions

64

Sponsors

2016–2026

Instances covered

not yet available
ContestSponsorRecurrenceModesStatusSlugVersion
CQ World Wide DX Contest, SSBCQ Magazinelast full weekend of OctoberSSBpublishedcq-ww-ssb@3
CQ World Wide DX Contest, CWCQ Magazinelast full weekend of NovemberCWpublishedcq-ww-cw@3
CQ WPX Contest, SSBCQ Magazinelast full weekend of MarchSSBpublishedcq-wpx-ssb@2
ARRL International DX Contest, CWARRLthird full weekend of FebruaryCWpublishedarrl-dx-cw@1
IARU HF World ChampionshipIARUsecond full weekend of JulyCW, SSBpublishediaru-hf@2
Helvetia ContestUSKAlast full weekend of AprilCW, SSB, RTTYpublishedhelvetia@1
WAE DX Contest, CWDARCsecond full weekend of AugustCWsupersededwae-cw@2
RSGB IOTA ContestRSGBlast full weekend of JulyCW, SSBpublishediota@1
CQ WW RTTY DX ContestCQ Magazinelast full weekend of SeptemberRTTYpublishedcq-ww-rtty@2
All Asian DX Contest, CWJARLthird full weekend of JuneCWdraftaa-dx-cw@1

example Invented rows, not live data. The citable reference of a real definition is acd:<uuid>@<version> — the slug is only the human handle, and the uuid is what a consumer pins.

What a detail page shows

The most important page of the site. Written out in plain language and tables so a person can read it, with the machine-readable version alongside rather than instead.

  • When it runs, both as the rule says it and as real dates in UTC for the year you pick
  • Which bands and modes are allowed, as a plain list
  • What the two stations exchange, with an example of each field
  • The point rules, numbered, saying plainly that the first rule that fits decides
  • What multiplies the total, and whether it counts once or once per band
  • A worked example with real numbers, so you can check the rules were read correctly

That last one matters most. Anyone can write down rules that look right; a worked example that comes out to the correct score is the proof they were understood.

The other view — machine-readable

$ curl https://api.contestdatabase.org/v1/contests/cq-ww-ssb
{
  "reference":  "acd:9f2b6d41-7c33-4a8e-b5d0-1e8a7c4f2b90@3",
  "uuid":       "9f2b6d41-7c33-4a8e-b5d0-1e8a7c4f2b90",
  "slug":       "cq-ww-ssb",
  "name":       "CQ World Wide DX Contest, SSB",
  "sponsor":    "CQ Magazine",
  "status":     "published",
  "instances":  [2024, 2025, 2026],
  "schema":     "https://api.contestdatabase.org/v1/contest.schema.json"
}

Endpoint shape is a placeholder. URLs become part of the spec and cannot break afterwards, so they are deliberately still open.

Diff view

"What changed between @2 and @3?" is a question a standards body has to be able to answer — sponsors, developers and adjudicators all ask it. Field-wise comparison between any two versions.