Website Availability Checker
Check if a website is up or down from multiple sources. This tool tests website availability using independent APIs and direct connection attempts, giving you a reliable answer even if one source fails.
Check if a website is up or down from multiple sources. This tool tests website availability using independent APIs and direct connection attempts, giving you a reliable answer even if one source fails.
Website availability refers to whether a website is accessible and responding to requests from the internet. A website can be "up" (available) or "down" (unavailable) due to various factors like server issues, network problems, DNS failures, or maintenance.
This tool uses multiple detection methods with automatic failover:
If one source fails, the tool automatically tries the next. CORS proxies ensure cross-origin requests work from your browser.
| Code | Meaning | Status |
|---|---|---|
| 200 | OK — Request successful | ✅ Online |
| 301/302 | Redirect — Moved permanently/temporarily | ✅ Online |
| 403 | Forbidden — Access denied | ⚠️ Restricted |
| 404 | Not Found — Page doesn't exist | ⚠️ Partial |
| 500 | Internal Server Error | ❌ Error |
| 502 | Bad Gateway | ❌ Error |
| 503 | Service Unavailable | ❌ Down |
| Timeout | No response from server | ❌ Down |