chore: bump version to 2026.2.1
2026.2.1
Built with ❤︎ by contributors
We highly recommend you take a look at the Hoppscotch Documentation to learn more about the app.
❤️ Lightweight: Crafted with minimalistic UI design.
⚡️ Fast: Send requests and get responses in real time.
🗄️ HTTP Methods: Request methods define the type of action you are requesting to be performed.
GET
POST
PUT
PATCH
DELETE
HEAD
CONNECT
OPTIONS
TRACE
<custom>
LIST
🌈 Theming: Customizable combinations for background, foreground, and accent colors — customize now.
Customized themes are synced with your cloud/local session.
🔥 PWA: Install as a Progressive Web App on your device.
🚀 Request: Retrieve response from endpoint instantly.
method
URL
cURL
🔌 WebSocket: Establish full-duplex communication channels over a single TCP connection.
📡 Server-Sent Events: Receive a stream of updates from a server over an HTTP connection without resorting to polling.
🌩 Socket.IO: Send and Receive data with the SocketIO server.
🦟 MQTT: Subscribe and Publish to topics of an MQTT Broker.
🔮 GraphQL: GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
🔐 Authorization: Allows to identify the end-user.
📢 Headers: Describes the format the body of your request is being sent in.
📫 Parameters: Use request parameters to set varying parts in simulated requests.
📃 Request Body: Used to send and receive data via the REST API.
Content Type
📮 Response: Contains the status line, headers, and the message/response body.
⏰ History: Request entries are synced with your cloud/local session storage.
📁 Collections: Keep your API requests organized with collections and folders. Reuse them with a single click.
Collections are synced with your cloud/local session storage.
📜 Pre-Request Scripts: Snippets of code associated with a request that is executed before the request is sent.
👨👩👧👦 Teams: Helps you collaborate across your teams to design, develop, and test APIs faster.
👥 Workspaces: Organize your personal and team collections environments into workspaces. Easily switch between workspaces to manage multiple projects.
⌨️ Keyboard Shortcuts: Optimized for efficiency.
Read our documentation on Keyboard Shortcuts
🌐 Proxy: Enable Proxy Mode from Settings to access blocked APIs.
CORS
http://
Official proxy server is hosted by Hoppscotch - GitHub - Privacy Policy.
🌎 i18n: Experience the app in your language.
Help us to translate Hoppscotch. Please read TRANSLATIONS for details on our CODE OF CONDUCT and the process for submitting pull requests to us.
TRANSLATIONS
CODE OF CONDUCT
☁️ Auth + Sync: Sign in and sync your data in real-time across all your devices.
Sign in with:
🔄 Synchronize your data: Handoff to continue tasks on your other devices.
✅ Post-Request Tests: Write tests associated with a request that is executed after the request’s response.
🌱 Environments: Environment variables allow you to store and reuse values in your requests and scripts.
🚚 Bulk Edit: Edit key-value pairs in bulk.
:
#
🎛️ Admin dashboard: Manage your team and invite members.
📦 Add-ons: Official add-ons for hoppscotch.
Hoppscotch CLI - Command-line interface for Hoppscotch.
Proxy - A simple proxy server created for Hoppscotch.
Browser Extensions - Browser extensions that enhance your Hoppscotch experience.
Firefox | Chrome
Extensions fix CORS issues.
Add-ons are developed and maintained under Hoppscotch Organization.
For a complete list of features, please read our documentation.
Follow our self-hosting documentation to get started with the development environment.
Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request.
Please read CONTRIBUTING for details on our CODE OF CONDUCT, and the process for submitting pull requests to us.
CONTRIBUTING
We use GitHub Actions for continuous integration. Check out our build workflows.
See the CHANGELOG file for details.
CHANGELOG
This project owes its existence to the collective efforts of all those who contribute — contribute now.
This project is licensed under the MIT License — see the LICENSE file for details.
LICENSE
[^EE]: Enterprise edition feature. Learn more.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Hoppscotch
Open Source API Development EcosystemBuilt with ❤︎ by contributors
We highly recommend you take a look at the Hoppscotch Documentation to learn more about the app.
Support
Features
❤️ Lightweight: Crafted with minimalistic UI design.
⚡️ Fast: Send requests and get responses in real time.
🗄️ HTTP Methods: Request methods define the type of action you are requesting to be performed.
GET- Requests retrieve resource informationPOST- The server creates a new entry in a databasePUT- Updates an existing resourcePATCH- Very similar toPUTbut makes a partial update on a resourceDELETE- Deletes resource or related componentHEAD- Retrieve response headers identical to those of a GET request, but without the response body.CONNECT- Establishes a tunnel to the server identified by the target resourceOPTIONS- Describe the communication options for the target resourceTRACE- Performs a message loop-back test along the path to the target resource<custom>- Some APIs use custom request methods such asLIST. Type in your custom methods.🌈 Theming: Customizable combinations for background, foreground, and accent colors — customize now.
Customized themes are synced with your cloud/local session.
🔥 PWA: Install as a Progressive Web App on your device.
🚀 Request: Retrieve response from endpoint instantly.
methodURLcURL🔌 WebSocket: Establish full-duplex communication channels over a single TCP connection.
📡 Server-Sent Events: Receive a stream of updates from a server over an HTTP connection without resorting to polling.
🌩 Socket.IO: Send and Receive data with the SocketIO server.
🦟 MQTT: Subscribe and Publish to topics of an MQTT Broker.
🔮 GraphQL: GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
🔐 Authorization: Allows to identify the end-user.
📢 Headers: Describes the format the body of your request is being sent in.
📫 Parameters: Use request parameters to set varying parts in simulated requests.
📃 Request Body: Used to send and receive data via the REST API.
Content Type📮 Response: Contains the status line, headers, and the message/response body.
⏰ History: Request entries are synced with your cloud/local session storage.
📁 Collections: Keep your API requests organized with collections and folders. Reuse them with a single click.
Collections are synced with your cloud/local session storage.
📜 Pre-Request Scripts: Snippets of code associated with a request that is executed before the request is sent.
👨👩👧👦 Teams: Helps you collaborate across your teams to design, develop, and test APIs faster.
👥 Workspaces: Organize your personal and team collections environments into workspaces. Easily switch between workspaces to manage multiple projects.
⌨️ Keyboard Shortcuts: Optimized for efficiency.
🌐 Proxy: Enable Proxy Mode from Settings to access blocked APIs.
CORS(Cross-Origin Resource Sharing) issueshttp://) endpointsOfficial proxy server is hosted by Hoppscotch - GitHub - Privacy Policy.
🌎 i18n: Experience the app in your language.
Help us to translate Hoppscotch. Please read
TRANSLATIONSfor details on ourCODE OF CONDUCTand the process for submitting pull requests to us.☁️ Auth + Sync: Sign in and sync your data in real-time across all your devices.
Sign in with:
🔄 Synchronize your data: Handoff to continue tasks on your other devices.
✅ Post-Request Tests: Write tests associated with a request that is executed after the request’s response.
🌱 Environments: Environment variables allow you to store and reuse values in your requests and scripts.
Use-cases
🚚 Bulk Edit: Edit key-value pairs in bulk.
:#to any row you want to add but keep disabled🎛️ Admin dashboard: Manage your team and invite members.
📦 Add-ons: Official add-ons for hoppscotch.
Hoppscotch CLI - Command-line interface for Hoppscotch.
Proxy - A simple proxy server created for Hoppscotch.
Browser Extensions - Browser extensions that enhance your Hoppscotch experience.
Add-ons are developed and maintained under Hoppscotch Organization.
For a complete list of features, please read our documentation.
Demo
Usage
Developing
Follow our self-hosting documentation to get started with the development environment.
Contributing
Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request.
Please read
CONTRIBUTINGfor details on ourCODE OF CONDUCT, and the process for submitting pull requests to us.Continuous Integration
We use GitHub Actions for continuous integration. Check out our build workflows.
Changelog
See the
CHANGELOGfile for details.Authors
This project owes its existence to the collective efforts of all those who contribute — contribute now.
License
This project is licensed under the MIT License — see the
LICENSEfile for details.[^EE]: Enterprise edition feature. Learn more.