I Built a Free In-Browser API Tester โ No Postman Install Needed
Source: Dev.to
Introduction
Weโve all been thereโyou just need to fire a quick API request, but you end up:
- Booting up Postman (and waiting for that Electron app to load ๐ข)
- Installing a VSโฏCode extension just for this
- Trying to remember the exact
curlsyntax you always forget
I got tired of it, so I built a lightweight API Request Generator & Tester.
Features
- Choose your HTTP method (GET, POST, PUT, DELETE, PATCH)
- Set custom headers
- Pass a request body (JSON, form data)
- Inspect the response โ status, headers, body
- Zero install. Zero signโup. Just open and use.
Usage
The tool works entirely in the browser. Open the URL, select your method, add headers or a body as needed, and hit Send to see the response instantly.
Link
๐
Feedback
Iโd love to hear what features youโd like addedโdrop them in the comments below!