You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: