StatHat is shutting down April 3, 2026. EzStat is the drop-in replacement. Same API. One URL change.
# 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"
Your integration code stays intact. Swap the hostname, keep everything else.
api.stathat.com becomes ezstat.dev/ez endpointStatHat charged $99/mo for everything. We charge by how many stats you actually use.
No SDK changes. No data model changes. No new dashboard to learn.
Sign up at ezstat.dev. Free tier, no credit card.
Your new ezkey is on the dashboard. Same format, same length.
Replace api.stathat.com with ezstat.dev across your codebase. Done.
Migrate now. Keep your metrics flowing.
Start free →/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.
/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.