Skip to main content
POST
Check if a site is up or down

Authorizations

x-api-key
string
header
required

API Key required for all endpoints

Body

application/json
url
string
required

Target URL

Example:

"https://example.com"

followRedirect
boolean
default:false

Whether to follow redirects when checking site status

Example:

false

proxyCountry
string

Proxy country code to route the request

Example:

"us"

Response

Site status retrieved successfully

timestamp
number
required

Timestamp of the request in milliseconds

Example:

1783943217189

apiStatus
enum<string>
required

API status message

Available options:
success,
failure
Example:

"success"

apiCode
number
required

API status code

Example:

200

message
string
required

Indicates the current status of the site. It can either be "Site is up" or "Unable to reach the URL."

Example:

"Site is up"

meta
object
required

Metadata about the site status check.

Example:
data
object
required

HTTP status information from the site check.

Example: