curl -X GET "https://spideriq.ai/api/v1/admin/proxy/stats" \ -H "X-Admin-Key: your_admin_key"
{ "total_locations": 1, "online_locations": 1, "total_modems": 4, "online_modems": 4, "healthy_modems": 4, "total_iphones": 0, "online_iphones": 0, "healthy_iphones": 0, "total_devices": 4, "healthy_devices": 4, "total_requests_today": 0, "total_rotations_today": 0, "by_country": { "UA": 4 }, "by_device_type": { "modem": 4, "iphone": 0 } }
Get aggregate statistics for the entire proxy pool
X-Admin-Key
Show Example
{ "UA": 4, "US": 2 }
{ "modem": 4, "iphone": 0 }