Technology
Hosted REST
Provides a hosted RESTful API that responds to AJAX requests with simulated data.
3
Endpoints
—
Status
—
Latency
CODE EXAMPLES
JavaScript (Fetch)
fetch('https://reqres.in/api/users?page=1', {
method: 'GET',
headers: {},
})
.then(response => response.json())
.then(data => console.log(data));cURL
curl -X GET 'https://reqres.in/api/users?page=1'Hosted REST
0.0%
TECHNOLOGY
Provides a hosted RESTful API that responds to AJAX requests with simulated data.
PERFORMANCE TELEMETRY
RATE LIMITSCHECK DOCS
API TESTING INTERFACE
READY
SIGN IN TO EXECUTE TEST
Please sign in to test API endpoints
RESPONSE TELEMETRY
Execute API test to view telemetry data