API Playground
Test 100 API endpoints interactively across 14 categories
Request
Direct Access✓ Using this
https://api.mockly.codes/returns?count=5Via Group Path(alternative)
https://api.mockly.codes/commerce/returns?count=5Code Examples
cURL
curl "https://api.mockly.codes/returns?count=5"JavaScript
fetch('https://api.mockly.codes/returns?count=5')
.then(res => res.json())
.then(data => console.log(data));Python
import requests
response = requests.get('https://api.mockly.codes/returns?count=5')
print(response.json())Supported Features
✓
Query Parameters: ?count=N (max 100)
✓
Cache Bypass: ?nocache=true or ?fresh=true
✓
Group Paths: /commerce/returns
✓
Direct Access: /returns
✓
CORS: Enabled for all origins
Response
Send a request to see the response