MockAPI
Welcome back
Sign in to your account to continue
Email
Password
Forgot password?
Sign in
Or continue with
Google
GitHub
Don't have an account?
Sign up
Live mock server
1
const
api =
MockAPI
.create(({
2
base:
"/api/v1"
,
3
delay:
120
,
4
rateLimit:
1000
,
5
})
6
// → deployed in 3 seconds ✓
12k
requests/day
99.9%
uptime
<50ms
latency
GET
/api/v1/users
48ms
POST
/api/v1/orders
52ms
DEL
/api/v1/session
31ms
Faker.js
Rate limiting
JWT auth
Redis
REST