Utility
Proxies List
Get a list of available proxies.
GET
/proxiesGET
/proxiesParameters
Request
bash
1curl -X GET 'https://execross.com/api/v3/proxies' \
2 -H 'Accept: application/json' \
3 -H 'apikey: YOUR-APIKEY'Response
Click Send to execute the request.
Example response
json
1{
2 "status": 200,
3 "result": {
4 "proxies": [
5 "1.2.3.4:8080",
6 "5.6.7.8:8080"
7 ]
8 }
9}Next
API Statistics
