StatHat shuts down Apr 3, 2026. Your metrics need a new home.

Track anything.
One HTTP request.

The simplest metrics API ever built. Auto-generated charts. Alerts. Export. Drop-in StatHat replacement.Start tracking in under a minute.

StatHat shuts down April 3rd.

Same API format — change one URL and your code works. Prepay any annual plan and we'll migrate your historical data for free. We review every import personally before it goes live.

✓ No credit card✓ Any language✓ Fast, honest API✓ Your data = yours
terminal — track a metric
# Track a counter. That's it.
$ curl -X POST https://api.ezstat.dev/ez \
    -d "ezkey=YOUR_API_KEY" \
    -d "stat=api_requests" \
    -d "count=1"

# → 200 OK. Chart appears in your dashboard.
# → No config. No agent. No YAML.
1
POST to Track
0
Config Files
30s
Time to First Chart
100%
Your Data

// The value proposition. Simple enough to explain in four numbers.

// features

Everything you need.
Nothing you don't.

01

Drop-In Migration

Compatible /ez, /c, /v endpoints. Same params as StatHat. Change one URL. Done.

02

Auto-Generated Charts

Send data, get charts. No dashboard builder. No config files. Instant visibility.

03

Email & Slack Alerts

Get notified when metrics cross thresholds. Cooldown periods prevent alert spam.

04

API Key Auth

Secure Bearer token authentication with per-key rate limits. Revoke anytime.

05

CSV/JSON Export

Export your data anytime. No lock-in, no questions asked. Your data is yours.

06

No Bloat

No agents to install. No dashboards to build. No config to maintain. Just HTTP.

// dashboard

Your metrics. At a glance.

ezstatdashboard
last 24hlive
api_requests
14,847
+12.3%
response_time
3.2ms
-0.4ms
error_rate
0.02%
-0.01%
active_users
342
+28
cpu_usage
34%
-2%
memory_mb
481
+12
queue_depth
7
−3
deploy_count
23
+5
// proof

Why we built this.

// the problem

StatHat was the only metrics tool that respected developers' time. One POST, one chart. When they announced shutdown (Apr 3, 2026), we built a modern replacement with the same philosophy.

// migration

Moving from StatHat? Change one URL in your codebase. Same /ez, /c, /v endpoints. Same parameters. Your existing code just works.

sed -i 's/stathat.com/ezstat.dev/g'
// dogfooding

We run EzStat on our own infrastructure. API latency, error rates, queue depths, deploy counts — we track it all with the same tool we ship to you. We use it every day.

14d trend
// pricing

Transparent. Predictable.

Start free. Upgrade when ready. No credit card.

FREE
$0
  • 5 stats
  • 24h retention
  • 100 pts/day
INDIE
$19/mo
  • 100 stats
  • 90d retention
  • 10K pts/day
  • 10 alerts
★ Popular
TEAM
$49/mo
  • 500 stats
  • 1yr retention
  • 100K pts/day
  • Slack
PRO
$99/mo
  • 2,000 stats
  • 2yr retention
  • 1M pts/day
  • Webhooks
ENTERPRISE
UnlimitedCustom retention
  • Unlimited
  • Custom retention
  • SLA
  • Custom SLA
Prepay annually → free data migration from StatHat.
Card · bank transfer · more options at checkout. See all options →
// faq

Common questions

How is this different from Datadog / New Relic?
Those are full observability platforms with agents, SDKs, and $30K+ annual bills. EzStat is one HTTP POST. That's it. Track what matters without the complexity tax.
I'm on StatHat. How do I migrate?
Change one URL — our /ez, /c, and /v endpoints are wire-compatible. Same parameters, same format, your code doesn't change. Need your historical data moved? Prepay any annual plan and we'll personally migrate your stats for free. You verify everything looks right before we flip the switch.
What happens to my data if I cancel?
Retained for 30 days after cancellation, then permanently deleted. Export anytime in CSV or JSON before that.
Do you support webhooks?
On the roadmap alongside spike/drop detection and public status pages. Email and Slack alerts work today.

Start tracking now.

Create your account. Get an API key. Send your first data point. No setup wizards. No config files. No YAML.

Free tier available · No credit card required · curl-friendly