JSON Kirby team plugins { "query": "page('photography').children", "select": { "url": true, "title": true, "text": "page.text.markdown" } } 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. All plugins <?= $site ->schema('LocalBusiness') ->name('Hash&Salt') ->email('email@example.com') ?> Schema Easily generate JSON schema for any kind of structured data in the RDFa specification. K3 Better REST Exposes the internal REST API at /rest with the option to convert Kirbytags to HTML and add a srcset to images in the process. Intended to c… K3