About CQDX
A single-pane-of-glass DX spotting portal for amateur radio.
What is CQDX?
CQDX aggregates live DX spots from multiple sources and correlates them with DXCC entity rarity rankings from ClubLog's Most Wanted list. It answers the question every DXer asks:
"What rare DX is on the air right now, that I can work, on which band and mode?"
Existing sites each do one thing. None of them correlate rarity, propagation, band/mode, and live spots together in a modern, accessible interface. CQDX does.
Data Sources
- PSKReporter — live digital mode spots (active now)
- Reverse Beacon Network — automated CW and digital skimmer spots (planned)
- Traditional DX Clusters — human-reported DX spots (planned)
- ClubLog Most Wanted — DXCC rarity rankings refreshed daily
Spots from all sources are normalized, deduplicated, and aggregated so you see a unified picture rather than duplicated data.
Public API
All data is available through a public REST API. Endpoints include:
GET /api/v1/spots— paginated, filterable spot feedGET /api/v1/spots/live— Server-Sent Events streamGET /api/v1/entities— DXCC entities with rarity rankingsGET /api/v1/entities/{dxcc}— entity detailGET /api/v1/stats— current activity summary
Rate limited to 60 requests/minute unauthenticated. API key access with higher limits coming soon.
Built By
CQDX is built and maintained by K5ARH. It is a community project — open data, open API, built for hams by a ham.