Demos
Live demos of various types of Widgets.
Each of these demos have been built using API WIdgets, without writing a single line of code. Each demo has taken some type of JSON data and transformed it with just a few clicks. We have then embedded them into this page with a single line of code.
JSON to Table Demo
This interactive Table has been built from JSON data, with no-code.
The JSON to Table demo uses JSON data from the "IMDB Top 100 Movies" API from RapidAPI and the data is being refreshed every 12 hours.
The API contains the Top 100 movies but we've filtered it to only show movies with 8.5 rating or higher, we've also made it sortable, added pagination and displayed the image URLs as actual images.
These are all configurable options within the Builder.
Learn more about converting JSON to a Table or get started here.
JSON to Chart Demo
We converted a JSON API into this Chart, with no-code.
The JSON to Chart demo connects to the Yahoo Finance API from RapidAPI.
This API has a whole bunch of data within it, but we have just selected the data we wanted (with a single click) and then converted that into the Chart.
We've chosen the style and colors of the Chart, renamed the labels, added $ prefix and a few other tweaks within the Chart Builder.
Learn more about converting JSON to a Chart or get started here.
JSON to HTML Demo
A weather widget created by converting JSON to HTML, with no-code.
The JSON to HTML demo is calling a Weather API from RapidAPI and we have set it to update the data within the Widget every 30 minutes.
We have changed the layout of data, hidden some items, added some custom CSS and styled it to suit our needs using the Builder within API Widgets. All without coding anything.
Learn more about converting JSON to HTML or get started here.
Ready to visualise your JSON data?