Developers

API documentation

Filtered proxy lists over HTTP. Pass your API key in the URL — active subscription required.

Access

Active subscription required. Without a plan the API responds with 403.

Pass your key in the query string:

ParameterExample
key?key=YOUR_KEY
api_key?api_key=YOUR_KEY
apikey?apikey=YOUR_KEY

Active plan required

Subscribe to view endpoint details and copy example URLs.

View plans

While logged in, your session cookie also works in the browser.

GET /api/proxies

JSON by default. Use format=text for one ip:port per line.

JSON fields: id, ip, port, type, country, ms, last_updated

JSON (filtered)

/api/proxies?key=YOUR_KEY&type=SOCKS5&country=US&max_ms=350&sort=fastest&limit=100

Plain text

/api/proxies?key=YOUR_KEY&format=text&type=HTTP

Download .txt

/api/proxies?key=YOUR_KEY&format=text&download=1&type=SOCKS5

Active plan required

Subscribe to view endpoint details and copy example URLs.

View plans

Query parameters

ParameterDescription
qSearch IP, country, or related text
q_excludeExclude matches in IP, country, or ASN text
typeHTTP, SOCKS4, or SOCKS5
countryCountry code (e.g. US, DE)
country_excludeExclude country code
asnInclude ASN substring (alias: asn_include)
asn_excludeExclude ASN substring
min_msMinimum latency in ms
max_msMaximum latency in ms
sortnewest, oldest, fastest, or slowest
limitJSON row cap (1–100)
formatjson or text
download1, true, or yes — text attachment export