Test API Endpoints
Send requests and see real-time responses below
https://api.shipwreckexd.co
Headers
Body
Params
Example Request
curl --location --request GET 'https://api.shipwreckexd.co/v1/users' \ --header 'Authorization: Bearer YOUR_TOKEN' \ --header 'Content-Type: application/json'
Response Preview
{ "success": true, "data": [ "item1", "item2" ] }
Try GET /v1/users
Sandbox Features
Interact with our API features in real-time with instant feedback
⚡
Real-Time Responses
Get instant API response visualizations and status information
📦
Mock Data Simulation
Test different scenarios with automated mock response generation
🧬
Code Snippet Preview
Auto-generated curl, JavaScript, and Python samples for every request