I was looking for a simple tool to test API requests. Turns out, that often means installing native apps, creating an account, and/or plowing through a bunch of features and a cluttered UI. I just want to make a request and see the response. So I built this little app. Curious to hear what you think!
For now:
- Only request URLs with https:// are supported.
- Only responses with Content-Type: application/json are supported.
- There is a rate limit of 30 requests per minute.