The history graph data can be queried in a similar fashion using this endpoint:
https://hits.seeyoufarm.com/api/count/graph/dailyhits.svg?url=https://your-website.com
You'll need to do a lot of RegEx parsing to pull the historical data out of the SVG code, but the general principle is the same as my prior example above.
Here's how you can retrieve the raw count data from the command line using PowerShell:
The history graph data can be queried in a similar fashion using this endpoint:
https://hits.seeyoufarm.com/api/count/graph/dailyhits.svg?url=https://your-website.com
You'll need to do a lot of RegEx parsing to pull the historical data out of the SVG code, but the general principle is the same as my prior example above.