Features
Importer
Migrate your data from other tools into Hoppscotch.
Import data from other tools into Hoppscotch. You can import data from the following tools:
Service | Collections | Environments |
---|---|---|
Hoppscotch | ✓ | ✓ |
Postman | ✓ | ✓ |
Insomnia | ✓ | ✓ |
OpenAPI | ✓ | |
HTTP Archive | ✓ | |
Other services | Contact support |
The size limit for importing collections varies by Hoppscotch edition. In Hoppscotch Cloud, you can import collections up to 10 MB, while Self-Hosted editions allow imports of up to 50 MB.
Import from Hoppscotch
- Export your Hoppscotch collection/environment to a JSON file.
- Open Hoppscotch and click on the “Import” button on the collection/environment section.
- Click on the “Import from Hoppscotch” tab.
- Click on the “Choose file” button and select the JSON file you exported in step 1.
- Click on the “Import” button.
Import from Personal and other workspaces
- Open Hoppscotch and click on the “Import” button on the collection section.
- Click on the “Import from another workspace” tab.
- Select the desired workspace from the drop-down menu.
- Choose the “collection” from the list.
- Click on the “Import” button.
Import from Postman
- Export your Postman collection/environment to a JSON file.
- Open Hoppscotch and click on the “Import” button on the collection/environment section.
- Click on the “Import from Postman” tab.
- Click on the “Choose file” button and select the JSON file you exported in step 1.
- Click on the “Import” button.
Import from Insomnia
- Export your Insomnia collection/environment to a JSON file.
- Open Hoppscotch and click on the “Import” button on the collection/environment section.
- Click on the “Import from Insomnia” tab.
- Click on the “Choose file” button and select the JSON file you exported in step 1.
- Click on the “Import” button.
Import from OpenAPI
There are two ways to import OpenAPI collections into Hoppscotch:
1. Import from File
- Export your OpenAPI specification to a JSON file.
- Open Hoppscotch and click on the “Import” button on the collection section.
- Click on the “Import from OpenAPI” tab.
- Select Import from File option.
- Click on the “Choose file” button and select the JSON file you exported in step 1.
- Click on the “Import” button.
2. Import from URL
- Copy the URL of your OpenAPI specification.
- Open Hoppscotch and click on the “Import” button on the collection section.
- Click on the “Import from OpenAPI” tab.
- Select Import from URL option
- Click on the “Import from URL” field and paste the URL that you copied in step 1.
- Click on the “Import” button.
Import from HAR
- Export the HTTP Archive (HAR) file from your browser or network monitoring tool.
- Open Hoppscotch and click on the “Import” button on the collection section.
- Click on the “Import from HAR” tab.
- Click on the “Choose file” button and select the HAR file you exported in step 1.
- Click on the “Import” button.
Import from other services
- If you want to import data from other services, please contact support and we will help you out.
Import from cURL
You can import cURL commands into Hoppscotch in the following ways:
- Copy and paste: Copy and paste the cURL command into the Hoppscotch URL bar.
- Send drop-down menu: Click on the send drop-down menu and select “Import cURL”. Paste the cURL command into the text area and click on the “Import” button.
Was this page helpful?