API Documentation
Integrate our proxy services into your applications with our powerful and easy-to-use API.
API Reference
API Endpoints
Get Proxy List
GET
/v1/proxies
Retrieve a list of available proxies
Parameters:
limit
(integer): Number of proxies to return (default: 10, max: 100)offset
(integer): Offset for pagination (default: 0)country
(string): Filter proxies by country code (e.g., US, UK)
Example Response:
{
"proxies": [
{
"id": "proxy_123abc",
"ip": "203.0.113.1",
"port": 8080,
"country": "US",
"city": "New York",
"type": "residential"
},
// ... more proxies
],
"total": 1000,
"limit": 10,
"offset": 0
}
Official SDKs
πPython SDK
Official Python SDK for integrating with our API.
π¨JavaScript SDK
Official JavaScript SDK for integrating with our API.
πRuby SDK
Official Ruby SDK for integrating with our API.
Ready to integrate?
Sign up now to get your API key and start building with our proxy services.