Developers

API documentation

The HTTP API is how websites, bots, and the overlay read citizen and organization data. Humans who only want to look up players can ignore this page — start at Getting started.

Where the reference lives

The long-form endpoint guide, examples, and crawl behavior are on the existing API page:

Open the API reference

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.