Rotexit Tools Logo
DevTools.rotexit.com
Back to all tools

JSON Placeholder API

Mock REST API with advanced simulation features (delay, status codes).

Request Console

Local
Latency (ms)
Force Status

Code Snippet

fetch('/api/mock/posts')
  .then((response) => response.json())
  .then((json) => console.log(json));
Response
// Response will appear here