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

静态记录查询

地区查询

基本信息

接口说明:静态ip记录

请求地址:

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

请求方式:get

参数说明:

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

Authorization

string

必須

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

返回说明:

返回举例:
{
    "code": 200,
    "data": [
       {
            "id": 7,
            "ip": "181.215.10.93",
            "port": 6666.0,
            "expirationTime": 1.745411969E9,
            "username": "qsimwla1",
            "password": "eoldbu1",
            "orderId": "504162039294718",
            "userId": "1",
            "createTime": "2025-04-16T20:40:16",
            "originalMoney": 5.50,
            "balanceMoney": 4.00,
            "payMoney": 1.50,
            "state": "America",
            "country": "US",
            "city": "Ashburn",
            "dateStart": "2025-04-16",
            "dateEnd": "2025-04-23",
            "portSocks": null,
            "portHttp": null,
            "type": 1
        },
    ],
    "msg": "ok"
}

Last updated