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.

{
    "query": "page('photography').children",
    "select": {
        "url": true,
        "title": true,
        "text": "page.text.markdown"
    }
}
Version
2.1.0
License
MIT
Stars
140
Supports
K4 K3
Updated
8 Nov 2023
Implements
More