Learning components by subject
Fetches a list of LearningComponents filtered by academic subject.
This endpoint retrieves learning components for a specific subject area. Learning components are granular skills that break down broad standards into teachable units. Learning components are available for Mathematics and English Language Arts, with additional subjects being developed.
Use this endpoint when you need to:
- Get all learning components available for a specific subject
- Browse the complete set of skills/concepts for curriculum planning
- Retrieve LCs for mapping to your own content or assessments
- Export learning component data for analysis or integration
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 academic subject area to retrieve learning components for. Mathematics and English Language Arts have the most comprehensive coverage, with additional subjects being developed. Academic subject area
English Language Arts, Mathematics, Science, Social Studies, 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.