v1
latestOpenAPI 3.1.0MIT2026-07-132176113.0 KBmtr
Perform MTR (My Traceroute) network diagnostic test
post/mtr
Request body
Example request
{
"url": "https://example.com",
"proxyCountry": "us"
}Response
MTR test completed successfully
Example response
{
"timestamp": 1763372588297,
"apiStatus": "success",
"apiCode": 200,
"meta": {
"url": "siterelic.com",
"proxyCountry": "United States",
"followRedirect": true,
"redirectedURL": "https://example.com/",
"test": {
"id": "mxqx9v9y0742lap6altwdteqd28t23nq"
}
},
"data": [
{
"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
}
]
}