https://github.com/zuplo/mockbin
Mockbin by Zuplo. Mock, Test, and View HTTP Requests and Responses
https://github.com/zuplo/mockbin
api-client api-management api-mock api-test api-testing mockbin mocking testing-tools
Last synced: 9 days ago
JSON representation
Mockbin by Zuplo. Mock, Test, and View HTTP Requests and Responses
- Host: GitHub
- URL: https://github.com/zuplo/mockbin
- Owner: zuplo
- License: mit
- Created: 2023-11-04T17:49:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T13:44:57.000Z (2 months ago)
- Last Synced: 2025-03-29T19:02:10.709Z (16 days ago)
- Topics: api-client, api-management, api-mock, api-test, api-testing, mockbin, mocking, testing-tools
- Language: TypeScript
- Homepage: https://mockbin.io
- Size: 11.5 MB
- Stars: 105
- Watchers: 4
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-integration - Mockbin (⭐105) - A simple endpoint generator for testing HTTP requests with real-time logging and feedback. (Projects / API Testing)
- trackawesomelist - Mockbin (⭐105) (⭐105) - A simple endpoint generator for testing HTTP requests with real-time logging and feedback. (Recently Updated / [Apr 09, 2025](/content/2025/04/09/README.md))
README
![]()
Easily generate custom endpoints to test HTTP requests, and view the request logs from that API for free. Now with OpenAPI support; Mock your OpenAPI file in seconds.
## Usage
Visit https://mockbin.io, create a new bin, and start sending requests to your new endpoint!

## About
At Zuplo we were big fans of [mockbin.org](https://mockbin.org) and used it for testing APIs and doing demos. Unfortunately, it was shut down.
In the spirit of being scrappy and shipping quickly, a group of us decided to build a replacement as an impromptu hackathon project on a weekend - and we shipped with love ❤️ and a bit of coffee ☕️.
### How it works
The API for this project is built using [Zuplo](https://zuplo.com) and Cloudflare's [R2](https://www.cloudflare.com/developer-platform/r2/) (or any S3 API compatible storage) for the backend.
The frontend is a simple Next.js app that can be deployed to Vercel or anywhere else you prefer.
# License
[MIT License](./LICENSE)