> ## 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.

# REST API

export const EarlyAccessCallout = ({children}) => <div className="eyebrow-callout not-prose rounded-xl border border-gray-200/80 p-5 dark:border-white/10" style={{
  marginBottom: "1rem",
  borderRadius: "4px"
}}>
    <div className="mb-3">
      <Badge color="green" size="md" icon="flask">
        Early access
      </Badge>
    </div>
    <div className="callout-body text-[15px] leading-relaxed text-gray-700 dark:text-gray-300">{children}</div>
    <style>{`.callout-body a { text-decoration: underline; text-decoration-color: #178251; }`}</style>
  </div>;

<EarlyAccessCallout>
  Early access features and functionality are actively evolving, and breaking changes may occur as we expand capabilities and improve accuracy and reliability. [support@learningcommons.org](mailto:support@learningcommons.org)  ↗ with your feedback or issues.
</EarlyAccessCallout>

The Knowledge Graph API provides programmatic access to academic standards from all 50 U.S. states, learning components that break down standards into teachable skills, and relationships between standards, including hierarchies, prerequisites, crosswalks, and learning progressions.

See the [API reference](/api-reference/platform-api/overview) to get started.
