GraphQL
GraphQL is a query language for APIs that allows clients to request specific data they need. Craft CMS has a built-in GraphQL API that enables content delivery to decoupled frontend applications like single-page apps (SPAs) and static site generators. The API is self-documenting, and you can explore and test queries using Craft’s included GraphiQL IDE.