API examples
Search
You can use the API to create a text search query.
Search is applied to the post title, content, author, quote and tags. Post will then be returned in order of relevance. (If no search query is provided they are returned in order of publish date).
See what our experts have to say about:
Tag Cloud
Using the API, a tag cloud can be created with wordcloud2.js
Filter posts by tag
You can use the API to filter posts by tag.
Multiple values should be separated by commas. You can have a maximum of three tags. Post will then be returned if they match all of the specified tags.
More complex matching can be achieved by using a regular expression in place of a tag.
Filter by tags:
Post Title Slider
Here is an example of a slider using recent post titles. Data has been pulled using the API.
Recent authors picture cards
Here is an example using author cards for recent posts. These flip to reveal the post link. Again data has been pulled using the API.
Quick Reads
Here is an example using post titles to link to recent posts. Again data has been pulled using the API.
Quick reads
Displaying posts from a channel
Here is an example which pulls posts from a channel. In this example, the posts are coming from our ‘Marketing’ Channel which includes posts tagged with various marketing related tags.