Web

OpenAPI Mini Inspector

OpenAPI specs can be huge when you only need an endpoint map. Mini Inspector turns a local spec into a compact method/path overview and copyable endpoint report.

Local mini inspector for OpenAPI JSON and common YAML specs. It lists endpoints, summaries and response codes without sending schemas anywhere.
openapi.json
endpoints.txt3 endpoints
GET

/orders

List orders

POST

/orders

Create order

GET

/orders/{id}

Get order

runtime

Browser-local execution

Inputs stay inside the current tab unless you copy, download or explicitly export.

memory

Session handoff

Magic Paste can pass input to a target tool through sessionStorage, never through the URL.

control

User-owned state

Favorites, recent tools and workflow history are local browser data you can clear from the browser.

smart handoff graph

Suggested next moves

session handoff ready
sponsor

Fixed native slots for developer products. No third-party tracking, no popups, no layout shift.

Sponsor this tool
01

How to use

  1. 01Paste an OpenAPI JSON document or common YAML spec.
  2. 02Review endpoint counts and response codes.
  3. 03Copy the endpoint summary for docs or review.
02

FAQ

Does it support YAML?
Yes for common OpenAPI YAML path/method/summary/response structures. Complex YAML anchors should be normalized first.
03

Related tools