List servers
/serversServers that are online and have free capacity right now, best quality first, with your price for each duration. A server that fills up drops out of this list until a slot frees up.
curl https://proxystream.net/api/reseller/v1/servers \
-H "Authorization: Bearer $PROXYSTREAM_API_KEY"{
"data": [
{
"id": 12,
"country": "US",
"region": "Texas",
"isp": "T-Mobile",
"type": "Mobile 5G",
"rotation_minutes": 15,
"prices": [
{
"duration": "4h",
"price": 0.4
},
{
"duration": "1d",
"price": 1
},
{
"duration": "3d",
"price": 2.5
},
{
"duration": "1w",
"price": 5
},
{
"duration": "1mo",
"price": 15
}
]
}
]
}