IP Location.net API site

API V1

Proxy List Command

Return active proxy records sorted by uptime.

GET /?cmd=proxy-list&key=YOUR_API_KEY&limit=2

Parameters

Name Required Description
cmd Yes Use proxy-list.
key Yes Active API key.
limit No Number of proxy records to return. Minimum 1, maximum 100. Defaults to 10.
format No Optional response format: json plain xml jsonp php csv serialized.

Example Request

https://api.iplocation.net/?cmd=proxy-list&key=YOUR_API_KEY&limit=2

Example Response

{
    "result": [
        {
            "ip": "139.59.51.139",
            "country": "AU",
            "city": "Mackay",
            "port": 80,
            "type": "https",
            "uptime": "45.10"
        }
    ],
    "response_code": "200",
    "response_message": "OK"
}