API allows you to get a list of proxies with filters. All requests require authorization by key.
https://yourdomain.com/api.php
Parameter | Description | Example |
---|---|---|
key * |
Access Key | abc123 |
type |
Proxy type (http, https, socks4, socks5) | http,socks5 |
anon |
Anonymity level (Transparent, Anonymous, Elite) | Элитный |
ping |
Maximum ping in ms | 100 |
time |
Check time in seconds (default 600) | 3600 |
works |
Minimum workability in % | 80 |
country |
Countries (comma separated) | RU,US |
city |
Cities (comma separated) | Moscow,New York |
count |
Number of proxies (default 10) | 50 |
get |
Response format (json, txt, json.file, txt.file) | json |
* - required parameter
GET /api.php?key=your_key&type=http&country=RU&get=json
GET /api.php?key=your_key&anon=elite&ping=100&count=50&get=json
[
{
"ip": "192.168.1.1",
"type": "http",
"anon": "Элитный",
"ping": 50,
"timecheck": "2025-09-28 12:00:00",
"works": 95,
"country": "RU",
"city": "Moscow"
}
]
Limitations depend on your plan. Check them in your dashboard.