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.

Open viewer

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

EndpointPurpose
/data/status.jsonPublic system counts, node status, registrations, receive state, and active links.
/data/snapshot.jsonSmall summary containing counts and latest callsigns, nets, transcripts, and analysis steps.
/data/callsigns.jsonExported callsign list with public activity counts, QRZ status, confidence, and timestamps.
/data/transcripts.jsonRecent transcript records with node, text, confidence, analysis step count, and AI pass count.
/data/nets.jsonDetected net list with category, topic, session count, occurrence count, in-progress state, NCS, and club hint.
/data/clubs.jsonInferred club or organization profiles generated from detected net activity.
/data/analysis-steps.jsonRecent analysis steps, including whether a step counted as an AI pass and which model was used.
/data/sitemap-pages.xmlDynamic 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.

PatternRelated 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.