---
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

---

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