---
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
  - `nodePubkey` string, hex — The public key of the node

## Changes

- **2025-04-10** `e2165a0513dc` — 1 info
  - added the optional property `nodePubkey` to the response with the `200` status
- **2024-02-27** `59551e3ed16c` — 1 info
  - endpoint added
- **2023-10-26** `1c37c167d50d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/threefoldtech/apis/mycelium-management/changes/api/v1/admin/get.md)

---

[API](https://skmtc.dev/threefoldtech/apis/mycelium-management.md) · [All operations](https://skmtc.dev/threefoldtech/apis/mycelium-management/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/threefoldtech/mycelium-management/revisions/fcedc033bf9f/schema)
