Alternatives to WireMock

An open-source tool for mocking HTTP APIs so you can test without real service dependencies. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as WireMock.

  • MockServer

    An open-source self-hosted server for mocking, proxying and recording HTTP, HTTPS and gRPC APIs.

    MockServer is an open-source self-hosted server that mocks and proxies HTTP up to HTTP/3 plus gRPC, records traffic and injects faults, started with one Docker command.

  • Mockoon

    A desktop app and CLI for designing and running mock REST APIs locally without an account.

    Mockoon offers a desktop app and CLI for designing local mock REST APIs without an account, imports OpenAPI, and needs no Java, but hosted deployments are paid.

  • Prism

    An open-source mock server and validation proxy built from OpenAPI documents and Postman collections.

    Prism generates mock servers directly from OpenAPI files or Postman collections and adds a validation proxy, but depends on an accurate specification and lacks fault simulation.

  • json-server

    A command-line tool that turns a JSON file into a fake REST API for prototyping.

    json-server turns a single JSON file into a fake REST API with one npm command, simpler but without request matching, recording or fault simulation.

  • Beeceptor

    A web service for creating mock API servers and inspecting incoming webhook requests in real time.

    FreemiumProprietaryWeb

    Beeceptor moves mocking to a hosted service on a unique subdomain with dynamic responses and live inspection, but requests pass through a third party and it is closed source.

  • Mockbin

    A free web tool that creates mock API endpoints with fixed responses and logs requests to them.

    Mockbin is a free open-source web tool for mock endpoints generated from OpenAPI 3.x, with no account, but it returns fixed responses rather than programmable logic.

Similar software

Related functionality, not a direct replacement.