v1
latestOpenAPI 3.1.0MIT2026-07-132176113.0 KBloadtime
Measure the page load time for a given URL
post/loadtime
Request body
Example request
{
"url": "https://example.com",
"proxyCountry": "us"
}Response
Load time retrieved successfully
Example response
{
"timestamp": 1763372588297,
"apiStatus": "success",
"apiCode": 200,
"meta": {
"url": "https://example.com",
"proxyCountry": "us",
"followRedirect": true,
"redirectedURL": "https://example.com/",
"test": {
"id": "mxqx9v9y0742lap6altwdteqd28t23nq"
}
},
"data": {
"dns": 10,
"connect": 12,
"tls": 9,
"send": 19,
"wait": 86,
"total": 88
}
}