Have you tried Mockoon to capture and mock real API responses?

Mocking APIs can help unblock testing and give you control over the data you need, without waiting for backend changes.

Using Mockoon, you can take a real request from a frontend and turn it into a mock using two methods. No code needed, just a bit of setup.

I’ve put together a small activity you can try if you want to get more hands-on with API mocking.

Your task!

  1. Download and install the latest version of Mockoon.
    You’ll use it to create and run your mocked server locally.

  2. Create a new mocked server (environment) in Mockoon.
    Give it a name and note the port number Mockoon assigns so you can point the frontend to it.

  3. Clone and run MERN test application locally.
    Follow the instructions in the repo to run it with or without Docker.

  4. Mock the /api/category/list endpoint using both methods:

    • Manually — create the route and paste in the response, and
    • Through proxy mode — capture the response from the live backend and create the mock in one click.
  5. Go to the application UI and verify that categories are now getting the mocked response.

  6. Share your experience and thoughts in the thread:

    • How did each method go for you — manual vs proxy?
    • What differences did you notice in setup, speed, or reliability?
    • Were you able to see the mocked response in the UI?
    • What did you learn from comparing the two approaches?

:open_mailbox_with_raised_flag: Post your thoughts or questions below. Your post might help someone else, too.

2 Likes

I see there is no Free Plan on the pricing page.

What makes Mockoon different from other mocking tools?

Hi Krisof,
The pricing page refers only to their cloud offering.
You can access all its features using the desktop version, which you can use locally. This can also be self-hosted, so you can continue to fully utilise it within your CI/CD (Self-host your mock APIs with Mockoon CLI)

Aah! that was not clear from the beginning :stuck_out_tongue:
I just went to the website and click on the menu’s to see them, saw pricing and instantly saw there was no free option. It would be nice if they added a Free Option and just mention it’s the open source version :smiley:

Because you ‘scared’ me away with this atm :stuck_out_tongue: