curl --request GET \
--url https://api.learningcommons.org/knowledge-graph/v0/academic-standards/search \
--header 'x-api-key: <api-key>'[
{
"caseIdentifierUUID": "fa29b90a-2795-4bf5-b6bc-3ac4a695e9e2",
"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.",
"jurisdiction": "Washington, D.C.",
"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.",
"score": 0.92
},
{
"caseIdentifierUUID": "61b03523-d7cc-11e8-824f-0242ac160002",
"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.",
"jurisdiction": "Maryland",
"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.",
"score": 0.87
}
]Searches for StandardsFrameworkItems using either semantic search or exact statement code match across all standards frameworks.
This endpoint supports two mutually exclusive search modes:
query): Full-text semantic search against the standard’s description. Results are ranked by relevance and include a score reflecting vector similarity.statementCode): Exact statement code match (e.g., “3.NF.A.1”). Case-insensitive, no partial matching. All results carry a score of 1.0.Exactly one of query or statementCode must be provided. Providing both or neither returns a 400 error.
Results can be narrowed further using the optional filters and support cursor-based pagination.
Use this endpoint when you need to:
Note: Not all academic standards have statement codes - some organizational groupings may have null codes and won’t appear in code search results.
Related topics:
curl --request GET \
--url https://api.learningcommons.org/knowledge-graph/v0/academic-standards/search \
--header 'x-api-key: <api-key>'[
{
"caseIdentifierUUID": "fa29b90a-2795-4bf5-b6bc-3ac4a695e9e2",
"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.",
"jurisdiction": "Washington, D.C.",
"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.",
"score": 0.92
},
{
"caseIdentifierUUID": "61b03523-d7cc-11e8-824f-0242ac160002",
"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.",
"jurisdiction": "Maryland",
"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.",
"score": 0.87
}
]API key for authentication. Include your API key in the x-api-key header for all requests.
Free-text query for semantic search against academic standard descriptions. Results are ranked by relevance score. Mutually exclusive with statementCode.
500The exact statement code to search for. Case-insensitive exact match only (e.g., "3.NF.A.1" matches "3.nf.a.1"). Mutually exclusive with query.
50Filter 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 results by academic subject area. Academic subject area
English Language Arts, Mathematics, Science, Social Studies, Other Filter results by normalized statement type. 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 Filter by jurisdiction (state/territory). Defaults to Multi-State. US state, territory, or multi-state designation
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 Maximum number of results to return. Default is 5. Maximum allowed is 50.
1 <= x <= 50Successfully retrieved search results
A UUID referencing the item in the CASE Network published by 1EdTech. Use this identifier to retrieve the full standard details via GET /standards/{caseIdentifierUUID}.
The author or creator of this content, typically the organization that published the standards framework
The service provider or organization that makes this data available in the knowledge graph
A URL to the license document that applies to this content
A textual credit that acknowledges the source and creator of this work, as required by the CC BY 4.0 license. If you display or redistribute this standard, you must include this attribution statement to comply with the license terms.
Relevance score between 0 and 1. Higher values indicate stronger alignment with the search criteria. For semantic search, this reflects vector similarity. For exact code match, the score is always 1.0.
0 <= x <= 1A short, human-readable code that uniquely identifies this standard within its framework context (e.g., "3.NF.A.1", "5.NF.A.1"). May be null for organizational groupings.
The full text of the standard describing what students should know or be able to do
The state, territory, or jurisdiction responsible for this standard (e.g., "Iowa", "California", "Multi-State")
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 Was this page helpful?