Interactive
Sandbox
Test APIs in Real-Time

Experiment with our API in a safe environment. See responses instantly, tweak parameters, and understand how endpoints behave before deployment.

GET /v1/status

Request Configuration

None required for this endpoint
None
None required for this endpoint
None

Response Preview

200 OK
{ "success": true, "status": "healthy", "version": "1.2.9", "server_time": "2025-08-22T20:15:00Z" }

GET /v1/metrics

Request Configuration

None
Select time range filter (optional)

Response Preview

200 OK
{ "metrics": { "request_count": 12850, "average_latency": "0.00089s", "error_rate": "0.21%", "uptime": "99.99%" }, "timestamp": "2025-08-22T20:15:00Z" }

How It Works

{
"documentation": {
"sandbox": {
"description": "The sandbox environment mirrors the real API with identical endpoints and response formats.",
"features": ["Real-time request validation", "Example responses for all endpoints", "Interactive parameter adjustments", "Instant error feedback"],
"note": "All requests in this sandbox are simulated for security reasons"
}
}
}