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.
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. The playground offers the resources below, populated with fake data (generated using Faker.js).
You can use this playground for:
Learning and teaching APIs
Quick prototyping
Discovering Mockoon features
{
"id": "c408c0de-c0ba-40f3-8a4f-f1acb561de03",
"name": "Botsford Group",
"industry": "monetize compelling mindshare",
"location": {
"city": "South Valley",
"country": "American Samoa"
},
"employees": 23895,
"is_public": false
}
{
"id": "d421a174-8a96-4f42-addb-dccf00872970",
"name": "Devyn Stamm",
"email": "[email protected]",
"phone": "991-570-7464 x620",
"address": {
"street": "664 Baumbach Port",
"city": "Fort Vanessa",
"state": "Maine",
"zip": "72249-8454"
},
"age": 56
}
{
"id": "f724b18e-0165-452f-8256-0803f100f779",
"name": "Pierce Schinner",
"email": "[email protected]",
"phone": "1-492-539-2953 x1943",
"address": "496 Maggio Gardens, Port Bufordville, KS 76070",
"age": 50,
"isVip": true
}
{
"id": "c476c2ce-f138-459d-9b7f-00781e550460",
"title": "necessitatibus brevis vicissitudo",
"genre": "vulgus",
"director": "Stewart Kiehn",
"releaseYear": 1954,
"rating": 7,
"isPopular": false
}
{
"id": "23d78578-0c20-4ff0-9e37-a6b6ae83e164",
"title": "Sophismata careo statim auditor audentia expedita.",
"message": "Adsum bestia ante sortitus balbus cultura sunt vaco voluptates. Paulatim utique rem architecto demulceo thema verecundia. Verto vomito curriculum arbitro sint amita.",
"read": false,
"timestamp": "Wed Jun 05 2024 04:28:45 GMT+0200 (Central European Summer Time)"
}
{
"id": "f50bf6e1-fbb2-4096-aff1-dad2a3dda30f",
"url": "https://loremflickr.com/1024/768",
"caption": "Adsidue amplexus quam pecco armarium [...]",
"likes": 12,
"isFeatured": true
}
GET /pokemons
or GET /pokemons/{id}
). {
"id": 5,
"name": {
"english": "Charmeleon",
"japanese": "リザード",
"chinese": "火恐龙",
"french": "Reptincel"
},
"type": [
"Fire"
],
"base": {
"HP": 58,
"Attack": 64,
"Defense": 58,
"Sp. Attack": 80,
"Sp. Defense": 65,
"Speed": 80
}
}
{
"id": "0fd57703-4755-40a1-bbf7-2bee858c3a67",
"title": "Sumptus appono tametsi [...]",
"author": "Jermaine Daniel",
"date": "2023-04-30T10:10:02.970Z",
"content": "Crustulum consequatur ut audacia [...]",
"views": 1289,
"isPublished": true
}
{
"id": "c7266f89-b777-45aa-83ad-01d4bad47eb7",
"title": "optimize real-time architectures",
"completed": true,
"priority": 0,
"dueDate": "2024-09-24T10:13:39.649Z"
}
{
"id": "485d91e9-1042-458c-a977-47e48ae2d83e",
"country": "Guernsey",
"itemType": "Ball",
"salesChannel": "Movies",
"group": "Recycled",
"orderData": "Mon Oct 07 2024 04:05:36 GMT+0200 (Central European Summer Time)",
"shippingDate": "Fri Nov 15 2024 06:49:01 GMT+0100 (Central European Standard Time)",
"units": 16,
"unitPrice": "138.69",
"unitCost": "186.09",
"totalRevenue": "2219.04",
"totalCost": "2977.44",
"totalProfit": "-758.4000000000001"
}
{
"id": "dabf8912-0eb2-4648-98df-7d113a15bbfc",
"name": "Sean Kris",
"email": "[email protected]",
"phone": "271-410-4874 x85762",
"address": "623 Jailyn Village, Pasadena, IA 54138",
"birthdate": "2005-07-26",
"isActive": true
}
https://playground.mockoon.com/
{resources}
with the resource name on the left, e.g. /contacts
):/{resources}
/{resources}/:id
/{resources}
/{resources}/:id
/{resources}/:id
/{resources}/:id
?property_eq=test&page=2&limit=50
. You will find more information about the CRUD routes behavior in our documentation.