ProxyList.to

API

To use the API you need an API Key, you can get that here.
API Examples will be published on our GitHub.
All API paths are relative to the root of api.proxylist.to.

GET /http

Gets the HTTP Proxy list. Parameters:
Name Example Description
key (required) PROXY-xxxxxxxx-LIST-xxxxxxxx-TO API Key to authenticate.

Example Request: api.proxylist.to/http?key=PROXY-xxxxxxxx-LIST-xxxxxxxx-TO Response: Plain Text list of HTTP Proxies split by New Line

GET /socks4

Gets the SOCKS4 Proxy list. Parameters:
Name Example Description
key (required) PROXY-xxxxxxxx-LIST-xxxxxxxx-TO API Key to authenticate.

Example Request: api.proxylist.to/socks4?key=PROXY-xxxxxxxx-LIST-xxxxxxxx-TO Response: Plain Text list of SOCKS4 Proxies split by New Line

GET /socks5

Gets the SOCKS5 Proxy list. Parameters:
Name Example Description
key (required) PROXY-xxxxxxxx-LIST-xxxxxxxx-TO API Key to authenticate.

Example Request: api.proxylist.to/socks5?key=PROXY-xxxxxxxx-LIST-xxxxxxxx-TO Response: Plain Text list of SOCKS5 Proxies split by New Line