Title: FlexiAPI Universal Data Connector
Author: rmmahour
Published: <strong>نیسان 24, 2026</strong>
Last modified: نیسان 25, 2026

---

گەڕان لە پێوەکراوەکان

![](https://ps.w.org/flexiapi-universal-connector/assets/icon-256x256.png?rev=3514578)

# FlexiAPI Universal Data Connector

 لەلایەن [rmmahour](https://profiles.wordpress.org/rmmahour/)

[داگرتن](https://downloads.wordpress.org/plugin/flexiapi-universal-connector.1.0.0.zip)

 * [وردەکارییەکان](https://ku.wordpress.org/plugins/flexiapi-universal-connector/#description)
 * [پێداچوونەوەکان](https://ku.wordpress.org/plugins/flexiapi-universal-connector/#reviews)
 *  [دامەزراندن](https://ku.wordpress.org/plugins/flexiapi-universal-connector/#installation)
 * [گەشەپێدان](https://ku.wordpress.org/plugins/flexiapi-universal-connector/#developers)

 [پشتیوانی](https://wordpress.org/support/plugin/flexiapi-universal-connector/)

## وەسف

FlexiAPI Universal Data Connector is a powerful tool designed for developers and
site owners who need to integrate external REST APIs into their WordPress site seamlessly.
Whether you are fetching exhibitor lists, dynamic product data, or real-time ERP
information, this plugin handles the heavy lifting safely and securely.

**Key Features:**
 * **Universal Fetching:** Connect to any external JSON REST API
using GET or POST methods. * **Smart Caching:** Avoid API rate limits, bypass slow
ERP responses (300s timeout support), and speed up your site with built-in transient
caching. * **Developer Friendly:** Use the standard shortcode for quick grids, or
use the PHP Repeater mode for 100% custom HTML control. * **Dot Notation Mapping:**
Easily traverse complex, deeply nested JSON data using simple paths like `data.users.
0.name`.

### External services

This plugin acts as a bridge to connect your WordPress site to any external REST
API endpoint you provide.
 * **What data is sent:** The plugin sends HTTP requests(
GET/POST) exclusively to the custom API URLs defined by you in the settings. It 
will send the exact JSON body you input if using the POST method. * **Where data
is sent:** To the 3rd-party domains and URLs explicitly saved by the administrator.***
Terms & Privacy:** Since this plugin connects to your own user-defined APIs (like
an internal ERP or public API), the Terms of Service and Privacy Policies are strictly
dependent on the API provider you choose to connect with.= 🚀 Top Use Cases: Who
is this for? = * **Event Organizers:** Fetch dynamic sponsor, exhibitor, and speaker
lists from your event management software (ERP) directly to your WordPress frontend.***
E-Commerce:** Pull real-time inventory, pricing, or product catalogs from third-
party CRMs and inventory management systems. * **App Developers:** Bridge your mobile
app’s backend database with your WordPress promotional site without writing custom
cURL scripts. * **Corporate Websites:** Display live stock prices, weather updates,
or real-time news feeds using external JSON REST APIs.

#### 🛡️ Enterprise-Grade Security

Security is our top priority. FlexiAPI is built following strict WordPress coding
standards:
 * **Late Escaping:** All output is securely escaped to prevent XSS attacks.***
Nonce Verification:** Every backend action is protected against Cross-Site Request
Forgery (CSRF). * **Safe JSON Parsing:** Built-in safeguards ensure that invalid
or malicious JSON payloads do not break your site layout.

#### ⚡ Performance & Caching

Calling external APIs on every page load can crash your site. FlexiAPI solves this
with an intelligent caching engine:
 * Stores API responses locally in WordPress
Transients. * Drastically reduces page load times (TTFB). * Prevents your server
from getting IP-blocked by third-party APIs due to rate-limiting. * One-click manual
cache clearing when you need fresh data instantly.

#### 💻 System Requirements

 * **WordPress:** Version 5.0 or higher.
 * **PHP:** Version 7.2 or higher (PHP 8.0+ highly recommended for optimal speed).
 * **Extensions:** cURL extension must be enabled on your server (standard on 99%
   of web hosts).

#### 🤝 Support & Documentation

We have built an extensive “Manual” tab right inside the plugin dashboard. It includes
copy-paste ready PHP snippets and implementation instructions.

## سکرین شۆتەکان

 * [[
 * Add API Endpoint: Create and manage your REST API connections.
 * [[
 * Visual Shortcode Builder: Easily generate shortcodes.
 * [[
 * Settings & Caching: Manage API response caching and performance.
 * [[
 * Implementation Manual: Built-in developer guide for Repeater mode and Shortcodes.
 * [[

## دامەزراندن

 1. Upload the `flexiapi-universal-connector` folder to the `/wp-content/plugins/` 
    directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to **FlexiAPI** in your admin sidebar to start adding endpoints.
 4. Configure your API URL, Method, and Root path.
 5. Use the `[flexi_api id="your-id"]` shortcode on any page.

## پهد

### Can I use it with POST requests and JSON bodies?

Yes! You can select POST and pass dynamic raw JSON bodies directly inside the payload.

### How do I use the Repeater mode?

Check the “Manual” tab inside the plugin settings. It contains a complete A-Z guide
with PHP code snippets to build custom layouts in your theme files.

## پێداچوونەوەکان

هیچ پێداچوونەوەیەک نەنووسراوە بۆ ئەم پێوەکراوە.

## بەشداربووان و گەشەپێدەران

“FlexiAPI Universal Data Connector” نەرمەواڵەیەکی سەرچاوە کراوەیە. ئەم کەسانەی خوارەوە
بەشدارییان تێدا کردووە.

بەشداربووان

 *   [ rmmahour ](https://profiles.wordpress.org/rmmahour/)

[“FlexiAPI Universal Data Connector” وەربگێڕە بۆ زمانەکەی خۆت.](https://translate.wordpress.org/projects/wp-plugins/flexiapi-universal-connector)

### دەتەوێت بەشداربیت لە گەشەپێدان؟

[گەڕان لە کۆدەکەدا بکە](https://plugins.trac.wordpress.org/browser/flexiapi-universal-connector/)،
سەیری [تەمارگەی (SVN)](https://plugins.svn.wordpress.org/flexiapi-universal-connector/)
بکە، یان بەشداربە لە [ڕووداوتۆماری گەشەپێدان](https://plugins.trac.wordpress.org/log/flexiapi-universal-connector/)
لە ڕێگەی [(RSS)](https://plugins.trac.wordpress.org/log/flexiapi-universal-connector/?limit=100&mode=stop_on_copy&format=rss).

## ڕووداوتۆمارگەریی گۆڕین

#### 1.0.0

 * Initial Public Release on WordPress.org Repository.
 * Enhanced Security with strict Nonce verification and Late Escaping.
 * Added Advanced API Engine with 300s slow-server timeout support.
 * Integrated intelligent Transient Caching system.

## مێتا

 *  وەشان **1.0.0**
 *  دوایین بەڕۆژکردنەوە **2 حەفتە لەمەوبەر**
 *  دامەزراندنی چالاک **کەمتر لە 10**
 *  وەشانی وۆردپرێس ** 5.0 یان بەرزتر **
 *  تاقیکراوەتەوە تا **6.9.4**
 *  وەشانی PHP ** 7.2 یان بەرزتر **
 *  زمان
 * [English (US)](https://wordpress.org/plugins/flexiapi-universal-connector/)
 * تاگەکان
 * [api](https://ku.wordpress.org/plugins/tags/api/)[external api](https://ku.wordpress.org/plugins/tags/external-api/)
   [fetch](https://ku.wordpress.org/plugins/tags/fetch/)[JSON](https://ku.wordpress.org/plugins/tags/json/)
   [rest-api](https://ku.wordpress.org/plugins/tags/rest-api/)
 *  [بینینی پێشکەوتوو](https://ku.wordpress.org/plugins/flexiapi-universal-connector/advanced/)

## هەڵسەنگاندنەکان

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/flexiapi-universal-connector/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/flexiapi-universal-connector/reviews/)

## بەشداربووان

 *   [ rmmahour ](https://profiles.wordpress.org/rmmahour/)

## پشتیوانی

هیچت هەیە بۆ وتن؟ پێویستت بە یارمەتییە؟

 [بینینی مەکۆی پاڵپشتی](https://wordpress.org/support/plugin/flexiapi-universal-connector/)