---
title: "Standard by ID"
method: GET
path: "/academic-standards/{caseIdentifierUUID}"
tags: ["Academic Standards"]
---

# Standard by ID

`GET /academic-standards/{caseIdentifierUUID}`

Fetches a single `StandardsFrameworkItem` by its CASE Network UUID.

A `StandardsFrameworkItem` represents an individual statement or structural element within a standards framework. These items can be normative statements that specify what students should know or be able to do (e.g., "Describe the impact of a transformation matrix on a graphical object"), or organizational groupings that structure the framework (e.g., domains, strands, clusters).

Use this endpoint when you need to:
- Display the full details of a specific academic standard in your application
- Retrieve the exact statement text, grade levels, and classification for a known academic standard
- Trace an academic standard back to its source in the CASE Network via the CASE identifiers

The response includes the statement text, grade level(s), subject area, jurisdiction, and all source attribution required by the CC BY 4.0 license.

**Related topics:**
- [Understanding StandardsFrameworkItem vs StandardsFramework](/knowledge-graph/graph-reference/academic-standards)
- [Standard classification types](/knowledge-graph/graph-reference/value-and-format-standards#normalizedstatementtypeenum)

## Path parameters

- `caseIdentifierUUID` string, uuid, required

## Response `200`

Successfully retrieved the standard

- StandardsFrameworkItem — Individual element within a standards framework (e.g., standards, organizational groupings)
  - `identifier` string, required — Unique identifier for the resource in Knowledge Graph
  - `caseIdentifierURI` string, uri — URI referencing the CASE Network equivalent
  - `caseIdentifierUUID` string, uuid, required — CASE Network UUID for the resource
  - `statementCode` string, nullable — Code that identifies a standard within its standards framework (e.g., "3.NF.A.1", "A.1B", "MP1"); `null` for organizational groupings without assigned codes
  - `description` string, nullable — Full text of the standard describing what students should know or be able to do
  - `statementType` string, nullable — Original classification label that preserves the terminology in the state's official standards document (e.g., "Domain", "Cluster", "Strand", "Benchmark", "Practice Standard")
  - `normalizedStatementType` 'Standard' | 'Standard Grouping' | 'Other' — Classification label that has been standardized across standards frameworks for cross-state queries and categorization
  - `jurisdiction` 'Alabama' | 'Alaska' | 'Arizona' | 'Arkansas' | 'California' | 'Colorado' | 'Connecticut' | 'Delaware' | 'Florida' | 'Georgia' | 'Hawaii' | 'Idaho' | 'Illinois' | 'Indiana' | 'Iowa' | 'Kansas' | 'Kentucky' | 'Louisiana' | 'Maine' | 'Maryland' | 'Massachusetts' | 'Michigan' | 'Minnesota' | 'Mississippi' | 'Missouri' | 'Montana' | 'Nebraska' | 'Nevada' | 'New Hampshire' | 'New Jersey' | 'New Mexico' | 'New York' | 'North Carolina' | 'North Dakota' | 'Ohio' | 'Oklahoma' | 'Oregon' | 'Pennsylvania' | 'Rhode Island' | 'South Carolina' | 'South Dakota' | 'Tennessee' | 'Texas' | 'Utah' | 'Vermont' | 'Virginia' | 'Washington' | 'Washington, D.C.' | 'West Virginia' | 'Wisconsin' | 'Wyoming' | 'Multi-State' — US state, territory, or multi-state designation
  - `academicSubject` 'English Language Arts' | 'Mathematics' | 'Science' | 'Social Studies' | 'Other' — Academic subject area
  - `gradeLevel` GradeLevelENUM[], nullable
  - `inLanguage` 'en-US' | 'es-US' — Language used in the resource (BCP 47 format)
  - `dateModified` string, date, nullable — Date last modified
  - `notes` string, nullable — (Optional) Additional context, commentary, clarifications, or usage guidance
  - `author` string, required — Author or creator of the resource
  - `provider` string, required — Source data provider for the resource
  - `license` string, uri, required — URL to the resource's license document
  - `attributionStatement` string, required — Statement that acknowledges the resource's author and provider, as required by the CC BY 4.0 license
  - `hasChildren` boolean, required — Whether this item has 1+ direct child standards

## Other responses

- `400` — Bad request - Invalid CASE Network UUID format
- `404` — Academic standard not found
- `500` — Internal server error

---

[API](https://skmtc.dev/learningcommons/apis/learning-commons-knowledge-graph-rest-api.md) · [All operations](https://skmtc.dev/learningcommons/apis/learning-commons-knowledge-graph-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/learningcommons/learning-commons-knowledge-graph-rest-api/revisions/87a44fbb081f/schema)
