Home/API Tools/Hoppscotch
API Tools
hoppscotch

Hoppscotch

TypeScriptOpen SourceAPI TestingWeb App

Lightweight open-source API development platform — browser-based REST, GraphQL, and WebSocket client with team collaboration and self-host option.

License

MIT

Language

TypeScript

Used for
79
Trust
Good

Why Hoppscotch?

Quick API testing in the browser without installing a desktop app

Self-hosting an API client on your own infrastructure for privacy

Testing WebSockets and Server-Sent Events alongside REST and GraphQL

Signal Breakdown

What drives the Trust Score

Docker pulls
10M+
Commits (90d)
120 commits
GitHub stars
67k ★
Stack Overflow
200 q's
Community
Growing
Weighted Trust Score79 / 100

Download Trend

Last 12 months

Tradeoffs & Caveats

Know before you commit

Teams needing advanced scripting and test automation — Postman or Bruno are richer

Complex collection management across large teams — Postman's collaboration is more mature

Pricing

Free tier & paid plans

Free tier

Free open-source self-host

Paid

Team: $12/user/mo cloud plan

Alternative Tools

Other options worth considering

postman
Postman88Strong

The world's most popular API platform — test, document, and collaborate on APIs with a desktop GUI, automated test collections, and mock servers.

bruno
Bruno77Good

Open-source API client with collections stored as plain text files in your Git repo — no cloud sync, no accounts, just files.

Often Used Together

Complementary tools that pair well with Hoppscotch

scalar

Scalar

API Tools

76Good
View
postman

Postman

API Tools

88Strong
View

Learning Resources

Docs, videos, tutorials, and courses

Get Started

Repository and installation options

View on GitHub

github.com/hoppscotch/hoppscotch

dockerdocker run --rm -p 3000:3000 hoppscotch/hoppscotch:latest

Quick Start

Copy and adapt to get going fast

# Use directly in the browser at hoppscotch.io
# Or self-host with Docker:
docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:latest

# Open http://localhost:3000 and start testing APIs

Community Notes

Real experiences from developers who've used this tool