proxy.serviss.it
free working proxy api

A working proxy,
one request away.

Hit a single endpoint and get back a random, freshly‑checked proxy — filter by country, anonymity, protocol and HTTPS support. Free to use.

47,255 working proxies 7,445 HTTPS‑capable 125 countries 992 ms avg latency 519,902 tracked
protocol http 33,257socks5 10,425socks4 3,573 anonymity exposed 21,308elite 6,174anonymous 2,718 capability http-fwd 31,902 http-tunnel 9,744 https 7,445 https-insec 756 ipv4 37,526 ipv6 785
top countries 🇮🇷 IR 21,374🇺🇸 US 1,336🇮🇩 ID 385🇩🇪 DE 304🇸🇬 SG 265🇻🇳 VN 259🇷🇺 RU 248🇮🇳 IN 244🇨🇳 CN 161
updated 4 minutes ago

1Get a proxy

A GET request returns one random valid proxy as JSON. Tweak the filters to build the request, then Run it live (with response headers).

Anonymity
Country
Protocol
Capabilities
Max latency
Format
bash
$ curl -si https://proxy.serviss.it/api/v1/proxy?anonymity=elite&http=1&https=1&format=plaintext
HTTP 200 OK access-control-allow-origin: * cache-control: no-cache, private content-type: text/plain; charset=utf-8 date: Thu, 10 Sep 2026 19:07:53 GMT x-powered-by: PHP/8.5.9 x-ratelimit-limit: 10 x-ratelimit-remaining: 9 Address: http://103.237.102.191:11111 Protocol: http Host: 103.237.102.191 Port: 11111 Anonymity-Level: elite Is-Http-Valid: 1 Is-Http-Tunnel-Valid: 1 Is-Https-Valid: 1 Is-Https-Insecure-Valid: 0 Is-Ipv4-Valid: 1 Is-Ipv6-Valid: 0 Country-Iso-Code: MO Latency-Http: 0.1289 Latency-Https: 0.0648 Latency-Https-Insecure: Validated-At: 2026-07-18 13:49:53

Anonymous requests are limited to 10 / minute per IP — exceeding that returns HTTP 429. A token removes the limit.

2Use the proxy

Pass the address to your HTTP client. Below we route a request through it to ip.serviss.it, which echoes the IP it sees — the proxy's IP, not yours. Press Test to verify the current proxy live.

bash
$ curl -x http://103.237.102.191:11111 https://ip.serviss.it/
HTTP 200 · 781 ms — ip.serviss.it sees: IP: 103.237.102.191 Organisation: ZEN-ECN City-Name: N/A Country-Name: Macao Country-Iso-Code: MO Country-Is-In-European-Union: Country-Flag-Emoji: 🇲🇴 Country-Flag-Url: //ip.serviss.it/images/flags/mo.svg Continent-Name: Asia Continent-Code: AS Region-Name: N/A Region-Iso-Code: N/A Location-Latitude: 22.1592 Location-Longitude: 113.5638 Zip-Code: N/A Time-Zone: Asia/Macau Metro-Code: N/A

The Test runs server‑side through one of our working proxies to a fixed target. Limited to 10 / minute per IP.

Rate limits

Throttling is per‑IP for anonymous callers; a valid API token removes the limit entirely.

CallerLimit
Anonymous (no token)10 requests / minute per IP
With API tokenUnlimited

Send a token with the Authorization header:

curl -H "Authorization: Bearer <your-token>" https://proxy.serviss.it/api/v1/proxy

Every response carries X-RateLimit-Limit and X-RateLimit-Remaining headers (visible in the Run output above). Tokens are issued by the operator.