Public static API
KK7NQN API
The public API is a set of static JSON snapshots under /data. It is read-only, crawler-friendly, and free to use or reuse.
Format
How to use the endpoints
All public endpoints are plain JSON files served over HTTPS. There is no public authentication requirement. Snapshot files may trail live radio activity by a few minutes.
curl https://kk7nqn.net/data/status.json
curl https://kk7nqn.net/data/callsigns.json
curl https://kk7nqn.net/data/callsigns/KK7NQN.json
Endpoints
Snapshot files
| Endpoint | Purpose |
|---|---|
| /data/status.json | Public system counts, node status, registrations, receive state, and active links. |
| /data/snapshot.json | Small summary containing counts and latest callsigns, nets, transcripts, and analysis steps. |
| /data/callsigns.json | Exported callsign list with public activity counts, QRZ status, confidence, and timestamps. |
| /data/transcripts.json | Recent transcript records with node, text, confidence, analysis step count, and AI pass count. |
| /data/nets.json | Detected net list with category, topic, session count, occurrence count, in-progress state, NCS, and club hint. |
| /data/clubs.json | Inferred club or organization profiles generated from detected net activity. |
| /data/analysis-steps.json | Recent analysis steps, including whether a step counted as an AI pass and which model was used. |
| /data/sitemap-pages.xml | Dynamic sitemap containing generated callsign, net, club, and transcript pages. |
Profiles
Detail records
Detail records are exported for the most active and recent public records. Missing profile files should be treated as “not exported in the current snapshot,” not as proof the record does not exist.
| Pattern | Related page |
|---|---|
/data/callsigns/{CALLSIGN}.json | /callsign.html?cs={CALLSIGN} |
/data/nets/{ID}.json | /net.html?id={ID} |
/data/transcripts/{ID}.json | /transcript.html?id={ID} |
/data/analysis-steps/{ID}.json | /analysis-step.html?id={ID} |
Use terms
Public data, public project
All data exposed on this site and through the public JSON API is public and free to use, copy, analyze, redistribute, and build on. See the license page and disclaimer before relying on the data.