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.

21,135 working proxies 3,547 HTTPS‑capable 99 countries 1,064 ms avg latency 470,884 tracked
protocol http 11,519socks5 8,548socks4 1,068 anonymity exposed 7,505elite 2,440anonymous 1,088 capability http-fwd 11,859 http-tunnel 4,100 https 3,547 https-insec 232 ipv4 17,896 ipv6 299
top countries 🇮🇷 IR 7,534🇺🇸 US 658🇸🇬 SG 221🇩🇪 DE 206🇮🇳 IN 195🇮🇩 ID 148🇻🇳 VN 145🇷🇺 RU 124🇫🇷 FR 96
updated 22 seconds 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: Mon, 27 Jul 2026 17:22:01 GMT x-powered-by: PHP/8.5.8 x-ratelimit-limit: 10 x-ratelimit-remaining: 9 Address: http://95.211.64.139:8889 Protocol: http Host: 95.211.64.139 Port: 8889 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: NL Latency-Http: 0.0657 Latency-Https: 0.0764 Latency-Https-Insecure: Validated-At: 2026-07-24 03:14:58

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://95.211.64.139:8889 https://ip.serviss.it/
HTTP 200 · 144 ms — ip.serviss.it sees: IP: 185.65.134.211 Organisation: 31173 Services AB City-Name: Amsterdam Country-Name: Netherlands Country-Iso-Code: NL Country-Is-In-European-Union: 1 Country-Flag-Emoji: 🇳🇱 Country-Flag-Url: //ip.serviss.it/images/flags/nl.svg Continent-Name: Europe Continent-Code: EU Region-Name: North Holland Region-Iso-Code: NH Location-Latitude: 52.3716 Location-Longitude: 4.8883 Zip-Code: 1012 Time-Zone: Europe/Amsterdam 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.