Skip to content

Introduction

API Glimpse shows you the endpoints your API actually serves, plus schemas and field types, from real traffic.

Add a connector, set your API key and API Glimpse URL, then open the dashboard.

Your app
  → Connector (e.g. @apiglimpse/middleware for Express)
  → API Glimpse
  → Dashboard (endpoints, schemas, tags)

Connectors

ConnectorStatus
ExpressAvailable now
FastifyComing soon
NestJSComing soon
Next.js (Route Handlers / API routes)Coming soon
HonoComing soon
FastAPIComing soon
Go (chi)Coming soon
Proxy / gatewayComing soon

Install guides use Express as the worked example today.

Signup

Create an account on app.apiglimpse.com, then create a project and API key.

For Express: npm install @apiglimpse/middleware.

Next

Signup open on the dashboard · app.apiglimpse.com