Skip to main content
GET
/
network
/
status
Network status
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": {}
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header.

Response

Network summary.

total_nodes
integer
total_countries
integer
nodes_by_country
object

Node count per ISO country code.