-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
API Reference
dgtlmoon edited this page May 20, 2022
·
10 revisions
Drive your changedetection.io from other systems with our RESTful API.
GET - Get a list of existing watches, append ?recheck_all=1 to force recheck of all
POST - Create a new watch '{"url": "https://my-nice.com", "tag": "optional one, optional two" , "title": "optional title"}'
GET - Get information about a single watch, excluding the history list (can be large) , append ?recheck=1 to force recheck
DELETE - Delete a single watch by UUID
GET - List all history (timestamps) of watch by UUID
GET - Retrieve a snapshot by timestamp or latest for latest
A new API key section is added in global config
Always include x-api-key header value if enabled, copy/paste the key from the global settings page