Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>API Response RecorderNew to Visual Studio Code? Get it now.
API Response Recorder

API Response Recorder

cadconsultants

|
9 installs
| (0) | Free
Records API responses for testing and debugging
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

API Response Recorder

A Visual Studio Code extension for recording and testing API responses.

Features

  • Call APIs with custom URLs, methods, and headers
  • Repeat requests with configurable delays
  • Automatic retry logic with exponential backoff
  • Real-time status updates in the status bar
  • Two output windows:
    • Detailed results with full response information
    • JSON-only window with pure response data for easy reuse
  • Pre-flight URL responsiveness check

Usage

  1. Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  2. Run "API Response Recorder: Start Recording"
  3. Enter the required parameters:
    • API URL
    • HTTP Method (GET, POST, PUT, DELETE, PATCH)
    • Headers (optional, JSON format)
    • Repeat count (-1 for infinite)
    • Delay between requests (milliseconds)

Requirements

No additional requirements or dependencies needed.

Release Notes

0.0.1

Initial release of API Response Recorder

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