Website Check
Diagnostic in progress...
You can use this tool directly from your terminal or scripts via our Public JSON API.
GET https://opskitpro.com/api/tools/http-checkcurl "https://opskitpro.com/api/tools/http-check?url=https://example.com"{
"ok": true,
"tool": "http-check",
"input": {
"url": "https://example.com"
},
"result": {
"status": 200,
"statusText": "OK",
"finalUrl": "https://example.com",
"durationMs": 243,
"server": "ECS (dcb/7ECA)",
"contentType": "text/html; charset=UTF-8",
"headers": {
"cache-control": "max-age=604800",
"content-type": "text/html; charset=UTF-8"
}
},
"meta": {
"durationMs": 245,
"timestamp": "2026-06-23T00:00:00.000Z"
}
}