Read-only, publicly reachable practice endpoint for partner integrations. Synthetic tracks only — no real radar, no real coordinates, no control surface of any kind.
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.
curl -s -H "X-API-Key: <your key>" https://radarapi.goldiearms.com/api/v1/tracks | head -c 2000
Full interactive reference: /docs (Swagger UI) — raw spec at /openapi.json.
X-API-Key returns 401 (to let you exercise that path too).