Skip to main content
GET
/
academic-standards
/
{caseIdentifierUUID}
/
crosswalks
/academic-standards/{caseIdentifierUUID}/crosswalks
curl --request GET \
  --url https://api.learningcommons.org/knowledge-graph/v0/academic-standards/{caseIdentifierUUID}/crosswalks \
  --header 'x-api-key: <api-key>'
{
"data": [
{
"caseIdentifierUUID": "0bb530f0-4b99-11ec-a64d-0242ac1a0003",
"statementCode": "6.NS.B.4",
"description": "Use prime factorization to find the greatest common factor of two whole numbers less than or equal to 100 and the least common multiple of two whole numbers less than or equal to 12. Use the distributive property to express a sum of two whole numbers 1–100 with a common factor as a multiple of a sum of two relatively prime numbers. For example, express 36 + 8 as 4(9 + 2).",
"jurisdiction": "Rhode Island",
"jaccard": 1,
"stateLCCount": 3,
"ccssLCCount": 3,
"sharedLCCount": 3,
"author": "1EdTech",
"provider": "Learning Commons",
"license": "https://creativecommons.org/licenses/by/4.0/",
"attributionStatement": "Knowledge Graph is provided by Learning Commons under the CC BY-4.0 license. Learning Commons received state standards and written permission under CC BY-4.0 from 1EdTech."
},
{
"caseIdentifierUUID": "16674743-eb8f-11e9-9f9f-0242ac140002",
"statementCode": "6.NS.B.4",
"description": "Find the greatest common factor of two whole numbers less than or equal to 100 and the least common multiple of two whole numbers less than or equal to 12. Use the distributive property to express a sum of two whole numbers 1–100 with a common factor as a multiple of a sum of two whole numbers with no common factor. *For example, express 36 + 8 as 4(9 + 2).*",
"jurisdiction": "Colorado",
"jaccard": 1,
"stateLCCount": 3,
"ccssLCCount": 3,
"sharedLCCount": 3,
"author": "1EdTech",
"provider": "Learning Commons",
"license": "https://creativecommons.org/licenses/by/4.0/",
"attributionStatement": "Knowledge Graph is provided by Learning Commons under the CC BY-4.0 license. Learning Commons received state standards and written permission under CC BY-4.0 from 1EdTech."
}
],
"pagination": {
"limit": 100,
"nextCursor": null,
"hasMore": false
}
}

Authorizations

x-api-key
string
header
required

API key for authentication. Include your API key in the x-api-key header for all requests.

Path Parameters

caseIdentifierUUID
string<uuid>
required

The CASE UUID identifier from the CASE Network published by 1EdTech

Query Parameters

jurisdiction
enum<string>

Filter by jurisdiction (state/territory) US state, territory, or multi-state designation

Available options:
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
minJaccardScore
number<float>

Filter crosswalks by minimum Jaccard similarity score. Only return standards with a Jaccard score greater than or equal to this value. Use this to focus on stronger alignments.

Required range: 0 <= x <= 1
limit
integer
default:100

Maximum number of results to return. Default is 100. Maximum allowed is 1000.

Required range: 1 <= x <= 1000
cursor
string

Cursor for pagination. Obtain this value from the 'nextCursor' field in the previous response. Omit for the first page.

Response

Successfully retrieved list of crosswalked standards. If a state standard is provided, returns matching CCSS standards. If a CCSS standard is provided, returns matching state standards (optionally filtered by jurisdiction).

Generic cursor-based paginated response wrapper

data
object[]
required

Array of result items

pagination
object
required

Cursor-based pagination metadata