cURL
curl --request GET \ --url https://scraping-api.55-tech.com/network/health/{domain} \ --header 'X-API-Key: <api-key>'
{ "domain": "<string>", "nodes_checked": 123, "available": 123, "limited": 123, "unavailable": 123, "details": [ { "node_id": "<string>", "slug": "<string>", "state": "available", "rtt_ms": 123, "last_check": "2023-11-07T05:31:56Z" } ] }
Per-agent health state for a specific domain. Shows which agents are healthy, soft-blocked, or hard-blocked.
API key passed in the X-API-Key header.
Domain to check (e.g. example.com).
Domain health report.
Show child attributes