cURL
curl --request GET \ --url https://scraping-api.55-tech.com/network/status \ --header 'X-API-Key: <api-key>'
{ "total_nodes": 123, "total_countries": 123, "nodes_by_country": {} }
Summary of total nodes and nodes per country.
API key passed in the X-API-Key header.
Network summary.
Node count per ISO country code.
Show child attributes