Plugin info

Total downloads: 512
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 1/24/2025 (341 days ago)
Added to WordPress: 1/24/2025 (0 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.7.4
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Stale • Last updated 341 days ago

38/100

Is Dynamic API Integration abandoned?

Likely maintained (last update 341 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.7.4
Requires PHP: 7.4

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Custom WP Zapier
Rating 5.0/5 (2 reviews)Active installs 100
Enudge
Rating 5.0/5 (1 reviews)Active installs 50
Woo Solo Api
Rating 5.0/5 (4 reviews)Active installs 40
Wikimotive's Task Forms for ClickUp – Free
Rating 0.0/5 (0 reviews)Active installs 20
API Press – Plugin for WordPress API Integration
Rating 0.0/5 (0 reviews)Active installs 20
WP Data Sync for Woocommerce
Rating 0.0/5 (0 reviews)Active installs 10

Description

Plugin Information

Plugin Name: Dynamic API Integration
Description: A plugin for dynamic API integration in the Gutenberg block editor.
Version: 1.0.0
Author: Karishma Shukla
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Features

  • Dynamically fetch data from external APIs.
  • Display API data within a custom Gutenberg block.
  • Configure API URL, request type, and parameters from the WordPress admin settings.
  • Supports both GET and POST request methods.
  • REST API endpoint for secure communication.

Usage

Configure API Settings

  1. Navigate to Settings > API Integration in the WordPress admin panel.
  2. Configure the following options:
    • API URL: Enter the external API endpoint.
    • Request Type: Select GET or POST.
    • Parameters: Provide JSON-formatted parameters (e.g., { "key": "value" }).
  3. Save the settings.

Add the Gutenberg Block

  1. Open the WordPress block editor (Gutenberg).
  2. Search for the Dynamic API Integration block.
  3. Add the block to your post or page.
  4. Preview or publish the post to view the fetched API data.

REST API Endpoint

This plugin exposes a custom REST API endpoint:

  • Endpoint: /wp-json/dai/v1/fetch-data
  • Request Type: Configurable via the admin settings.
  • Parameters: Configurable via the admin settings.

License

This plugin is licensed under the GPLv2 or later.

Support

For support, please contact the plugin developer or raise an issue in the plugin repository.

Installation

  1. Download the plugin ZIP file.
  2. Go to your WordPress admin dashboard.
  3. Navigate to Plugins > Add New.
  4. Click Upload Plugin and select the ZIP file.
  5. Click Install Now and then Activate.

Frequently Asked Questions

Q: What is the minimum WordPress version required?

A: This plugin requires WordPress version 5.0 or higher.

Q: What is the minimum PHP version required?

A: This plugin requires PHP version 7.4 or higher.

Q: How do I use this plugin?

A: Configure the API settings in the WordPress admin under Settings > API Integration, then add the Dynamic API Integration block to your post or page.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.0

  • Initial release.