- API document for XProxy service
- Proxy Management
- Device Management
- Change IMEI for multiple donglesPOST
- Add or change device notePOST
- Change MAC address for donglesPOST
- Change APN for donglesPOST
- Change device labelPOST
- Connect dongle to networkPOST
- Enable/disable WiFi for multiple donglesPOST
- Disconnect dongle from networkPOST
- Reboot a specific donglePOST
- Reset bus donglePOST
- Get dongle information including phone numberPOST
- Set MTU value for a donglePOST
- Rotation (Change IP)
- Selling Platform
- SMS & USSD Utitlies
- System Management
Get the list of devices & proxies information
GET
{{BASE_URL}}/api/v1/info_list
Request
Query Params
page
integer
optional
Example:
1
limit
integer
optional
Example:
10
Header Params
Content-Type
string
optional
Example:
application/json
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://localhost/api/v1/info_list?page=1&limit=10' \
--header 'Content-Type: application/json'
Responses
🟢200OK
*/*
Body
total
integer
optional
Example:
2
data
array [object {17}]
optional
position
integer
optional
Example:
1
host
string
optional
Example:
192.168.6.49
proxy_port
integer
optional
Example:
4001
proxy_port_v6
integer
optional
Example:
6001
socks5_port
integer
optional
Example:
4001
socks5_port_ipv6
integer
optional
Example:
6001
public_ip
string
optional
Example:
113.185.76.192
public_ip_ipv6
string
optional
Example:
2001:ee0:26f:fc00:15e:1ec:fb4:5f0
last_rotation
string
optional
Example:
null
last_updated_ip
number
optional
Example:
1741685988.75898
device_manufacture
string
optional
Example:
XProxy-Hilink
device_imei
string
optional
Example:
353899262396854
device_number
string
optional
Example:
1
device_ip
string
optional
Example:
192.168.1.1
device_rebooting
boolean
optional
Example:
false
device_resetting
boolean
optional
Example:
false
device_extra_info
object
optional
Example
{
"total": 2,
"data": [
{
"position": 1,
"host": "192.168.6.49",
"proxy_port": 4001,
"proxy_port_v6": 6001,
"socks5_port": 4001,
"socks5_port_ipv6": 6001,
"public_ip": "113.185.76.192",
"public_ip_ipv6": "2001:ee0:26f:fc00:15e:1ec:fb4:5f0",
"last_rotation": null,
"last_updated_ip": 1741685988.75898,
"device_manufacture": "XProxy-Hilink",
"device_imei": "353899262396854",
"device_number": "1",
"device_ip": "192.168.1.1",
"device_rebooting": false,
"device_resetting": false,
"device_extra_info": {
"connected": true,
"last_changed_status": 1741667927.4409,
"sim_live": true,
"signal_strength": 5,
"network_mode": "4G",
"name": "XH22-G",
"rssi_info": 66,
"imei": "353899262396854",
"swver": "Apr 8 2024",
"hwver": "XH22-G",
"imsi": null,
"ICCID": "89840200011668444878",
"mac": "E8:49:43:0D:97:A9",
"device_mac": "AC:49:43:F2:68:56",
"provider_id": "VINAPHONE",
"provider": "VINAPHONE"
}
}
]
}
Modified at 2025-03-11 10:32:30