For the complete documentation index, see llms.txt. This page is also available as Markdown.

静态列表获取

地区查询

基本信息

接口说明:通过接口获取 ISP Proxies支持的地区

请求地址:

https://start.unionproxy.xyz/ip/ipStatic/tIspRegion/list

请求方式:get

Body:

參數名稱
參數類型
是否必須
示例
備註

Authorization

string

必須

键(Authorization):值(Bearer+空格+token)

返回参数列子:

{
    "code": 200,
    "msg": "操作成功",
    "data": {
        "USA": [
            {
                "id": 10000,
                "state": "USA", (州)
                "country": "USA",(国家)
                "city": "USA",(市)
                "num": 1000, (剩余购买数)
                "pricingWeek": 4.5, (用于判断是否高质量ip)
                "pricingMonth": 8,(用于判断是否高质量ip)
                "weekPrice": 1.00, (批发商价格)
                "monthPrice": 3.00,(批发商价格)
                "type": 2,
                "updateTime": null,
                "status": 1, (0无效 1有效地区)
                "ips": null
            }
        ]
    }
}

Last updated