Proxy

A list of all publicly available methods for interacting with the API.

POST

Proxy check -/proxy/check

Query method

POSThttp://apilocal.stableproxy.com/v2/proxy/check

Query parameters

IdentifierRegulationsExample
protocolrequiredstringin:http, socks5, auto"http"
connect-urlsrequiredarray["md82ldd_0:[email protected]:11001"]
sort-byNot necessarilynullablestringapp\_validators\_ex_in_rule""
sort-orderNot necessarilynullablestringin:asc, desc"asc"
captcha-keyNot necessarilynullablestring"6Le6gTwUAAA ... secret ...tjbYd6IAYN_"
g-recaptcha-responserequiredrecaptchav3:check, 0.5, captcha-key"03AFcWeA690BhJU7VIxoIpsXXdDx7IVllNVz804lKvWNIBYmF42ALfY18TY4cjjQ0sY_...."
connect-urls.*requiredstring36

Code examples

1async function postProxyCheck() {
2   const baseUrl = 'http://apilocal.stableproxy.com/v2';
3   const req = await fetch(baseUrl + '/proxy/check', {
4         method: 'POST',
5         headers: {
6            'Content-Type': 'application/json'
7         },
8         body: JSON.stringify({
9            "protocol": "http",
10            "connect-urls": ["md82ldd_0:[email protected]:11001"],
11            "sort-by": "",
12            "sort-order": "asc",
13            "captcha-key": "6Le6gTwUAAA ... secret ...tjbYd6IAYN_",
14            "g-recaptcha-response": "03AFcWeA690BhJU7VIxoIpsXXdDx7IVllNVz804lKvWNIBYmF42ALfY18TY4cjjQ0sY_....",
15            "connect-urls.*": 36
16         }),
17      }
18   );
19   
20   const res = await req.json();
21}

Examples of answers

StableProxy

StableProxy

© StableProxy – 2021 - 2025 – Ukraine

Payment methods