Swagger Viewer
Route: /swagger-viewer
Parse an OpenAPI / Swagger specification and display it as organized, readable tables.
Features
- Endpoint tables grouped by category/tag.
- Color-coded HTTP methods (GET, POST, PUT, DELETE, …).
- Parameter and schema details for each operation.
- Paste or upload an OpenAPI/Swagger JSON document.
Using it
- Open Swagger Viewer from the sidebar.
- Paste your OpenAPI/Swagger JSON, or upload a spec file.
- Browse the endpoints organized by category, with methods color-coded.
Related
- REST APIs — test the endpoints you discover.
- JSON Formatter — clean up a spec before viewing.