HuxxConnect – REST API Connector for WordPress
by huxxco 5 (2 reviews)

HuxxConnect – REST API Connector for WordPress

Connect WordPress to any REST API. Configure endpoints, manage credentials securely, and display data using shortcodes or template functions.

HuxxConnect ranks #27,029 among WordPress.org plugins with 20+ active installations, a 5/5 rating from 2 reviews, and was last updated Jul 19, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7.0.6 (Current: 7.1.2)
v1.2.4 Current Version v1.2.4
Updated 2 months ago Last Update on 19 Jul, 2026
Refreshed 6 hours ago Last Refreshed on
Top 50% by installs
View on WordPress.org
Rank
#27,029
No change
Active Installs
20+
+25%
KW Avg Position
66.3
101.7 better
Downloads
1.1K
+1 today
Support Resolved
0%
No change
Rating
100%
Review 5 out of 5
5 (2 reviews)

Next Milestone 30

Total Progress 30%
20+ 30+
8,766
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 7 more installs to reach 30+

Rank Changes

25,884 26,187 26,491 26,794 27,097 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
25,884 26,187 26,491 26,794 27,097 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #27,029
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 20 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

5.0
2 reviews
Overall 100%
5
2 (100%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Track This Plugin

Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.

Start Tracking Free

Plugin Details

Version
1.2.4
Last Updated
Jul 19, 2026
Requires WP
6.6+
Tested Up To
7.0.6
PHP Version
7.4 or higher
Author
huxxco

Support & Rating

Rating
★ ★ ★ ★ ★ 5
Reviews
2
Support Threads
0
Resolved
0%

Keywords

Upgrade to Pro

Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.

Upgrade Now

Frequently Asked Questions

Common questions about HuxxConnect – REST API Connector for WordPress

Yes. HuxxConnect's core features are free and always will be. The plugin provides unlimited APIs and endpoints, all HTTP methods, multiple authentication types, caching, logging, import/export, and a comprehensive hook system — all at no cost. HuxxConnect Pro is a separate add-on plugin that adds Post Creator (API-to-posts sync), Remote Unlock (credential migration), pagination, results filtering, and more.
In most cases, yes. HuxxConnect supports the most common authentication methods (Bearer Token, API Key, Basic Auth) and all standard HTTP methods. If your API uses a non-standard authentication flow, the huxx_connect/auth/custom filter hook lets you implement any authentication logic.
Use the shortcode in any post, page, or widget: [huxx_api api_id="your_api" endpoint_id="your_endpoint"] Or use the template function in your theme: <?php $data = huxx_api( 'your_api', 'your_endpoint' ); ?>
Yes. Use dynamic path variables ({post_id}, {0}) in endpoint paths, and pass query, header, or body variables at runtime through shortcode attributes or template function arguments.
All API credentials (tokens, keys, passwords) are encrypted at rest using AES-256-GCM. Credentials are never exposed in HTML source, REST API responses, or admin page markup. The encryption supports three tiers — Standard (portable), Advanced (wp-config constant), and Locked (server-bound) — so you can choose the security level appropriate for your environment.
Yes. HuxxConnect includes a built-in migration tool that reads your existing WPGetAPI configuration and converts it to HuxxConnect format — no manual re-entry required.
HuxxConnect includes an optional compatibility bridge (enable it in Settings > WPGetAPI Compatibility) that lets your existing WPGetAPI code work without modification: Function compatibility — wpgetapi_endpoint() calls are routed to HuxxConnect's executor, so existing theme and plugin code continues to work. Shortcode aliases — [wpgetapi_endpoint] and [wpgetapi] shortcodes are registered and mapped to HuxxConnect's shortcode handler. Filter hook bridge — 10 WPGetAPI filter hooks (e.g., wpgetapi_final_url, wpgetapi_header_parameters, wpgetapi_raw_data) are bridged to their HuxxConnect equivalents with return-value validation. Safe coexistence — function stubs are always loaded to prevent fatal errors if WPGetAPI is deactivated. Shortcode aliases are only registered when WPGetAPI itself is not active, avoiding conflicts. This gives you a gradual migration path: enable compatibility, deactivate WPGetAPI, verify everything works, then update your code to use HuxxConnect's native API at your own pace.
Yes, with HuxxConnect Pro. Export your collection from Postman as a JSON file (Collection v2.1 format) and import it directly into HuxxConnect. Authentication settings, path variables, headers, query parameters, and body configuration are all mapped automatically.
Yes. Set a cache duration (TTL) per endpoint. HuxxConnect automatically detects whether your site uses an object cache (Redis, Memcached) or falls back to WordPress transients. Cache can be cleared per-API or per-endpoint from the admin interface.
Please report security bugs found in the source code of the HuxxConnect plugin through the Patchstack Vulnerability Disclosure Program. The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.

Sign In / Register

You need to sign in or register to use this feature.