---
title: "Gets the network's leader data."
method: GET
path: "/node/leader-data"
tags: ["node"]
---

# Gets the network's leader data.

`GET /node/leader-data`

## Response `200`

Successful operation

- LeaderData
  - `PartitionId` number — Partition ID
  - `Weighting` number — Leader Weight
  - `DataVersion` number — Full network data version
  - `StableDataVersion` number — Stable Network Data Version
  - `LeaderRouterId` number — Leader Router ID

## Changes

- **2023-05-10** `54157cc83c30` — 5 warning, 6 info
  - removed the optional property `dataVersion` from the response with the `200` status
  - removed the optional property `leaderRouterId` from the response with the `200` status
  - removed the optional property `partitionId` from the response with the `200` status
  - removed the optional property `stableDataVersion` from the response with the `200` status
  - …7 more

[Change history](https://skmtc.dev/openthread/apis/swagger-openthread-rest-api/changes/node/leader-data/get.md)

---

[API](https://skmtc.dev/openthread/apis/swagger-openthread-rest-api.md) · [All operations](https://skmtc.dev/openthread/apis/swagger-openthread-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openthread/swagger-openthread-rest-api/revisions/54157cc83c30/schema)
