SR
Click to open github profile
Usage

Usage

Learn how to effectively use the Craft Query API


You can fetch elements (such as addresses, assets, entries, and users) using the customQuery endpoint. If you need to retrieve all routes, the allRoutes endpoint is available.

Note

For more details, check out the customQuery and allRoutes documentation.

You can either manually build your URLs or leverage one of the following query builders for JavaScript frameworks:

Nuxt

Integrate Craft CMS with Nuxt using the Nuxt Craft CMS Module. This module makes it easy to build and execute queries directly within your Nuxt components.

Vue

For Vue.js applications, the Vue Craft CMS Package offers a simple and intuitive way to query your Craft CMS content effortlessly.

Build Your Own

If your favorite framework isn’t listed here, you can use the JS Craft CMS API to create custom queries tailored to your specific needs. Feel free to reach out if you need any help! :)


Copyright © 2025 Samuel Reichör