web
0.000001 USD
Ping an IP address
addressstring
address to ping
latencystring
average latency e.g 10ms
statusstring
response status
Request
Response
{
"status": "OK"
}
0.000001 USD
Ping a TCP port to check if it's open
addressstring
address to dial
datastring
optional data to send
datastring
response data if any
statusstring
response status
Request
Response
{
"status": "OK"
}
0.000001 USD
Ping a HTTP URL
addressstring
address to use
methodstring
method of the call
codenumber
the response code
statusstring
the response status
Request
Response
{
"status": "200 OK",
"code": 200
}