πŸ”§ API: Generate Proxy

Endpoint: https://gonzoproxy.com/api/1.1/wf/Generate_Proxy


πŸ“₯ Request Parameters


id

Your account ID

  • Type: string

  • Required parameter


port

Specifies which protocol to use for the proxy

  • Type: string

  • Default: http|https

  • Possible values:

    • http|https

    • socks5


country

Country for sticky proxies (if using sticky rotation)

  • Type: string

  • Possible values:

    • us (List will expand)


lifetime

Proxy lifetime for sticky rotation

  • Type: string

  • Default: 24h

  • Possible values:

    • 1-59s

    • 1-59m

    • 1-24h


proxyCount

Number of proxies to generate

  • Type: integer

  • Default: 10


rotation

IP address rotation type

  • Type: string

  • Default: random

  • Possible values:

    • random β€” new IP with each connection

    • sticky β€” fixed IP for a set time


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