---
title: "Returns the list of hosting details for all the known nodes."
method: GET
path: "/nodesHostDetail"
tags: ["node"]
---

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

`GET /nodesHostDetail`

## Response `200`

The list of the hosting details.

- HostDetail[]
  - `host` string, required — The IP or hostname of the node.
  - `coordinates` Coordinates — The world coordinates of the node based on its IP address.
    - `latitude` integer, required
    - `longitude` integer, required
  - `location` string — Text description of the host's location.
  - `ip` string
  - `organization` string — Text description of the organization managing this node.
  - `as` string — AS number and organization, separated by space (RIR).
  - `continent` string
  - `country` string
  - `region` string
  - `city` string
  - `district` string
  - `zip` string

---

[API](https://skmtc.net/symbol/apis/symbol-statistic-service-api-documentation.md) · [All operations](https://skmtc.net/symbol/apis/symbol-statistic-service-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/symbol/symbol-statistic-service-api-documentation/versions/a81c43c55f5f/schema)
