Introduction
Use the Craft CMS query builder, enabling efficient data fetching.
The Query API extends your Craft CMS project with endpoints, allowing you to query Addresses, Assets, Entries, and Users using simple URL parameters.
The plugin speeds up and simplifies headless development with Craft CMS, so you as a developer can focus on the important parts of your application.
Frontend SDKs
It’s designed to make headless development incredibly fast and flexible, especially when paired with our SDKs. These libraries let you build queries in JavaScript using a query builder that feels just like Craft’s native Twig syntax.
Requirements
- Requires Craft CMS 5.0.0 or later.
- PHP 8.2 or later.
- For optimal image performance, it's highly recommended to use ImagerX.
Supported Element Types
- Addresses
- Assets
- Entries
- Users
To access any API endpoint, you must include a valid access token. This enforces secure, scoped access to your Craft CMS data.
Need Help?
If you encounter bugs or have feature requests, please submit an issue. Your feedback helps improve the library!