
Getting Started Guide
How to Use Hoppscotch
A practical guide to get you up and running with Hoppscotch. Written by Delv Editorial, Delv Team.
Getting started with Hoppscotch
In this guide, you'll learn how to set up and use Hoppscotch to build and test APIs effectively. By the end, you'll be able to make API requests and view responses in a user-friendly interface.Step 1: Sign up and set up
- Go to the Hoppscotch website.
- Click on the "Get Started" button on the homepage.
- You can start using Hoppscotch directly in your browser without signing up, as it is entirely free.
Step 2: Your first API request
- In the top-left corner, select the type of request you want to make (GET, POST, PUT, DELETE) using the dropdown menu.
- Enter the API endpoint URL in the "Enter request URL" field.
- If you're making a POST request, click on the "Body" tab below the URL field. Choose the format (e.g., JSON) and input your data.
- Add any necessary headers by clicking on the "Headers" tab and entering key-value pairs.
- Click the “Send” button to execute your request.
- View the response in the panel below, which includes status code, response time, and data.
Step 3: Get better results
- To save your requests, click the "Save" button at the top right. This allows you to organise your requests into collections for easy access later.
- Use the “History” tab to quickly revisit previous requests.
- For testing, you can use the “Tests” tab to write JavaScript code that checks the response and ensures it meets your expectations.