Gutenberg Block
Our Gutenberg block is a simple method for adding endpoints into pages, posts or wherever you can add a block.…
Format JSON Data
Your API will likely return data in JSON string format, which looks something like the below. To format a JSON…
Format API to HTML
The problem JSON data is ugly API data is usually returned in JSON string format, which is not very pretty…
Format API to Image Gallery
Here we have set up a very simple image gallery that firstly grabs 6 images from the Pixabay API, loops…
Format API to HTML Table
This article will show you how to format your API data and display it within a HTML table. The examples…
Shortcode
Using the shortcode to display your API data is very easy and there are just 2 required attributes: api_id and…
Template Tag
Important: We will use the ‘Quotable’ API as an example and this needs to be set up in the admin…