InstanceInfo
Get Info
Information about app and host
Response Body
application/json
curl -X GET "https://loading/api/instance/info"{
"app_version": "2.3.1",
"python_version": "3.14.3",
"python_implementation": "CPython",
"python_compiler": "Clang 21.1.4 ",
"platform": "Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.35",
"host_name": "huawei-laptop",
"host_ip_v4": "127.0.1.1",
"boot_timestamp": 1774783676,
"cpu_count": 0,
"cpu_frequency_mhz": 0,
"cpu_percent": 0,
"memory_total_bytes": 0,
"memory_used_bytes": 0,
"memory_available_bytes": 0,
"network_sent_bytes": 0,
"network_received_bytes": 0,
"disk_written_bytes": 0,
"disk_read_bytes": 0,
"uptime": 0
}