Postman Collection to JSON Converter

Extract request definitions from Postman Collection JSON format.

Extracted requests will appear here...

What Is Postman Collection to JSON Converter?

This tool extracts simplified request definitions from a Postman Collection v2.1 JSON file. It parses the collection structure and returns an array of objects with name, method, path, headers, and body for each request.

How to Use

  1. Paste your Postman Collection JSON into the input field.
  2. Click "Extract Requests" to parse the collection.
  3. Copy the simplified JSON array for use in documentation or further processing.

Frequently Asked Questions

Does it support Postman folder structures?

Yes, it recursively traverses nested folders and extracts all requests into a flat array.

Are Postman variables and scripts preserved?

This extractor focuses on the core request details (method, URL, headers, body). Variables and scripts are not included in the simplified output.

Related Tools