Reference
DXRadar Developer API docs
The first release exposes stable reads for current solar telemetry and per-band spot feeds behind a simple API key. Send the key as Authorization: Bearer ... or x-api-key.
Authentication
curl -H "Authorization: Bearer dxr_live_your_key_here" \
https://dxradar.com/api/v1/developer/meEndpoints
POST /api/v1/developer/keys
Admin-only endpoint for issuing a new API key. Requires a server-side admin token; public anonymous key creation is disabled.
GET /api/v1/developer/me
Returns metadata for the current key including scopes, prefix, and hourly limit.
GET /api/v1/developer/solar/current
Returns the same current solar telemetry DXRadar uses for the dashboard.
GET /api/v1/developer/spots/:band
Returns a capped list of recent spots for one band, suitable for scripts or lightweight dashboards.
DELETE /api/v1/developer/me
Revokes the current key permanently.
Examples
curl -H "x-api-key: dxr_live_your_key_here" \
https://dxradar.com/api/v1/developer/solar/current
curl -H "x-api-key: dxr_live_your_key_here" \
https://dxradar.com/api/v1/developer/spots/20m