Mock APIs for Every Use Case

Create realistic mock APIs in seconds. Pick a use case, customize the endpoints, and get a live URL instantly.

E-Commerce API

Products, cart, orders, reviews, payments, wishlist. Perfect for building online stores.

GET/products
POST/cart/items
POST/orders
GET/users/me
productscartorderspayments
Use this template →

Authentication API

Login, register, refresh tokens, password reset, user profile. For auth flow prototyping.

POST/auth/login
POST/auth/register
POST/auth/refresh
GET/auth/me
JWTOAuthsessions
Use this template →

Social Media API

Posts, comments, likes, followers, feeds. Build social features fast.

GET/feed
POST/posts
POST/posts/:id/like
GET/users/:id/followers
postscommentslikesfeed
Use this template →

Payment API

Charges, refunds, payment methods, invoices. Simulate Stripe-like flows.

POST/charges
POST/refunds
GET/payment-methods
GET/invoices
Stripe-likechargesrefunds
Use this template →

CMS / Blog API

Articles, categories, tags, authors, media. For headless CMS frontends.

GET/articles
GET/articles/:slug
GET/categories
GET/authors/:id
articlescategoriesheadless
Use this template →

IoT / Devices API

Devices, sensors, readings, alerts, dashboards. For IoT dashboard prototyping.

GET/devices
GET/devices/:id/readings
POST/alerts
GET/dashboard/stats
sensorsreadingsalerts
Use this template →

Weather API

Current weather, forecasts, historical data, alerts. Simulate weather services.

GET/weather/current
GET/weather/forecast
GET/weather/history
GET/alerts
forecasttemperaturealerts
Use this template →

Chat / Messaging API

Conversations, messages, typing indicators, read receipts. For chat UI development.

GET/conversations
POST/messages
GET/messages/:convId
PATCH/messages/:id/read
messagesconversationsreal-time
Use this template →