v1
latestOpenAPI 3.0.12026-07-265331168.0 KBGenerate Proxy List By Search
This endpoint retrieves a list of available proxies for a user based on provided search parameters. The search parameters allow the user to filter the proxies based on protocol, version, format, and associated service ID. The function returns proxies in various formats suitable for different purposes.
Query parameters
Desired protocol for the proxies you want returned in the search list.
IP version preference.
Desired format for displaying the proxies you want returned in the search.
ID of the proxy_user you want to use to authenticate with the proxies
Authentication ID for the proxies you want returned in the search.
ID of the proxy
Service ID associated with the proxy
Main IP Address of the proxy
Main subnet of the proxy
Main subnet of the proxy
IPv4 address ID of the proxy
IPv6 address ID of the proxy
Formatted http proxy string
http port of the proxy
socks5 port of the proxy
Current status of the proxy
Type of the proxies you want returned in the search
Version of the proxies you want returned in the search
ISO Country Code (ISO 3166-1 alpha-2)
Name of the country the proxy is located in
ISO Country Code (ISO 3166-2)
Name of the subdivision the proxy is located in
ID of the city the proxy is located in
Name of the city the proxy is located in
Timezone of the City the proxy is located in
Example postcode of the City the proxy is located in
Latitude of the City the proxy is located in
Longitude of the City the proxy is located in
Unique identifier of the ASN of the proxy
Name associated with the ASN of the proxy
Datetime the proxy was last updated
Number of items per page for pagination
Page number for pagination
Key for sorting or random.
Response
Successfully generated proxy list.
Example response
{
"data": [
"socks5://user:password@17.253.94.0:8080"
],
"message": "Proxy list successfully generated."
}