---
title: "GET /info"
method: GET
path: "/info"
---

# GET /info

`GET /info`

## Response `200`

Info. Available since API 1.1.0.

- Info
  - `apiVersion` string, required — API version, without "v" prefix
  - `version` string, required — Implementation version, without "v" prefix
  - `stateDir` string, required — state dir
  - `childPID` integer, required — child PID
  - `networkDriver` NetworkDriverInfo
    - `driver` string, required — network driver. Empty when --net=host.
    - `dns` string[] — DNS addresses
    - `childIP` string — Child IP (v4)
    - `dynamicChildIP` boolean — Child IP may change
    - `ipv6` boolean — Whether the network driver has IPv6 enabled
  - `portDriver` PortDriverInfo
    - `driver` string, required — port driver
    - `protos` Proto[] — The supported protocol strings for listening ports
    - `disallowLoopbackChildIP` boolean — If this field is set to true, loopback IP such as 127.0.0.1 cannot be specified as a child IP

## Changes

- **2026-07-17** (v3) `8894f4f0cf0d` — 1 info
  - added the optional property `networkDriver/ipv6` to the response with the `200` status
- **2026-04-07** (v3) `c9a265b3c140` — 1 warning
  - removed the optional property `networkDriver/ipv6` from the response with the `200` status

[Change history](https://skmtc.dev/moby/apis/rootlesskit-api/changes/info/get.md)

---

[API](https://skmtc.dev/moby/apis/rootlesskit-api.md) · [All operations](https://skmtc.dev/moby/apis/rootlesskit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/moby/rootlesskit-api/revisions/8894f4f0cf0d/schema)
