RESTful API for all tools. No authentication required.
Check HTTP status from multiple global nodes.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Required | Target URL to check |
{
"url": "https://google.com",
"requestId": "req_...",
"nodes": [
{
"country": "United States",
"countryCode": "us",
"status": 200,
"ping": 45,
"ip": "142.250...."
}
],
"successCount": 35,
"avgPing": 67,
"totalNodes": 40,
"timestamp": "2026-08-06T12:00:00Z"
}curl -X GET \
'https://nightstrom404.vercel.app/api/http-check?url=google.com' \
-H 'Accept: application/json'