Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>vscode api testerNew to Visual Studio Code? Get it now.
vscode api tester

vscode api tester

div-tom1506

|
89 installs
| (1) | Free
The API Tester Extension is a lightweight alternative to Postman, built directly into VS Code. It allows developers to test REST APIs without leaving their coding environment.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code API Tester Extension

A lightweight API Testing tool inside VS Code, designed as a minimal alternative to Postman. Quickly test REST APIs without leaving your coding environment.

Features

  • [x] Send API Requests – Supports GET, POST, PUT, and DELETE requests.
  • [x] Simple UI – Input API URL, select method, and view responses instantly.
  • [x] Live Response Display – Fetch and format JSON responses.
  • [x] Support for Headers & Body – Send custom headers and request body.
  • [x] Authentication Support – Supports Bearer Token & Basic Auth.
  • [x] VS Code Integration – Runs in a Webview Panel for seamless testing.
  • [x] Lightweight & Fast – No need for external apps like Postman or Insomnia.

VS Code Extension Link

vscode-api-tester

Screenshots

Example1


Example2

Installation

Clone the repository:

git clone https://github.com/your-repo/vscode-api-tester.git
cd vscode-api-tester

Open the project in VS Code:

code .

Install dependencies (if any) and compile:

npm install
npm run compile

Run the extension in Development Mode: Open the Debug Panel (Ctrl + Shift + D) Select "Run Extension" and press F5 A new VS Code Extension Development Host window will open.

How to Use

Open the Command Palette (Ctrl + Shift + P).

Search for "api tester" and select it.

Enter an API URL, select method (GET, POST, PUT, or DELETE), and click Send.

Add optional Headers and Body if required.

Use Authentication options (Bearer Token / Basic Auth) when needed.

View the response JSON inside the panel.

Contributing

If you want to improve this extension:

Fork the repository

Create a new branch for your feature or fix

Submit a pull request with your changes

License

This project is licensed under the MIT License.

Enjoying the extension?

If you find this useful, feel free to star ⭐ the repository and contribute!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft