Complete information

This request provides all the information you need to order proxies of any type.

This includes details such as country ID, periods, targets, carriers, rotations (for mobile proxies), and all the information required to place an order.

Endpoint:

GET https://proxy-seller.com/personal/api/v1/{YourApiKey}/reference/list/{type}

Example

To view all proxy types:

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/reference/list

To view a specific proxy type (e.g., IPv4):

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/reference/list/ipv4

Path parameters:

Name
Value
Description

Authorization

<Your_API_Key>

Your personal API key (how to get)

Proxy type

ipv4

ipv6

mobile

isp

resident

mix

mix_isp

The proxy type you want to retrieve.

Response

{
  "status": "success",
  "data": {
    "items": [
      {
        "country": [
          {
            "id": 561,
            "name": "France",
            "alpha3": "FRA"
          }
        ],
        "period": [
          {
            "id": "1m",
            "name": "1 month"
          }
        ]
      }
    ]
  },
  "errors": []
}

Last updated