=== API Widgets - Convert JSON data === Contributors: apiwidgets Tags: api, external api, json, endpoint Requires at least: 5.0 Requires PHP: 7.0 Tested up to: 6.7 Stable tag: 1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html 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. == Description == This plugin allows you to easily embed Widgets from [API Widgets](https://www.apiwidgets.com) into your WordPress website. With [API Widgets](https://www.apiwidgets.com) you can convert JSON data into Charts, Tables & custom HTML with just a few clicks and then embed these on your website. After embedding, the data will update automatically at your chosen interval. You can connect an API and convert the JSON data from the API or you can use your own JSON files. ### How It Works 1. Visit the Converter at [API Widgets](https://www.apiwidgets.com/builder). 1. Add URL to your API (or a JSON file). 1. Select either Table, Chart or custom HTML. 1. Run the Converter. 1. Customize how your Table, Chart or HTML should look. 1. Click Publish. 1. Get the ID of your new Widget & embed into your site. With this plugin installed, you simply need to add 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. `` ### Documentation * [What is a Widget?](https://www.apiwidgets.com/docs/what-is-a-widget/?utm_campaign=Docs&utm_medium=wporg&utm_source=readme) * [Create Chart Widget](https://www.apiwidgets.com/docs/convert-json-to-chart/?utm_campaign=Docs&utm_medium=wporg&utm_source=readme) * [Create Table Widget](https://www.apiwidgets.com/docs/convert-json-to-table/?utm_campaign=Docs&utm_medium=wporg&utm_source=readme) * [Create HTML Widget](https://www.apiwidgets.com/docs/convert-json-to-html/?utm_campaign=Docs&utm_medium=wporg&utm_source=readme) == Installation == = Requirements = * WordPress version 5.0 and later = Usage = 1. Once installed & activated, go to the page where you want the Widget embedded. 2. You can use the template tag or shortcode to embed your Widget. == Screenshots == 1. Starting the JSON conversion 2. JSON converted to a Chart 3. JSON converted to a Table 4. JSON converted to HTML 5. The embed options when publishing a Widget == Changelog == = 1.0.1 (2024-12-27) = - Modify generic function names so they begin with api_widgets_ = 1.0.0 (2024-12-19) = - Initial Version