Network

Check URL Accessibility Status

0calls
1 credits / call

Is your website or API still okay? Use this endpoint to give it a quick 'health check'.

Overview

Provide a URL, we will send a request to it and return its HTTP response status code. This is a simple and effective method for service availability monitoring.

Query parameters

url
stringrequired

The complete URL you need to check for accessibility status.

Response

200 / OK

Check completed! Returns different results based on the target URL's reachability.

Format 1Reachable Response

When the target URL is accessible, status is the HTTP status code returned by the target (e.g., 200).

JSON
Format 2Unreachable Response

When the target URL is unreachable or request fails (e.g., DNS failure, timeout, connection failure), status is 0.

JSON

400 / Bad Request

Invalid request parameters. Please check if the url parameter is provided and formatted correctly.

JSON

502 / Bad Gateway

Failed to request URL (e.g., DNS resolution failed, connection timed out)

JSON