π§ API: Generate Proxy
Endpoint:
https://gonzoproxy.com/api/1.1/wf/Generate_Proxy
π₯ Request Parameters
id
id
Your account ID
Type:
string
Required parameter
port
port
Specifies which protocol to use for the proxy
Type:
string
Default:
http|https
Possible values:
http|https
socks5
country
country
Country for sticky proxies (if using sticky rotation)
Type:
string
Possible values:
us
(List will expand)
lifetime
lifetime
Proxy lifetime for sticky rotation
Type:
string
Default:
24h
Possible values:
1-59s
1-59m
1-24h
proxyCount
proxyCount
Number of proxies to generate
Type:
integer
Default:
10
rotation
rotation
IP address rotation type
Type:
string
Default:
random
Possible values:
random
β new IP with each connectionsticky
β fixed IP for a set time
format
format
Proxy display format in the response
Type:
string
Default:
{hostname}:{port}:{username}:{password}
Possible values:
{hostname}:{port}:{username}:{password}
{hostname}:{port}@{username}:{password}
{username}:{password}:{hostname}:{port}
{username}:{password}@{hostname}:{port}
π§ͺ Example Request
{
"id": "your_user_id",
"port": "http|https",
"country": "us",
"lifetime": "24h",
"proxyCount": 10,
"rotation": "sticky",
"format": "{hostname}:{port}:{username}:{password}"
}
π Response
A successful response returns an array of generated proxies in the chosen format.
Last updated