List All Active Sessions
Evan avatar
Written by Evan
Updated over a week ago

You can view all your active sessions by requesting the following URL through the proxy: http://api.proxyrack.net/sessions

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/sessions

Live example here.

Premium Residential:
curl -x premium.residential.proxyrack.net:10000 -U username:password http://api.proxyrack.net/sessions

Live example here.

Private Unmetered Residential:
curl -x private.residential.proxyrack.net:10000 -U username:password http://api.proxyrack.net/sessions

Live example here.

USA Rotating Datacenter:
curl -x usa.rotating.proxyrack.net:10000 -U username:password http://api.proxyrack.net/sessions

Live example here.

Global Rotating Datacenter:
curl -x global.rotating.proxyrack.net:10000 -U username:password http://api.proxyrack.net/sessions

Live example here.

Static USA Datacenter:
curl -x usa.static.proxyrack.net:10000 -U username:password http://api.proxyrack.net/sessions

Live example here.


Result:

[
{
"expiration": {
"seconds": 278
},
"port": 10010,
"proxy": {
"city": "Hayward",
"country": "US",
"fingerprint": {
"osName": ""
},
"ip": "173.162.88.248",
"isp": "Comcast Cable",
"online": true,
"proxyId": "PRDS5NCD4C"
},
"requestParams": {
"country": "US",
"refreshMinutes": "5"
},
"session": ""
},
{
"expiration": {
"seconds": 278
},
"port": 10007,
"proxy": {
"city": "Chula Vista",
"country": "US",
"fingerprint": {
"osName": ""
},
"ip": "145.16.225.176",
"isp": "AT&T U-verse",
"online": true,
"proxyId": "PRKAON3KMR"
},
"requestParams": {
"country": "US",
"refreshMinutes": "5"
},
"session": ""
},
{
"expiration": {
"seconds": 278
},
"port": 10000,
"proxy": {
"city": "",
"country": "US",
"fingerprint": {
"osName": ""
},
"ip": "138.123.115.124",
"isp": "Cogent Communications",
"online": true,
"proxyId": "PRFJJNWSKS"
},
"requestParams": {
"country": "US",
"refreshMinutes": "5"
},
"session": ""
},
{
"expiration": {
"seconds": 278
},
"port": 10002,
"proxy": {
"city": "Post Falls",
"country": "US",
"fingerprint": {
"osName": ""
},
"ip": "198.146.79.180",
"isp": "Spectrum",
"online": true,
"proxyId": "PRPX2ST5VB"
},
"requestParams": {
"country": "US",
"refreshMinutes": "5"
},
"session": ""
},
{
"expiration": {
"seconds": 278
},
"port": 10009,
"proxy": {
"city": "Compton",
"country": "US",
"fingerprint": {
"osName": ""
},
"ip": "254.51.169.20",
"isp": "Cogent Communications",
"online": true,
"proxyId": "PRAE7DUQGQ"
},
"requestParams": {
"country": "US",
"refreshMinutes": "5"
},
"session": ""
},
{
"expiration": {
"seconds": 278
},
"port": 10003,
"proxy": {
"city": "",
"country": "US",
"fingerprint": {
"osName": ""
},
"ip": "138.123.117.178",
"isp": "Cogent Communications",
"online": true,
"proxyId": "PRQ33KMQ5E"
},
"requestParams": {
"country": "US",
"refreshMinutes": "5"
},
"session": ""
},
{
"expiration": {
"seconds": 278
},
"port": 10001,
"proxy": {
"city": "Fort Lauderdale",
"country": "US",
"fingerprint": {
"osName": ""
},
"ip": "138.130.111.131",
"isp": "Cogent Communications",
"online": true,
"proxyId": "PRKMDAJUJN"
},
"requestParams": {
"country": "US",
"refreshMinutes": "5"
},
"session": ""
},
{
"expiration": {
"seconds": 278
},
"port": 10008,
"proxy": {
"city": "Tampa",
"country": "US",
"fingerprint": {
"osName": ""
},
"ip": "172.187.235.242",
"isp": "Spectrum Business",
"online": true,
"proxyId": "PRRMOPLYH5"
},
"requestParams": {
"country": "US",
"refreshMinutes": "5"
},
"session": ""
},
{
"expiration": {
"seconds": 278
},
"port": 10004,
"proxy": {
"city": "Bellmawr",
"country": "US",
"fingerprint": {
"osName": ""
},
"ip": "173.61.59.178",
"isp": "Verizon Fios",
"online": true,
"proxyId": "PRH0POCHU0"
},
"requestParams": {
"country": "US",
"refreshMinutes": "5"
},
"session": ""
},
{
"expiration": {
"seconds": 278
},
"port": 10006,
"proxy": {
"city": "",
"country": "US",
"fingerprint": {
"osName": ""
},
"ip": "138.123.112.118",
"isp": "Cogent Communications",
"online": true,
"proxyId": "PRZPUTNXLS"
},
"requestParams": {
"country": "US",
"refreshMinutes": "5"
},
"session": ""
},
{
"expiration": {
"seconds": 278
},
"port": 10005,
"proxy": {
"city": "Compton",
"country": "US",
"fingerprint": {
"osName": ""
},
"ip": "38.123.122.20",
"isp": "Cogent Communications",
"online": true,
"proxyId": "PRRWORO7LN"
},
"requestParams": {
"country": "US",
"refreshMinutes": "5"
},
"session": ""
}
]

Did this answer your question?