API Endpoints
Browse and test available endpoints from api.shardox.web.id
Try It Live
Test any endpoint directly from your browser
Example Request
https://api.shardox.web.id/api/example
{
"status": "success",
"data": {
"message": "API is working!",
"timestamp": "2025-01-01T12:00:00Z",
"domain": "api.shardox.web.id"
}
}
Quick Start
Simply click on any endpoint below to expand it, fill in the parameters if needed, and click "Execute Request" to test it live. All requests go to api.shardox.web.id.
Response Preview
Live Response Area
Results will appear here after testing
Click "Execute Request" on any endpoint to see live results here...
Code Examples
Learn how to use api.shardox.web.id in your projects
JavaScript
fetch('https://api.shardox.web.id/api/example')
.then(response => response.json())
.then(data => console.log(data));
Python
import requests response = requests.get( 'https://api.shardox.web.id/api/example' ) print(response.json())
cURL
curl -X GET \ "https://api.shardox.web.id/api/example"
Total Endpoints
Avg Response Time
Uptime
Public Access