dgtlmoon / changedetection.io

The best and simplest free open source web page change detection, website watcher, restock monitor and notification service. Restock Monitor, change detection. Designed for simplicity - Simply monitor which websites had a text change for free. Free Open source web page change detection, Website defacement monitoring, Price change notification
https://changedetection.io
Apache License 2.0
15.84k stars 884 forks source link

API information does not contain data pulled from the monitor? #2326

Closed aristosv closed 2 months ago

aristosv commented 2 months ago

Hello,

I am using changedetection.io version 0.45.20. I've added the web interface of a printer, to get the toner percentage status. I used the browse steps and the visual filter selector to narrow down the part of the webpage I want to monitor.

1

Now I want to pull this Information using API. So I'm using this command:

curl http://localhost:5000/api/v1/watch/690401b5-3998-41ee-9e98-242e2b3547bd -H"x-api-key:api_key_here"

It gives me a JSON output, but that 70% I can see on the page is not contained anywhere in the JSON.

As I understand it, the API gives me Information about the monitor I've set up in changedetection.io, but not any information about the data it pulls from the printer.

Is there a way to get that 70% from the API?