Free Proxy List API
This API let you get information about free working proxies.
It can format the information in 3 ways setted by the variable mode: 'html', 'json', 'serial'. Default mode is json if not especified.
Queries
Get a list of N Proxies
http://proxy.tekbreak.com/{n}/{mode}
Input:
- {n}: number of proxies
- {mode}: html, json, serial
Output:
It returns a list of n proxies.
Get the best Proxy. Best speed average
http://proxy.tekbreak.com/best/{mode}
Input:
- {mode}: html, json, serial
Output:
It returns the best proxy of latest 100 active ones. It depends on the proxy "response time" and "connection time".
Responses
The response can be formatted in various formats: html, json, serial.
html
Each proxy has its own html structure like this:
IP: 118.85.208.193
Port: 80
Country: China
Flag:

Speed (Average: 51.5; Reponse Time: 40 - medium; Connection Time: 63 - medium
- Response Time
- Value: 40
- Mode: medium
- Connection Time
- Value: 63
- Mode: medium
Network type: HTTPS
Anonymity: High +KA
JSON
[{"ip":"41.223.26.11",
"port":"8080",
"time":"11 minutes",
"country":"Nigeria",
"flag":"http:\/\/proxy.tekbreak.com\/ng.png",
"speed":{
"average":68,
"response_time":{
"value":"40",
"mode":"medium"
},"connection_time":{
"value":"96",
"mode":"fast"
}
},
"type":"HTTPS",
"anonymity":"High +KA"}]