Proxy-seller

获取所有地点

终点:

GEThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/resident/geo

路径参数

名称

价值

说明

授权

<Your_API_Key>

您的个人应用程序接口密钥

示例

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/resident/geo

回应

You will see in downloaded JSON file all information about GEO:

[
    {
        "code": "AD",
        "name": "Andorra",
        "regions": [
            {
                "name": "Andorra la Vella",
                "code":118,
                "cities": [
                    {
                        "name": "Andorra la Vella",
                        "isps": [
                            "GSL Networks",
                            "Andorra Telecom, S.a.u.",
                            "Cyberzone"
                        ]
                    }
                ]
            },
            {
                "name": "XX",
                "cities": [
                    {
                        "name": "unknown",
                        "isps": [
                            "Andorra Telecom, S.a.u."
                        ]
                    }
                ]
            }
        ]
    },
    {
        "code": "AE",
        "name": "United Arab Emirates",
...
You will see in downloaded JSON file:

{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Error api key",
            "code": 503,
            "customData": null
        },
        {
            "message": "IP not allowed",
            "code": 503,
            "customData": null
        },
        {
            "message": "Request limit reached",
            "code": 503,
            "customData": null
        }
    ]
}
You will see in downloaded JSON file:

{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "IP not allowed",
            "code": 503,
            "customData": null
        }
    ]
}

单击 "保存并下载 "按钮,下载一个 ZIP 文件,其中包含 JSON 和包含所有相关信息的 GEO 数据列表

On this page