---
title: "Get information about the specified node"
method: GET
path: "/nodes/{id}/"
tags: ["Nodes"]
---

# Get information about the specified node

`GET /nodes/{id}/`

Get information about the specified node.

## Response `200`

OK

- object
  - `node` Node
    - `breadcrumbs` unknown[] — A list of breadcrumbs for this node, including the node_id, title, and node_type_id
      - unknown
    - `type_data` object — Data related to the specific node type this represents. Contents will vary significantly.
    - `view_url` string
    - `node_id` integer
    - `title` string
    - `node_name` string
    - `description` string
    - `node_type_id` string
    - `parent_node_id` integer
    - `display_order` integer
    - `display_in_list` boolean

## Other responses

- `default` — Error

## Changes

- **2026-03-18** `e271d0e41f6d` — 1 warning, 5 info
  - deleted the `path` request parameter `id`
  - api operation id `get_nodes_id_` removed and replaced with `getNodesId`
  - the endpoint scheme security `XF-Api-Key` was added to the API
  - the endpoint scheme security `XF-OAuth2` was added to the API
  - …2 more
- **2026-02-03** `fc0a40f3b859` — 1 breaking, 4 warning, 3 info
  - added the new path request parameter `id`
  - the optional response header `XF-Latest-Api-Version` removed for the status `200`
  - the optional response header `XF-Request-User` removed for the status `200`
  - the optional response header `XF-Request-User-Extras` removed for the status `200`
  - …4 more

[Change history](https://skmtc.dev/xenforo-ltd/apis/xenforo-api/changes/nodes/:id/get.md)

---

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