User Discovery
GET /api/search/users?query=pilot
Returns profile snippets, location hints, and social handles.
Leverage backend endpoints to index users, events, and alliances from the static shell.
Use the live API to run filtered lookups. The examples below are ready to copy and execute with any HTTP client.
GET /api/search/users?query=pilot
Returns profile snippets, location hints, and social handles.
GET /api/search/alliances?focus=explorer
Filter by primary focus or recruitment status.
GET /api/events?from=today&limit=12
Paging-ready responses ideal for static overlays.
Capture responses, cache in JSON, and hydrate components without rebuilding the entire site.
Use /data/site-data.json as a quick snapshot for home views.
Append &page= and &limit= parameters for long-form listings.
Only account routes require JWT headers. Public endpoints stay open for static previews.