---
title: "Get general info about the node"
method: GET
path: "/api/v1/admin"
tags: ["Admin"]
---

# Get general info about the node

`GET /api/v1/admin`

Get general info about the node, which is not related to other more specific functionality

## Response `200`

Success

- Info — General information about a node
  - `nodeSubnet` string — The subnet owned by the node and advertised to peers
  - `nodeIp` string — The full overlay IP of the node, derived from its public key
  - `nodePubkey` string, hex — The public key of the node
  - `nodeStartTime` integer — The time the node started, as seconds since the Unix epoch

---

[API](https://skmtc.net/threefoldtech/apis/mycelium-management.md) · [All operations](https://skmtc.net/threefoldtech/apis/mycelium-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/threefoldtech/mycelium-management/versions/65042c1a7b84/schema)
