RAPID Mock API

Carefully crafted API mocking service for simpler development

Instant Access

No registration required, completely free, start right away

Realistic Data

Carefully constructed data that perfectly simulates real environments

Privacy First

No usage tracking, completely open and transparent

Available APIs

Products API

Get product lists, details, categories, and more

Food Blog API

Access food articles, comments, and author information

Users API

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
    }
  }
}

Features

Delay Simulation

Control API response time to simulate real network conditions

Error Handling

Simulate various HTTP error states for testing error handling logic

Flexible Configuration

Customize response data structure to meet different development needs