Audience Fit
Built for analysts, operations centers, security monitoring teams, and aviation research workflows.
Data Transparency
This article explains where SkyGrid data comes from, how detections are classified, and how to integrate outputs into review, triage, and delivery workflows.
Audience Fit
Built for analysts, operations centers, security monitoring teams, and aviation research workflows.
Detection Model
Eight anomaly detection classes — loiter, ghost, squawk, rapid-descent, ICAO spoof, formation flight, callsign duplicate, and GPS jamming — are persisted with time and location context.
Boundaries
Event classes are advisory indicators. Human review is expected before operational action.
SkyGrid stores event metadata for workflow and auditing. It does not assert legal intent from a single event.
Key endpoints for integration. See the interactive API docs for full schemas.
GET /api/v1/network/mission-summaryGET /api/v1/network/anomaly-leaderboard?window=24h&type=allGET /api/v1/watch-gridsGET /api/v1/watch-grids/{watchGridId}/historyPOST /api/v1/webhooksGET /api/v1/network/liveGET /api/v1/network/aircraft-snapshotGET /api/v1/network/recent-anomaliesRepresentative structure used in review and webhook delivery flows.
{
"anomalyType": "squawk",
"aircraftIcao24": "4ca812",
"callsign": "UNKNOWN",
"squawk": "7700",
"latitude": 51.88026,
"longitude": -0.37831,
"observedAt": "2026-04-09T20:15:17Z"
}