Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

API key for authentication. You can find your API key in the Site Spy dashboard under Settings → API.

Path Parameters

uuid
string<uuid>
required

Web page change monitor (watch) unique ID

timestamp
required

Snapshot timestamp or 'latest'

Query Parameters

html
enum<string>

Set to 1 to return the last HTML

Available options:
1
for_selector_match
enum<string>

Only with html=1. Return the document as the CSS selector matcher parses it rather than the bytes exactly as stored. They differ by the contents of a <noscript>: the browser that fetched the page had scripting on and held those characters as text, so the matcher empties them, and a tool that derives a selector from this markup has to read the same tree or its :nth-child indexes name different elements. Left off, the stored bytes are returned unchanged.

Available options:
1

Response

Snapshot content

The response is of type string.