Browse curriculum standards
legends_browse_standardsBrowses the public Legends of Learning curriculum taxonomy.
Without standard_set, lists the public standard sets (e.g. id "NGSS" for Next Generation Science Standards, "CCSS" for Common Core math), each with id, name, and subject_area; query filters them by name.
With standard_set (a set id from the list above), lists the standards in that set. Each standard has id, code (e.g. "2.OA.A.1" or an NGSS code), title, description, grades ("k" and "1"-"12"), and subject. Use a standard's id in legends_search_games' learning_objective_ids to find games aligned to it. query free-text matches code, title, and description; grade (integer, 0 = kindergarten) narrows to one grade level.
page (default 1) and page_size (default 10, max 25) paginate both modes.
Example: {"standard_set": "CCSS", "grade": 2, "query": "addition"} finds 2nd-grade Common Core standards about addition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| grade | No | Only standards for this grade level; 0 means kindergarten | |
| query | No | Free-text filter (set names, or standard codes/titles/descriptions) | |
| page_size | No | ||
| standard_set | No | A standard set id (e.g. "NGSS", "CCSS"); omit to list the sets |