Check any URL in seconds
BXSS URL Checker lets you check a URL and retrieve basic HTTP response information through a simple web interface and API.
What it does
Give it a public HTTP or HTTPS URL and it returns the essentials: status code, response time, final URL after redirects, content type, response size, and the page title when available. It checks availability — it is not a crawler, scraper, proxy, or security scanner.
Simple URL checking
Enter a URL, press check, see the response details. No configuration required.
API access
Every check is available over a clean JSON REST API with API-key authentication. Read the docs.
Automation
Connect checks to your workflows with the BXSS URL Checker integration on Zapier. How to connect.
Documentation
Full OpenAPI reference with request and response examples. Open the documentation.
Example API response
{
"id": "check_7k3f9x2m1qpzw4dn",
"url": "https://example.com",
"final_url": "https://example.com/",
"status_code": 200,
"response_time_ms": 143,
"content_type": "text/html",
"response_size": 1256,
"title": "Example Domain",
"checked_at": "2026-08-15T10:00:00Z"
}
Privacy
We store the check data described in our privacy policy. Read it.
Terms
Use of the service is subject to our terms of service.
Support
Questions or problems? Contact support.