# API: Get VLAN by IP
# getVlanByIP
Returns to the specified IP address the details of the VLAN to which this IP belongs
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=getVlanByIP
# PHP Samples
# Response
{
"success": true,
"vlan_details": {
"id": 1,
"group_id": "2",
"vlan": "100",
"name": "VLAN100",
"descripton": "VLAN100"
},
"call": "getVlanByIP",
"server_time": 1748332771,
"error": []
}