Juniper MIST is a cloud based AI solution from Juniper Network devices (similar to Cisco Meraki), it should be nice to have support for them.
They offer a Rest API https://www.mist.com/documentation/category/configuration-api/ and Gen Docs – Django REST framework (mist.com)
For example you can have via Rest API a List of all AP and their status
# current stat
"status": "connected",
"ip": "x.x.x.x", // first IP
"num_clients": 10,
"uptime": 13500,
"tx_bytes": 211217389682,
"rx_bytes": 8515104416,