curl --request GET \
--url https://api.learningcommons.org/knowledge-graph/v0/learning-components/search \
--header 'x-api-key: <api-key>'[
{
"identifier": "0013fbee-3e76-500f-9978-42aa1a65f105",
"description": "Use conversions to solve multi-step real-world problems",
"author": "Achievement Network",
"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 learning components under CC BY-4.0 from Achievement Network.",
"score": 0.94
},
{
"identifier": "0046446a-0a9b-5ace-92a3-23d4bb158c68",
"description": "Determine the lateral surface area of three-dimensional cylinders in real-world problems",
"author": "Achievement Network",
"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 learning components under CC BY-4.0 from Achievement Network.",
"score": 0.81
}
]Searches for LearningComponents using semantic search against learning component descriptions.
Results are ranked by relevance to the query text and include a score reflecting vector similarity. Use the optional academicSubject filter to narrow results to a specific subject area.
Use this endpoint when you need to:
Related topics:
curl --request GET \
--url https://api.learningcommons.org/knowledge-graph/v0/learning-components/search \
--header 'x-api-key: <api-key>'[
{
"identifier": "0013fbee-3e76-500f-9978-42aa1a65f105",
"description": "Use conversions to solve multi-step real-world problems",
"author": "Achievement Network",
"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 learning components under CC BY-4.0 from Achievement Network.",
"score": 0.94
},
{
"identifier": "0046446a-0a9b-5ace-92a3-23d4bb158c68",
"description": "Determine the lateral surface area of three-dimensional cylinders in real-world problems",
"author": "Achievement Network",
"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 learning components under CC BY-4.0 from Achievement Network.",
"score": 0.81
}
]API key for authentication. Include your API key in the x-api-key header for all requests.
Free-text query for semantic search against learning component descriptions. Results are ranked by relevance score.
500Filter by academic subject area Academic subject area
English Language Arts, Mathematics, Science, Social Studies, Other Maximum number of results to return. Default is 5. Maximum allowed is 50.
1 <= x <= 50Successfully retrieved search results
The unique identifier for this learning component in the Knowledge Graph system. Use this identifier to retrieve the full learning component details via GET /learning-components/{identifier}.
The author or creator of this learning component, typically the organization that developed the LC 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 learning component, you must include this attribution statement to comply with the license terms.
Relevance score between 0 and 1 reflecting semantic similarity to the search query. Higher values indicate stronger alignment with the query text.
0 <= x <= 1A clear, concise statement describing the specific skill or concept this learning component represents.
Was this page helpful?