A modern, developer-friendly API client built as a Chrome Extension.
GhostAPI helps you build, send, test, and organize API requests with a fast UI inspired by pro API tools—directly from your browser.
- Multi-request tab workspace
- Rich request builder (query params, headers, auth, body)
- Response explorer (pretty/raw/json tree, headers, cookies, timeline)
- Request search/filter in responses
- Save requests to collections
- Duplicate and rename requests
- cURL import workflow
- Pre-request and test scripting support
- Local persistence for fast reopen workflows
- Clean, keyboard-friendly, dark modern interface
npm install
npm run buildThen load the extension in Chrome:
- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked
- Select the
distfolder
npm run buildUpload the generated dist package to the Chrome Web Store Developer Dashboard.
Licensed under GNU GPL v3.0 only (GPL-3.0-only).
See LICENSE.