Use this group when the content you need does not live in WordPress posts, fields, terms, or menus.
Smallest Example#
{{ fetch "https://api.example.com/reviews" }} <article> <h2>{{ title }}</h2> </article>{{ /fetch }}The API returns JSON. TemplateX turns that JSON into values you can print inside the fetch block.