Browse an OpenAPI contract as navigable operations, schemas, examples, and security requirements.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The document is parsed into servers, tags, paths, operations, parameters, bodies, responses, schemas, and security schemes, then rendered as documentation. References are followed for display but no endpoint is called.
{"openapi":"3.0.3","info":{"title":"Pet Store","version":"1.0.0","description":"A sample API"},"paths":{"/pets":{"get":{"summary":"List pets"}},"/pets/{id}":{"get":{"summary":"Get pet"}}}}
# Pet Store (v1.0.0)
A sample API
OpenAPI Version: 3.0.3
## Endpoints
GET /pets - List pets
GET /pets/{id} - Get pet
Developer portals, frontend planning, and internal service support browse OpenAPI.