Zorgoth.com
Developer
API Response
Mocker
Build realistic mock API responses — define status, headers, and body to share with your team or use in tests.
Response Config
HTTP Status
${[(200,'OK'),(201,'Created'),(204,'No Content'),(400,'Bad Request'),(401,'Unauthorized'),(403,'Forbidden'),(404,'Not Found'),(409,'Conflict'),(422,'Unprocessable Entity'),(429,'Too Many Requests'),(500,'Internal Server Error'),(503,'Service Unavailable')].map(([c,t])=>f'
{c} {t}
').join('')}
Headers
+ Header
Response Body (JSON)
{ "success": true, "data": { "id": 1, "name": "Alice", "email": "alice@example.com" }, "meta": { "timestamp": "2024-01-15T10:30:00Z", "version": "1.0" } }
Preview
Copy Response
Copy OpenAPI Snippet