Academic standards in a framework
Fetches a list of StandardsFrameworkItems for a specific standards framework.
This endpoint retrieves academic standards from a single standards framework identified by its CASE UUID. You can further filter the results by grade level or classification type. This is useful when you need to work with academic standards from a specific state or jurisdiction.
Use this endpoint when you need to:
- Get all academic standards within a specific standards framework
- Find academic standards for a particular grade level within a standards framework
- Filter academic standards by subject area (e.g., only Mathematics academic standards)
- Filter academic standards by their normalized classification (e.g., only instructional academic standards, not organizational groupings)
- Retrieve a subset of a standards framework’s academic standards for display or processing
The endpoint returns paginated results. Use the limit and cursor parameters to control the number of results returned and navigate through large result sets.
Related topics:
Documentation Index
Fetch the complete documentation index at: https://docs.learningcommons.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Include your API key in the x-api-key header for all requests.
Query Parameters
The CASE UUID of the standards framework to retrieve academic standards from. This identifies which state or jurisdictional standards framework to query. You must provide this parameter to scope the academic standards query to a specific standards framework.
Filter by grade level. Can be specified multiple times to include multiple grades.
Educational grade level
PK, K, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 Filter by academic subject area Academic subject area
English Language Arts, Mathematics, Science, Social Studies, Other Filter standards by their normalized classification. Use this to retrieve only instructional standards (exclude organizational groupings) or to separate different types of framework elements. Normalized classification of a standards framework item
Standard, Standard Grouping, Other Maximum number of results to return. Default is 100. Maximum allowed is 1000.
1 <= x <= 1000Cursor for pagination. Obtain this value from the 'nextCursor' field in the previous response. Omit for the first page.