Lightweight Local API Mock Server One binary Full-featured.
Click to view full sizeMockAPI is a lightweight local mock server for creating API endpoints quickly. It runs as a single Go binary with zero runtime dependencies and includes a web UI to view logs, manage routes, and create endpoints without configuration files. The tool supports mocking REST, GraphQL, WebSocket, and gRPC-Web HTTP endpoints, including dynamic routing with path parameters, wildcards, and conditional responses. For generating realistic behavior, it provides a JavaScript engine to build responses using request context. MockAPI can import Swagger/OpenAPI 2.0 and 3.x specifications to auto-generate routes, and it offers 12+ quick templates to speed up setup. A proxy mode forwards unmatched requests to a real backend, enabling partial mocking during development and testing.
Developers need fast local API mocks for testing without dependencies.
Single-binary server provides REST/GraphQL/WebSocket/gRPC mocks with UI and templates.
Developers needing local API mocking for tests and prototyping.
Add a comment...