---
title: "Get standard nodes by name"
method: GET
path: "/rest/v1/standard/{name}"
tags: ["Nodes"]
---

# Get standard nodes by name

`GET /rest/v1/standard/{name}`

## Path parameters

- `name` string, required

## Query parameters

- `format` 'json' | 'md' | 'csv' | 'oscal'
- `section` string
- `subsection` string
- `sectionID` string
- `page` integer
- `items_per_page` integer
- `version` string
- `hyperlink` string
- `include_only` string[]

## Response `200`

Success

- NodeListResponseSchema
  - `total_pages` integer, nullable
  - `page` integer, nullable
  - `standards` object[]

## Other responses

- `404` — Not found

## Changes

- **2026-07-08** `710ec655bbc9` — 1 info
  - endpoint added
- **2026-01-16** `ae03d764eede` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/owasp/apis/opencre-rest-api/changes/rest/v1/standard/:name/get.md)

---

[API](https://skmtc.dev/owasp/apis/opencre-rest-api.md) · [All operations](https://skmtc.dev/owasp/apis/opencre-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/owasp/opencre-rest-api/revisions/17121b00bb98/schema)
