Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>PostCat API clientNew to Visual Studio Code? Get it now.
PostCat API client

PostCat API client

DENNIS MUUO

|
15 installs
| (0) | Free
Lightweight Postman alternative for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PostCat Logo

🐱 PostCat – API Client for VS Code

A lightweight API testing and management extension for Visual Studio Code.
Send requests, manage collections, and view history — all without leaving your editor.

Marketplace Version Downloads GitHub Stars GitHub Issues License


🚀 Features

  • Send HTTP requests (GET, POST, PUT, PATCH, DELETE, etc.) directly from VS Code
  • Custom headers & request body support
  • Request history with execution time and size
  • Collections & environments to organize requests
  • Sidebar view for quick access to saved requests
  • Integrated dark/light theme support

📦 Installation

  1. Open VS Code
  2. Go to the Extensions view (Ctrl+Shift+X / Cmd+Shift+X on Mac)
  3. Search for PostCat
  4. Click Install and reload VS Code

Or install directly from the VS Code Marketplace.


🛠 Usage

1. Open PostCat

  • Open the command palette (Ctrl+Shift+P / Cmd+Shift+P)
  • Search for "PostCat: Open"
  • The PostCat panel will appear

2. Send a Request

  1. Choose method (GET, POST, PUT, DELETE, etc.)
  2. Enter the request URL
  3. Add headers and body if needed
  4. Click Send
  5. View the JSON or text response

3. Manage Collections

  • Save frequently used requests into collections
  • Organize requests by environment (dev, staging, prod)

🖥 Interface

Main Panel

  • Method & URL input
  • Headers & Body editors
  • Send button
  • Response viewer with status, time, and size

Sidebar

  • Collections list
  • Request history

⚡ Commands

Command Description
PostCat: Open Opens the main PostCat request panel
PostCat: Show Sidebar Opens the PostCat sidebar with collections

📂 Development Setup

# Clone the repository
git clone https://github.com/dennismutuku2005/postcat.git

# Open in VS Code
cd postcat
code .

# Install dependencies
npm install

# Run the extension in debug mode
npm run watch
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft