A clean API testing tool built with JavaScript.
Designed with a monochrome interface focused on clarity, usability, and developer experience.
https://apiconsole-pv.netlify.app/
- HTML
- CSS
- JavaScript (Fetch API)
- Send GET and POST requests
- View formatted JSON responses
- Status code and response time tracking
- Request history using localStorage
- Copy response to clipboard
- Graceful error handling (CORS-aware)
- Add support for custom headers
- Add PUT and DELETE request methods
- Syntax highlighting for JSON responses
- Save named requests (like collections)
- Add backend proxy to bypass CORS limitations