Postman Collection Viewer
Paste or open a Postman collection JSON file to browse folders, requests, methods, URLs, and details locally, then copy or download an inventory.
🔒 This tool runs entirely in your browser. Your files are never uploaded to a server.
API developer tool
Postman Collection Viewer
How it works
- Paste a Postman collection JSON export or choose a local JSON file.
- View the collection name, request count, folder paths, methods, URLs, headers, and body modes.
- Search the parsed request list, select a request for details, then copy or download an inventory.
The method
The viewer reads the collection's nested item arrays recursively. Items with a request object become request rows, while folder names are retained as searchable paths. No request is sent.
FAQ
What collection format does this viewer accept?
Paste or select a JSON Postman collection export containing an item array, including common v2.0 and v2.1 exports. The viewer does not execute requests.
Does my collection leave the browser?
No. The JSON is parsed locally in your browser and is not uploaded to a server.
Can I search nested folders and requests?
Yes. After parsing, search matches request names, HTTP methods, URLs, and folder paths, including nested folders.
What does the download action contain?
It downloads a plain-text inventory containing the collection name, request count, folder paths, methods, names, and URLs.
How we compare
| Feature | Online Tool Store | ToolHub Postman Viewer | Filevane Postman Viewer |
|---|---|---|---|
| Paste JSON or choose a local file | Yes | File upload | Paste JSON |
| Nested folder and request browsing | Yes | Yes | Yes |
| Search by name, method, URL, and folder | Yes | Not shown | Not shown |
| Request details without executing calls | Yes | Yes | Yes |
| Copy and download request inventory | Yes | Not shown | Not shown |
Use this for a fast, private read-through of a Postman collection when you need its structure and endpoints without opening a full API client.