Kirby Team Kirby Team

Kirby Query Language (KQL)

Kirby's Query Language API combines the flexibility of Kirby's data structures, the power of GraphQL and the simplicity of REST.

Manual

Download

… and extract the folder to site/plugins/kql

Composer

Git Submodule

{
    "query": "page('photography').children",
    "select": {
        "url": true,
        "title": true,
        "text": "page.text.markdown"
    }
}
Version
3.0.0
License
MIT
Stars
150
Supports
K5 K4 K3
Updated
3 Jul 2025
Implements
More