Network

Ping Host

0calls
1 credits / call

Want to know if the network latency from our server to your server is high? This tool can help you test network connectivity.

Overview

This endpoint will perform an ICMP Ping operation from our server node to the host (domain name or IP address) you specify. It returns key metrics such as minimum, maximum, average latency and packet loss rate, making it a powerful tool for diagnosing network issues.

Query parameters

host
stringrequired

The target host you need to Ping, which can be a domain name or IP address.

Response

200 / OK

Ping operation successful! Returns latency statistics.

JSON

400 / Bad Request

Request failed, invalid parameters or target unreachable. Frontend can directly display the message field.

Possible reasons:

  • Unable to resolve host: The host parameter is an invalid domain name or IP address.
    JSON
  • Ping timeout: The target host is unreachable or blocked by firewall.
    JSON
JSON

429 / Too Many Requests

Service busy. When there are too many server Ping requests, rate limiting will be triggered. Frontend can directly display the message field.

JSON
JSON