While ping.json gives you the ability to check that a device can be reached, info.json will return more information about this specific device.
Request
GET: https://ip-10-0-1-196.devices.kineticsmart.com:44443/api/v1/info.json
Response
{
"battery_charging": false,
"battery_percentage": 60,
"busy": false,
"connection_mode": "wifi",
"device": "mp200",
"portable": true,
"printer": false,
"serial": "000313000011923",
"update_ready": false
}
If you want to try this from a Terminal session, you can use the curl command:
curl "https://ip-10-0-1-196.devices.kineticsmart.com:44443/api/latest/info.json"