API Widgets – Convert JSON data

Embed JSON API Widgets from apiwidgets.com into your WordPress website. Convert JSON to Tables, Charts or HTML using an API or a JSON file.

Author:apiwidgets (profile at wordpress.org)
WordPress version required:5.0
WordPress version tested:6.7.1
Plugin version:1.0.2
Added to WordPress repository:28-12-2024
Last updated:01-01-2025
Rating, %:0
Rated by:0
Plugin URI:https://apiwidgets.com/
Total downloads:692
Active installs:10+
plugin download
Click to start download

Convert JSON API data into Tables, Charts or custom HTML with no code and then embed these on your website. After embedding, the data will update automatically at your chosen interval.

This plugin allows you to easily embed your Widgets from API Widgets into your WordPress website.

Works with APIs or JSON files. No coding required.

How It Works

  1. Visit the Converter at API Widgets.
  2. Connect to your API (or JSON file).
  3. Select either Table, Chart or custom HTML.
  4. Run the Converter.
  5. Customize your Table, Chart or HTML.
  6. Click Embed.
  7. Get the ID of your new Widget & embed into your site.

Use the shortcode or template tag wherever you want the Widget shown on your site.

Shortcode

Add this shortcode (using your own Widget ID) wherever you want the Widget displayed.

[api-widgets id="123"]

Template Tag

Add this template tag (using your own Widget ID) wherever you want the Widget displayed.

<?php api_widgets( 123 ); ?>

Documentation