API analytics that just work
Add one middleware line. See who calls your API, how fast you respond, and what breaks. Works with any REST API.
1.2M12%
45ms8%
99.8%0.3%
84724%
Request Volume (24h)
What you get
One middleware line replaces the dashboard you were going to build yourself.
Real-time Analytics
WebSocket-poweredWatch requests hit your API as they happen. See latencies, status codes, and error rates update live.
Multi-SDK Support
8 languagesOfficial SDKs for Node.js, Python, Go, Rust, Ruby, PHP, Java, and Dart. One integration, any stack.
Zero Dependencies
0 depsEvery SDK uses only the standard library. No transitive deps, no supply chain risk, no version conflicts.
Smart Alerts
Slack · Discord · EmailGet notified when error rates spike, latency crosses a threshold, or an endpoint goes quiet.
Consumer Tracking
Auto-detectedThe SDK detects consumers from auth headers or API keys. You can also pass a custom identifier. Credentials are hashed before leaving your server.
Secure by Default
SHA-256 · HTTPSSHA-256 hashed credentials, HTTPS enforced, private IPs blocked. Your auth tokens never reach our servers.
Add analytics in one line of code
8 languages, 20+ frameworks. Every SDK uses only the standard library.
import express from "express";
import { peekapi } from "@peekapi/sdk-node";
const app = express();
app.use(peekapi({ apiKey: "ak_live_..." }));
app.get("/users", (req, res) => res.json({ users: [] }));
app.listen(3000);Pricing
500K events/month free. Paid plans start at $7/month.
Prices shown in USD. Local pricing available at checkout.
Free
For side projects and exploration
- 500K events/mo
- 2 API keys
- 14-day retention
- 3 alerts
- Community support
Pro
For production APIs that need full visibility
- 5M events/mo
- 5 API keys
- 30-day retention
- Email support
- 10 alerts
Business
For teams with enterprise requirements
- 50M events/mo
- 25 API keys
- 90-day retention
- Priority support
- Unlimited alerts
- Unlimited team members
Enterprise
For organizations with custom needs
- Unlimited events
- Unlimited API keys
- 1-year retention
- Dedicated support
- Unlimited alerts
- SSO
- SLA