You may be familiar with Hypixel's API Policy, which states that we cannot "use the API for continuous polling of player data". This means that we cannot request player data at any interval for an indefinite amount of time. This is where StatPixel's expiration policy comes into play.
StatPixel's expiration policy for timed data is simple: if the player hasn't been queried in a week, their data is not polled. This means that data collection is strictly opt-in, and does not last forever. Furthermore, the initial request to poll data must be made explicitly by a user.
StatPixel does not poll data at a smaller interval than 1 day for good reason. If you are looking for bi-daily or even hourly data, you can submit your own data using the statpixel-vendor tool that we provide.
To view how much a player's data has changed over the past day, you can use the daily sub-command on all games. This command will show you how the difference between their data one day ago and their data now.
Similarly, you can view how much a player's data has changed over the past week by using the weekly sub-command.
Finally, you can view how much a player's data has changed over the past month by using the monthly sub-command.
You can also view how much a player's data has changed over a custom timeframe by using the from sub-command. This command takes an additional argument, which is the duration to look back on.