web

Ping

0.000001 USD

Ip

POST /v1/ping/Ip

Ping an IP address

Request

addressstring

address to ping

Response

latencystring

average latency e.g 10ms

statusstring

response status

Request

Response

{
    "status": "OK"
}

0.000001 USD

Tcp

POST /v1/ping/Tcp

Ping a TCP port to check if it's open

Request

addressstring

address to dial

datastring

optional data to send

Response

datastring

response data if any

statusstring

response status

Request

Response

{
    "status": "OK"
}

0.000001 USD

Url

POST /v1/ping/Url

Ping a HTTP URL

Request

addressstring

address to use

methodstring

method of the call

Response

codenumber

the response code

statusstring

the response status

Request

Response

{
    "status": "200 OK",
    "code": 200
}