How it works

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.

Our expiration policy

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.

Viewing data in finer increments

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.

Viewing daily changes

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.

Viewing weekly changes

Similarly, you can view how much a player's data has changed over the past week by using the weekly sub-command.

Viewing monthly changes

Finally, you can view how much a player's data has changed over the past month by using the monthly sub-command.

Using a custom timeframe

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.