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
session handoff readySuggested next moves
/json
JSON Schema Generator
Infer JSON Schema from sample objects and arrays.
/web
cURL Converter
Turn copied cURL commands into fetch, Python requests and structured request JSON.
/web
HAR Viewer
Inspect HAR entries, timings, status codes and slow requests locally.
/json
JSONPath Query
Query nested JSON with JSONPath-style selectors and copy matched values.
sponsor
Sponsor this toolFixed native slots for developer products. No third-party tracking, no popups, no layout shift.
01
How to use
- 01Paste an OpenAPI JSON document or common YAML spec.
- 02Review endpoint counts and response codes.
- 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
- /json→JSON Schema GeneratorInfer JSON Schema from sample objects and arrays.
- /web→cURL ConverterTurn copied cURL commands into fetch, Python requests and structured request JSON.
- /web→HAR ViewerInspect HAR entries, timings, status codes and slow requests locally.
- /json→JSONPath QueryQuery nested JSON with JSONPath-style selectors and copy matched values.