Live Data Display
by berkux 5 (1 reviews)

Live Data Display

Load JSON data via API, display it on your WordPress site, and auto-refresh it at custom intervals — without reloading the page.

Live Data Display ranks #24,821 among WordPress.org plugins with 30+ active installations, is #1,831 of 4,943 in the Utilities & Tools category, a 5/5 rating from 1 reviews, and was last updated Sep 4, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1
v2.0.2 Current Version v2.0.2
Updated 1 week ago Last Update on 04 Sep, 2026
Refreshed 10 hours ago Last Refreshed on
#1,831 of 4,943 in Utilities & Tools Top 50% by installs Downloads -63.3% this week Actively maintained
View on WordPress.org
Rank
#24,821
+105 this week
Active Installs
30+
-9.1%
KW Avg Position
20
0.5 worse
Downloads
5.7K
+3 today
Support Resolved
0%
No change
Rating
100%
Review 5 out of 5
5 (1 reviews)

Next Milestone 40

Total Progress 0%
30+ 40+
12,685
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 10 more installs to reach 40+

Rank Changes

24,582 24,649 24,717 24,785 24,852 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026
22,675 23,282 23,888 24,494 25,101 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 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
Current #24,821
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 20 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026
0 10 20 30 40 50 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 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
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
1 reviews
Overall 100%
5
1 (100%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about Live Data Display

Example on kux.de.
If the API requires authorisation headers, use the companion plugin JSON Content Importer to create an authenticated feed and point this plugin at the result.
500 ms. Values below 500 ms are clamped to 500 ms automatically.
No. The frontend script depends on jQuery, which is bundled with WordPress.
The plugin ships with six optional REST API endpoints under the namespace araa/v1/api/. All are disabled by default and must be activated individually under Settings → Live Data Display → API. Endpoint Description Optional parameters /wp-json/araa/v1/api/time Current server time, date, weekday, and timezone — /wp-json/araa/v1/api/countdown Countdown to a target date (days, hours, minutes, seconds) to=YYYY-MM-DD (default: next New Year) /wp-json/araa/v1/api/random Random integer in a configurable range min=1&max=100 All endpoints are publicly accessible (no authentication required) and return JSON.
Both methods let the WordPress server fetch an external JSON URL on behalf of the browser, bypassing CORS restrictions. They differ in how the browser communicates with WordPress: admin-ajax (/wp-admin/admin-ajax.php) - The browser sends a POST request containing only the slot ID and a WordPress nonce. The external URL is never transmitted to the browser — it stays entirely on the server. - Secured with a WordPress nonce (CSRF protection) and server-side URL validation. - Works on every WordPress installation, including environments where the REST API is disabled by a security plugin or by the hosting provider. - Choose this when you want to keep the external URL (and any parameters or tokens embedded in it) hidden from the browser, or when the REST API is unavailable. REST API proxy (/wp-json/araa/v1/geturl) - The browser sends a GET request to a WordPress REST endpoint. The external URL is included in the request as a query parameter, signed with an HMAC-SHA256 key to prevent tampering. The WordPress server then fetches the external URL and returns the result. - Access to the endpoint is restricted to requests originating from the same server (localhost / server IP), so it is suited to local development environments or setups where WordPress makes internal loopback requests. - Requires the WordPress REST API to be accessible. - Choose this when you are running WordPress locally or in a controlled environment where loopback requests are used, and you prefer the modern REST API transport. In practice: for most live production sites the admin-ajax method is the safer and more compatible choice. The REST API proxy is the right pick for local development setups or when an admin-ajax conflict forces you to look for an alternative.
If an Error text is configured for the slot, it is displayed in place of the value. Otherwise the last successfully loaded value remains visible.
No. Settings are stored in the WordPress database and survive updates. A migration routine automatically converts the old single-slot format from versions before 1.3.0.

More plugins by berkux

Sign In / Register

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