Global Search

Query Starters

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.

User Discovery

GET /api/search/users?query=pilot

Returns profile snippets, location hints, and social handles.

Alliance Lookup

GET /api/search/alliances?focus=explorer

Filter by primary focus or recruitment status.

Event Manifest

GET /api/events?from=today&limit=12

Paging-ready responses ideal for static overlays.

Static Tooling Tips

Capture responses, cache in JSON, and hydrate components without rebuilding the entire site.