---
title: "Get Wifi Information"
method: GET
path: "/d360/wireless/interfaces-stats"
tags: ["D360"]
---

# Get Wifi Information

`GET /d360/wireless/interfaces-stats`

Returns the information related to wifi0, wifi1 and wifi2.

## Query parameters

- `deviceId` integer, required
- `startTime` integer, required
- `endTime` integer, required
- `selectedTime` integer

## Response `200`

OK

- XiqWirelessInterfacesStats
  - `wifi0` XiqWirelessWifi — The unique identifier of the wireless interface
    - `ssid_count` integer — The count of SSIDs
    - `ssids` string[] — The list of SSIDs
    - `number_of_clients` integer — The total number of clients
    - `channel_utilization` integer — The channel utilization as a percentage (0-100).
    - `channel` integer — The value for channel
    - `channel_width` integer — The channel width in MHz. Possible values: 20, 40, 80, 160, 320.
    - `load_balancing` boolean — The value for load balancing
    - `band_steering` boolean — The value for band steering
    - `channel_utilization_details` XiqChannelUtilizationDetails — The value for Channel Utilization Details
      - `interference_percentage` integer — The interference percentage (0-100)
      - `tx_retries_percentage` integer — The TX retries percentage (0-100)
      - `rx_retries_percentage` integer — The RX retries percentage (0-100)
  - `wifi1` XiqWirelessWifi — The unique identifier of the wireless interface
    - `ssid_count` integer — The count of SSIDs
    - `ssids` string[] — The list of SSIDs
    - `number_of_clients` integer — The total number of clients
    - `channel_utilization` integer — The channel utilization as a percentage (0-100).
    - `channel` integer — The value for channel
    - `channel_width` integer — The channel width in MHz. Possible values: 20, 40, 80, 160, 320.
    - `load_balancing` boolean — The value for load balancing
    - `band_steering` boolean — The value for band steering
    - `channel_utilization_details` XiqChannelUtilizationDetails — The value for Channel Utilization Details
      - `interference_percentage` integer — The interference percentage (0-100)
      - `tx_retries_percentage` integer — The TX retries percentage (0-100)
      - `rx_retries_percentage` integer — The RX retries percentage (0-100)
  - `wifi2` XiqWirelessWifi2 — The unique identifier of the wireless interface
    - `ssid_count` integer — The count of SSIDs
    - `ssids` string[] — The list of SSIDs
    - `number_of_clients` integer — The total number of clients
    - `channel_utilization` integer — The value for channel utilization
    - `channel` integer — The value for channel
    - `channel_width` integer — The channel width in MHz. Possible values: 20, 40, 80, 160, 320.
    - `load_balancing` boolean — The value for load balancing
    - `band_steering` boolean — The value for band steering
    - `channel_utilization_details` XiqChannelUtilizationDetails — The value for Channel Utilization Details
      - `interference_percentage` integer — The interference percentage (0-100)
      - `tx_retries_percentage` integer — The TX retries percentage (0-100)
      - `rx_retries_percentage` integer — The RX retries percentage (0-100)
    - `xiq_ap_afc_status` 'PENDING' | 'GRACE_PERIOD' | 'AVAILABLE' | 'NA' — The value for afc status

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
