curl --request GET \
--url https://api.learningcommons.org/knowledge-graph/v0/standards-frameworks \
--header 'x-api-key: <api-key>'{
"data": [
{
"identifier": "00bcc689-c7a6-5ef4-ac09-c868f9e25a06",
"caseIdentifierURI": "https://satchelcommons.com/ims/case/v1p0/CFDocuments/822e5a6e-bcb0-45b8-bb82-a2c88d5b4bb7",
"caseIdentifierUUID": "822e5a6e-bcb0-45b8-bb82-a2c88d5b4bb7",
"name": "K-12 New Hampshire Social Studies Curriculum Framework",
"description": null,
"jurisdiction": "New Hampshire",
"academicSubject": "Social Studies",
"inLanguage": "en-US",
"adoptionStatus": "Implemented",
"dateCreated": null,
"dateModified": "2023-11-19",
"notes": null,
"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."
},
{
"identifier": "02575dee-30d0-50fd-b0e6-182da76f63a5",
"caseIdentifierURI": "https://satchelcommons.com/ims/case/v1p0/CFDocuments/50a88167-d6f5-41ea-a6c1-ee1ea83b6820",
"caseIdentifierUUID": "50a88167-d6f5-41ea-a6c1-ee1ea83b6820",
"name": "North Carolina Standard Course of Study: Social Studies",
"description": null,
"jurisdiction": "North Carolina",
"academicSubject": "Social Studies",
"inLanguage": "en-US",
"adoptionStatus": "Implemented",
"dateCreated": null,
"dateModified": "2024-04-08",
"notes": null,
"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": "eyJpZGVudGlmaWVyIjogIjczYTJhNWY5LWRjOGUtNWE3Yi1iMzc4LTYzZGNmOWViZjFiNSJ9",
"hasMore": true
}
}Fetches a list of StandardsFramework objects representing complete academic standards documents. Each standards framework represents a complete standards document published by an official body like a state department of education. This endpoint allows you to discover available standards frameworks and retrieve metadata about standards documents from different jurisdictions, subjects, and adoption statuses.
Use this endpoint when you need to:
Related topics:
curl --request GET \
--url https://api.learningcommons.org/knowledge-graph/v0/standards-frameworks \
--header 'x-api-key: <api-key>'{
"data": [
{
"identifier": "00bcc689-c7a6-5ef4-ac09-c868f9e25a06",
"caseIdentifierURI": "https://satchelcommons.com/ims/case/v1p0/CFDocuments/822e5a6e-bcb0-45b8-bb82-a2c88d5b4bb7",
"caseIdentifierUUID": "822e5a6e-bcb0-45b8-bb82-a2c88d5b4bb7",
"name": "K-12 New Hampshire Social Studies Curriculum Framework",
"description": null,
"jurisdiction": "New Hampshire",
"academicSubject": "Social Studies",
"inLanguage": "en-US",
"adoptionStatus": "Implemented",
"dateCreated": null,
"dateModified": "2023-11-19",
"notes": null,
"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."
},
{
"identifier": "02575dee-30d0-50fd-b0e6-182da76f63a5",
"caseIdentifierURI": "https://satchelcommons.com/ims/case/v1p0/CFDocuments/50a88167-d6f5-41ea-a6c1-ee1ea83b6820",
"caseIdentifierUUID": "50a88167-d6f5-41ea-a6c1-ee1ea83b6820",
"name": "North Carolina Standard Course of Study: Social Studies",
"description": null,
"jurisdiction": "North Carolina",
"academicSubject": "Social Studies",
"inLanguage": "en-US",
"adoptionStatus": "Implemented",
"dateCreated": null,
"dateModified": "2024-04-08",
"notes": null,
"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": "eyJpZGVudGlmaWVyIjogIjczYTJhNWY5LWRjOGUtNWE3Yi1iMzc4LTYzZGNmOWViZjFiNSJ9",
"hasMore": true
}
}API key for authentication. Include your API key in the x-api-key header for all requests.
Filter by jurisdiction (state/territory) 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 Filter by academic subject area Academic subject area
English Language Arts, Mathematics, Science, Social Studies, Other Filter standards frameworks by their adoption status Adoption status of a standards framework
Draft, Proposed, Adopted, Implemented, Retired 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.
Was this page helpful?