Simple API Tester

Key Value Actions

Response

Status:
Headers:

    
Body:

    

Why I Made This

I built this simple API tester because many existing tools feel heavy and overcomplicated, especially on my century-old laptop. This lightweight, no-frills tool lets me quickly test APIs without lag or clutter.

How To Use

  1. Select the HTTP method and enter the full API URL.
  2. If your API requires authentication, paste your Bearer token in the Authorization field.
  3. For methods like POST or PUT, add key-value pairs for the JSON request body below.
  4. Click Send Request and view the response status, headers, and body displayed below the form.