# API: Proxmox Get VM Interfaces
# proxmoxGetVmInterfaces
Get VM network interfaces.
# Required parameters
| Parameter | Description |
|---|---|
id | Account Id |
vpsid | VM Id |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=proxmoxGetVmInterfaces&id=ID&vpsid=VPSID
# PHP Samples
# Response
{
"success": true,
"interfaces": [
{
"name": "net0",
"bridge": "vmbr0"
}
],
"call": "proxmoxGetVmInterfaces",
"server_time": 1760940354
}