My API

Created 2026-09-24 10:28:22 • 4 endpoints • 1 total hits
Base URL

Endpoints

GET /1212
200
{}
Status: 200 • Delay: 0ms • Type: application/json
GET /posts
200
[
  {
    "id": 1,
    "title": "Hello World",
    "body": "This is a sample post.",
    "author": "Alice"
  },
  {
    "id": 2,
    "title": "MockAPI is Great",
    "body": "Easy API mocking.",
    "author": "Bob"
  }
]
Status: 200 • Delay: 0ms • Type: application/json
GET /products
200
[
  {
    "id": 1,
    "name": "Widget Pro",
    "price": 29.99,
    "stock": 150
  },
  {
    "id": 2,
    "name": "Gadget Plus",
    "price": 49.99,
    "stock": 75
  },
  {
    "id": 3,
    "name": "Tool Kit",
    "price": 99.99,
    "stock": 30
  }
]
Status: 200 • Delay: 0ms • Type: application/json
GET /users
200
[
  {
    "id": 1,
    "name": "Alice",
    "email": "[email protected]",
    "role": "admin"
  },
  {
    "id": 2,
    "name": "Bob",
    "email": "[email protected]",
    "role": "user"
  },
  {
    "id": 3,
    "name": "Charlie",
    "email": "[email protected]",
    "role": "user"
  }
]
Status: 200 • Delay: 0ms • Type: application/json
{} PandaKit Pro - Unlimited endpoints, dynamic responses, auth simulation. $0.50/month