StatHat shuts down — your metrics stop collecting.
Drop-in StatHat Replacement

Your ezkey still works.

StatHat is shutting down April 3, 2026. EzStat is the drop-in replacement. Same API. One URL change.

one line changes
# Before (StatHat)
- curl "https://api.stathat.com/ez?ezkey=YOUR_KEY&stat=page_views&count=1"

# After (EzStat)
+ curl "https://ezstat.dev/api/ez?ezkey=YOUR_KEY&stat=page_views&count=1"

Almost nothing changes.

Your integration code stays intact. Swap the hostname, keep everything else.

What changes

  • API hostname: api.stathat.com becomes ezstat.dev

What stays the same

  • Your ezkey
  • Your stat names
  • Count and value parameters
  • The /ez endpoint
  • HTTP GET and POST
  • Response format

Pay for what you track.

StatHat charged $99/mo for everything. We charge by how many stats you actually use.

Free
$0
/month
5 stats
Forever. No card.
Team
$49
/month
500 stats
$0.10/stat
Pro
$99
/month
2,000 stats
$0.05/stat
StatHat was
$99/mo for any usage
Most users tracked fewer than 100 stats and overpaid by 5x.

Three steps. Five minutes.

No SDK changes. No data model changes. No new dashboard to learn.

Create your EzStat account

Sign up at ezstat.dev. Free tier, no credit card.

Grab your API key

Your new ezkey is on the dashboard. Same format, same length.

Find and replace

Replace api.stathat.com with ezstat.dev across your codebase. Done.

Don't wait for April 3.

Migrate now. Keep your metrics flowing.

Start free →
Explore the dashboard first

Common questions

Is the API really compatible?
Yes. EzStat implements the same /ez endpoint with the same parameters: ezkey, stat, count, and value. Same HTTP methods, same response codes. If your StatHat integration works today, it works on EzStat with a URL swap.
What about my existing data in StatHat?
StatHat does not offer a data export. Your historical data stays there until they shut down. EzStat starts collecting from the moment you switch. The sooner you migrate, the less of a gap in your timeline.
Is there really a free tier?
5 stats, forever, no credit card. Enough to validate the migration before committing. Most side projects never need more.
What happens to my data if I cancel?
Your data is retained for 90 days after cancellation. You can export it anytime as CSV or JSON from the dashboard. We don't hold your data hostage.
Do you support the classic API too?
The /ez endpoint (the one most people use) is fully supported. The older XML-based classic API is not. If you're using /c or /v endpoints with API keys, those work too.