Where the reference lives
The long-form endpoint guide, examples, and crawl behavior are on the existing API page:
- Base URL:
https://sentry.wildknightsquadron.com/api/v1 - Machine-readable OpenAPI: /api/v1/openapi.json
- Interactive Swagger UI: /api/v1/docs
Public citizen/org lookup does not require a key. Intel (notes, reports, tags) uses NAVCOM sign-in on the website and overlay.
Start with one call
curl https://sentry.wildknightsquadron.com/api/v1/citizens/Yuka
Then search:
curl "https://sentry.wildknightsquadron.com/api/v1/search?query=yuka"
Optional filters: type=citizen|organization, org=SID, org_status=active|left|all, page, per_page.