Query Proxy IP Expiration Time
Basic Information
Interface Description: Query the IP expiration time of Thordata ISP Proxies or Datacenter Proxies through the interface
Interface URL: https://api.thordata.com/api/proxy/expiration-time
Request Method: GET
Request parameters
Params:
Parameter name
Type
Required
Describe
proxy_type
number
Yes
Select the proxy type: 1 is ISP Proxies, 2 is Datacenter Proxies (default is 1)
ips
string
Yes
The IP addresses to be queried, separate multiple IP addresses with commas (,)
Response example
{
"code": 200,
"data": [
{
"ip": "1.1.1.1",
"expiration_time": "2025-03-13 14:21"
}
],
"msg": "ok"
}
Parameter name
Type
Required
Describe
code
number
No
-
data
object
No
-
ip
string
Yes
IP Information
expiration_time
string
Yes
IP expiration time
msg
string
No
-
Last updated