1. System control-related
播放盒开放接口-EN
  • API access guide
  • Common Error Codes
  • FAQ
  • User-related
    • Log in to devices
      POST
    • Log out of the device
      DELETE
    • Change user information
      PUT
  • System control-related
    • Screenshot
      GET
    • Restart the device immediately
      POST
    • Obtain device restart schedules
      GET
    • Schedule device restarts
      POST
    • Set time
      POST
    • Install apps
      PUT
    • Obtain time
      GET
    • Factory reset
      PUT
    • Obtain terminal information
      GET
    • Obtain volume
      GET
    • Set volume
      POST
    • Upgrade the device
      PUT
    • Check local upgrade status
      GET
    • Get WiFi list
      GET
    • Connect to Wi-Fi
      POST
    • Disconnect from Wi-Fi
      POST
    • Get Wi-Fi STA enabled status
      GET
    • Set Wi-Fi STA mode to enabled.
      POST
    • Forgot Wi-Fi password
      POST
  • Screen control-related
    • Receiving card-related
      • Obtain receiving card connection information
      • Obtain receiving card monitoring information
      • Obtain basic information of the receiving card
      • Configure the screen via receiving card configuration (send .rcfgx file)
      • Configure the screen via receiving card configuration (send .scr file)
      • Upgrade the receiving card
      • Obtain the receiving card upgrade progress
    • Send Card-related
      • Obtain the basic Information of the sending card
    • Obtain screen brightness
      GET
    • Set screen brightness
      POST
    • Obtain screen status
      GET
    • Set screen status
      POST
    • Obtain screen-on/off schedules
      GET
    • Set screen-on/off schedules
      POST
    • Set brightness adjustment schedules
      POST
    • Obtain brightness adjustment schedules
      GET
  • General capabilities
    • Upload files
    • Download files
  • Serial port control
    • Activate RS-485 serial communication
    • Check RS-485 serial port status
  • Board relays
    • Obtain relay information
    • Set relay information
  1. System control-related

Get WiFi list

Developing
GET
/terminal/core/v1/wifi/station/list
Last modified:2026-09-24 06:39:05
Retrieve the list of Wi-Fi networks in the vicinity of the device.

Request

Header Params

Request Code 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 'https://192.168.0.10:16674/terminal/core/v1/wifi/station/list' \
--header 'Authorization;' \
--header 'Authorization: 1724333189506EO5Zqpduu4+azwYYXMJJhg==' \
--header 'token;'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
    "code": 0,
    "message": "success",
    "data": {
        "result": [
            {
                "ssid": "AirStation",
                "bssid": "00:24:a5:bc:f4:56",
                "level": 4,
                "security": "PSK:WPA2",
                "state": 5
            },
            {
                "ssid": "ESAY_PLUTO",
                "bssid": "c8:3a:35:47:ee:08",
                "level": 3,
                "security": "WPA",
                "state": 0
            }
        ]
    }
}
Modified at 2026-09-24 06:39:05
Previous
Check local upgrade status
Next
Connect to Wi-Fi
Built with