Here you can view more information about the IP that has been assigned to your sticky session and also some of your relevant account details.
Examples
Unmetered Residential:
Please note: Unmetered Residential proxies are no longer available for purchase. Existing subscriptions will continue to work, however.
curl -x unmetered.residential.proxyrack.net:10000 -U username:password http://api.proxyrack..net/stats
Live example here.
Premium Residential:
curl -x premium.residential.proxyrack.net:10000 -U username:password http://api.proxyrack.net/stats
Live example here.
Private Residential:
curl -x private.residential.proxyrack.net:10000 -U username:password http://api.proxyrack.net/stats
Live example here.
USA Rotating Datacenter:
curl -x usa.rotating.proxyrack.net:10000 -U username:password http://api.proxyrack.net/stats
Live example here.
Global Rotating Datacenter:
curl -x global.rotating.proxyrack.net:10000 -U username:password http://api.proxyrack.net/stats
Live example here.
Static USA Datacenter:
curl -x usa.static.proxyrack.net:10000 -U username:password http://api.proxyrack.net/stats
Live example here.
Result:
{
"bandwidth": {
"usage": 0
},
"concurrent": 0,
"interval": {
"seconds": 170,
"timestamp": 1583483937
},
"ipinfo": {
"city": "Murfreesboro",
"country": "US",
"fingerprint": {
"osName": ""
},
"ip": "123.228.188.123",
"isp": "Comcast Cable",
"online": true,
"proxyId": "PRQOGT6FYV"
},
"release": {
"count": 0,
"limit": 7500
},
"requestParams": {},
"threadLimit": 600,
"transferGB": {
"limit": "unlimited",
"usage": "0"
}
}