Perform MTR (My Traceroute) network diagnostic test
API Key required for all endpoints
MTR test completed successfully
Timestamp of the request in milliseconds
1763372588297
API status message
success, failure "success"
API status code
200
Metadata about the MTR test execution
Array of hop details observed in the MTR trace route
[
{
"hop": 1,
"host": "240.192.18.19",
"asn": "AS???",
"loss": 0,
"sent": 2,
"last": 0.28,
"avg": 0.29,
"best": 0.28,
"worst": 0.3,
"stdDev": 0.01
},
{
"hop": 2,
"host": "240.0.60.49",
"asn": "AS???",
"loss": 0,
"sent": 2,
"last": 0.28,
"avg": 0.29,
"best": 0.28,
"worst": 0.29,
"stdDev": 0.01
}
]