Radar API Sandbox

Read-only, publicly reachable practice endpoint for partner integrations. Synthetic tracks only — no real radar, no real coordinates, no control surface of any kind.

Endpoint

GET /api/v1/tracks
Header: X-API-Key: <your issued key>

Keys are issued per partner on request; an unrecognized or missing key returns 401.

Try it

curl -s -H "X-API-Key: <your key>" https://radarapi.goldiearms.com/api/v1/tracks | head -c 2000

Docs

Full interactive reference: /docs (Swagger UI) — raw spec at /openapi.json.

Notes