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.

peekapi.dev/dashboard
Total Requests

1.2M12%

Avg Response

45ms8%

Success Rate

99.8%0.3%

Active Clients

84724%

Request Volume (24h)

What you get

One middleware line replaces the dashboard you were going to build yourself.

Real-time Analytics

WebSocket-powered

Watch requests hit your API as they happen. See latencies, status codes, and error rates update live.

Multi-SDK Support

8 languages

Official SDKs for Node.js, Python, Go, Rust, Ruby, PHP, Java, and Dart. One integration, any stack.

Zero Dependencies

0 deps

Every SDK uses only the standard library. No transitive deps, no supply chain risk, no version conflicts.

Smart Alerts

Slack · Discord · Email

Get notified when error rates spike, latency crosses a threshold, or an endpoint goes quiet.

Consumer Tracking

Auto-detected

The 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 · HTTPS

SHA-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.

MonthlyAnnualSave ~27%

Prices shown in USD. Local pricing available at checkout.

Free

$0/mo

For side projects and exploration

  • 500K events/mo
  • 2 API keys
  • 14-day retention
  • 3 alerts
  • Community support
Get Started
Popular

Pro

$9/mo

For production APIs that need full visibility

  • 5M events/mo
  • 5 API keys
  • 30-day retention
  • Email support
  • 10 alerts
Get Started

Business

$29/mo

For teams with enterprise requirements

  • 50M events/mo
  • 25 API keys
  • 90-day retention
  • Priority support
  • Unlimited alerts
  • Unlimited team members
Get Started

Enterprise

Custom

For organizations with custom needs

  • Unlimited events
  • Unlimited API keys
  • 1-year retention
  • Dedicated support
  • Unlimited alerts
  • SSO
  • SLA
Contact Sales

Frequently asked questions