https://apiv1.aethercloud.web.id
Check the real-time status of the API.
Endpoint:
GET /Response:
{
"status": "online"
}Check one or more domains against the Nawala blocklist in real-time.
Endpoint:
GET /check?domain=DOMAINFeatures:
- Check a single domain.
- Check multiple domains (separated by commas).
- Real-time checks.
GET /check?domain=google.comGET /check?domain=google.com,pornhub.com,example.com{
"client_ip": "103.xxx.xxx.xxx",
"latency_ms": 1823,
"count": 3,
"timestamp": "2025-12-29T14:10:22+08:00",
"results": [
{
"domain": "google.com",
"status": "SAFE"
},
{
"domain": "pornhub.com",
"status": "BLOCKED"
},
{
"domain": "example.com",
"status": "SAFE"
}
]
}| Status | Keterangan (Description) |
|---|---|
SAFE |
Domain tidak diblokir (Domain is not blocked) |
BLOCKED |
Domain diblokir (Domain is blocked) |
UNKNOWN |
Status tidak terdeteksi (Status could not be determined) |
ERROR |
Terjadi kesalahan (An error occurred) |
curl "https://apiv1.aethercloud.web.id/check?domain=google.com"curl "https://apiv1.aethercloud.web.id/check?domain=google.com,pornhub.com"- API is real-time.
- No API key required.
- Supports multi-domain checks.
- Please use responsibly.
- Ideal for bots, monitoring, and automation.
Nawala Checker API v1
