| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Mockoon's playground is a ready-to-use mock API for all your prototyping needs: fake JSON data, JSON placeholders, realistic CRUD API mock, etc. It is also a good way to discover Mockoon's features.
➡️ Playground API URL: https://playground.mockoon.com ➡️ Playground's documentation
The playground offers the following resources, populated with fake data (generated using Faker.js):
The following routes are available for each resource (replace {resources} with the resource name, e.g. companies):
You can also use the sorting, searching and filtering query parameters on the main GET route, example: ?property_eq=test&page=2&limit=50. You will find more information about the CRUD routes behavior in our documentation.
💡 The following routes are disabled: DELETE /{resources}, PATCH /{resources}, PUT /{resources}. POST, DELETE, PATCH and PUT requests are persisted. GET requests are cached.
⚠️ The playground is a shared resource (please don't abuse it) and is not meant to be used in production. Data are frequently reset.
To go further, download Mockoon and discover all its features.
You can discuss all things related to Mockoon, and ask for help, on the official community. It's also a good place to discuss bugs and feature requests before opening an issue on this repository.
If you are interested in contributing to Mockoon, please take a look at the contributing guidelines.
Please also take a look at our Code of Conduct.
If you want to know what will be coming in the next release you can check the global Roadmap or subscribe to our newsletter.
| Back | FazBrowse Home | New Git URL |