Coming Soon
Run ReqRes in your
own infrastructure.
The same fake API your team already depends on, deployed to your own servers. No external dependencies. No rate limits. No downtime risk.
docker run -p 3000:3000 reqres/reqres-api
What's included
Legacy API endpoints
The same /api/users, /api/login, /api/register, /api/unknown endpoints your test suites already use. Identical response shapes.
No external dependencies
Runs standalone with zero network calls. No database, no Redis, no third-party auth. Just a Docker container.
Configurable port & data
Set your port, optionally mount a custom data.json to return your own response shapes. Health check endpoint included.
CI/CD ready
Start in Docker Compose, tear down after tests. No flaky third-party API calls breaking your pipeline at 3am.