Carefully crafted API mocking service for simpler development
No registration required, completely free, start right away
Carefully constructed data that perfectly simulates real environments
No usage tracking, completely open and transparent
Get product lists, details, categories, and more
Access food articles, comments, and author information
User information, authentication, and permissions
https://api.rapidmock.dev/products
{
"status": "success",
"code": 200,
"message": "",
"data": {
"items": [
{
"id": 1,
"category_id": 3,
"name": "Rent the Runway Dress",
"brand": "Designer Brand",
"description": "High-end designer dress available for rental, perfect for special occasions without the full purchase commitment.",
"image": "https://img.rapidmock.dev/shop/693f60d0-abbb-11ef-b749-8bd93d9e632a.jpg",
"price": 150,
"stack_quantity": 10,
"discount": "0.1",
"created_at": "2023-01-01T00:00:00.000Z",
"updated_at": "2023-01-10T00:00:00.000Z",
"status": "available",
"weight": "1.2",
"discount_price": 135,
"sku": "RTRD-001",
"category": {
"id": 3,
"category_name": "dress"
}
}
],
"pagination": {
"page": 1,
"limit": 10,
"row_count": 79
}
}
}
Control API response time to simulate real network conditions
Simulate various HTTP error states for testing error handling logic
Customize response data structure to meet different development needs