Developers
Filtered proxy lists over HTTP. Pass your API key in the URL — active subscription required.
Active subscription required. Without a plan the API responds with 403.
Pass your key in the query string:
| Parameter | Example |
|---|---|
| key | ?key=YOUR_KEY |
| api_key | ?api_key=YOUR_KEY |
| apikey | ?apikey=YOUR_KEY |
While logged in, your session cookie also works in the browser.
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
| Parameter | Description |
|---|---|
| q | Search IP, country, or related text |
| q_exclude | Exclude matches in IP, country, or ASN text |
| type | HTTP, SOCKS4, or SOCKS5 |
| country | Country code (e.g. US, DE) |
| country_exclude | Exclude country code |
| asn | Include ASN substring (alias: asn_include) |
| asn_exclude | Exclude ASN substring |
| min_ms | Minimum latency in ms |
| max_ms | Maximum latency in ms |
| sort | newest, oldest, fastest, or slowest |
| limit | JSON row cap (1–100) |
| format | json or text |
| download | 1, true, or yes — text attachment export |