Skip to main content

GET /api/sites

Returns a list of every site that has been discovered since the server started. Each entry includes the slug you use to address that site in all other API calls. No parameters are required.

Example

curl http://127.0.0.1:8787/api/sites

Response fields

ok
boolean
required
Always true for a successful response.
sites
array
required
List of discovered site objects. Empty ([]) if no sites have been discovered yet.
Sites are discovered by browsing in Chrome with the BrowserWire extension active. If this list is empty, open a site in Chrome, start an exploration session from the extension sidepanel, and navigate around the page.