v12

latestOpenAPI 3.0.3raw.githubusercontent.com2021-12-0672021.4 KB
node

Returns the list of hosting details for all the known nodes.

get/nodesHostDetail

Response

The list of the hosting details.

hoststring required

The IP or hostname of the node.

locationstring

Text description of the host's location.

ipstring
organizationstring

Text description of the organization managing this node.

asstring

AS number and organization, separated by space (RIR).

continentstring
countrystring
regionstring
citystring
districtstring
zipstring

Example response

[
  {
    "host": "somehost.symbol.io",
    "location": "Ashburn, VA, United States",
    "ip": "3.86.20.100",
    "organization": "My VPC provider",
    "as": "Some Company, Inc.",
    "continent": "North America",
    "country": "United States",
    "region": "VA",
    "city": "Ashburn",
    "district": "Springfield",
    "zip": "20149"
  }
]