---
title: "GET /p2p/info"
method: GET
path: "/p2p/info"
tags: ["p2p"]
---

# GET /p2p/info

`GET /p2p/info`

## Response `200`

Peer network info

- GetPeerInfo
  - `Addresses` string[]
  - `ID` string

## Other responses

- `400` — error

## Changes

- **2026-03-02** `8c167ee47363` — 1 info
  - api operation id `peer_info` removed and replaced with `get_peer_info`
- **2025-08-17** `c970c7cc81e8` — 1 warning, 1 info
  - removed the optional property `Addrs` from the response with the `200` status
  - added the optional property `Addresses` to the response with the `200` status
- **2025-06-02** `60812f5416c5` — 1 warning, 2 info
  - removed the optional property `Addresses` from the response with the `200` status
  - api operation id `get_peer_info` removed and replaced with `peer_info`
  - added the optional property `Addrs` to the response with the `200` status

[Change history](https://skmtc.dev/sourcenetwork/apis/defradb-api/changes/p2p/info/get.md)

---

[API](https://skmtc.dev/sourcenetwork/apis/defradb-api.md) · [All operations](https://skmtc.dev/sourcenetwork/apis/defradb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sourcenetwork/defradb-api/revisions/659e79583f79/schema)
