To obtain information about the IP assigned to your session use the following request.
curl -x rotating-residential.geonode.com:10000 -U username http://api.geonode.com/stats
You will receive a response like the following.
{
"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"
}
}