REST API Log
by Pete Nelson · Uncategorized
Also makes 7 other plugins · 6.5K+ installs across the portfolio →
WordPress plugin to log REST API requests and responses
81 health vs 56 average across 16,376 Uncategorized plugins
Directory ranking optimization
How it's scored →How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.
Excellent listing optimization
Well tuned across the board
Daily downloads
Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive
30-day downloads
Rolling 30-day volume · peaks are release surges
2.6K
now · peak 5.3K
Directory rank vs rivals
wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you
Rating trend
Star average over time · dips mark rough releases
Update activity
How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.
Release cadence
No release in a yearHow often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.
0
releases in the last 12 months
1.7y ago
latest release · v1.7.0
21
tagged releases on record
Recent releases
What its installed base runs
via wordpress.orgShare of active installs on each version of this plugin · 88% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.
Estimated active installs
The public count shows “5K+”. Our estimate pins where the real number sits.
Refined from the date this plugin crossed into its current band.
Install history · since 2015-09-05 · 1,435 observations
Estimated value
What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.
Est. annual revenue
Est. acquisition value
No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from. A declining trend compresses what a buyer would pay.
Details
Recent reviews
All reviews on wp.org ↗- ★★★★★ mydigitalsauce9mo ago
It will absolutely wreck your database efficiency, it is adding records incorretly to posts and postmeta. It should of registered its own tables, i regret installing.
Read on wp.org ↗ - ★★★★★ floow951.6y ago
The plugin is oding it’s job and for that I am very thankful. A little side note is that it is adding for each log entry a post type to WordPress. On 200.000 API calls per week it has brough our order numbers from #600000 to #900000 within 10 days. Therefore leaving it enabled may not be so recommended. I have disabled it again now. Don’t know if this is solveable but just thought it would be a nice side note.
Read on wp.org ↗ - ★★★★★ blizam3.2y ago
The clowns leaving this a 1 star obviously don’t know what it’s intended for… Yes… do NOT leave this plugin running constantly unless you know what you’re doing and understand your particular WP environment and it’s day to day API activity. More plugins than ever use the REST API to interact with WP and your database will increase in size exponential to it’s activity. For most people this tool is intended to help troubleshoot specific API activities and is something that you only turn on for a short period of time while you’re testing/monitoring specific API calls and responses…. and for that, it works beautifully. Thank you!!
Read on wp.org ↗ - ★★★★★ ultrono3.5y ago
This extension will make your database huge, so be aware of this if using in production. I’d recommend turning it on for a short period then disabling. Filtering by request method (POST, GET etc.) does not work. Deleting data (at /options-general.php?page=wp-rest-api-log-settings) takes an absolute age, I’m tempted to do this manually in the database. I have ~105,000 log entries. I wish to delete these. According to the API responses, ~100 logs are being deleted every minute. I’m making direct POST requests to the WordPress API (using Postman) and the request method displayed in the log is always GET.The source IP is not always recorded – have tried the IP / X forwarded for option to resolve the IP too. This topic was modified 3 years, 5 months ago by ultrono.
Read on wp.org ↗ - ★★★★★ con5.2y ago
This is great tool to log REST API calls. Period.
Read on wp.org ↗ - ★★★★★ jnz315.3y ago
its trash. whilst i do like the idea of the plugin, this tool is simply not working properly. guess it’s abandoned. there is a filter build in to filter for the request type, but it does not work (simply doesn’t filter at all). and there is an option, to purge logs, that are older than x days, but this doesn’t work ether. and deleting the logs takes ages, you might want to do that in the db directly. so handle with care, as it will bloat the db and it’ll be hard to find the data, you might be looking for.. This topic was modified 5 years, 2 months ago by jnz31. This topic was modified 5 years, 2 months ago by jnz31. This topic was modified 5 years, 2 months ago by jnz31.
Read on wp.org ↗ - ★★★★★ Patrik Csak5.6y ago
Thanks!
Read on wp.org ↗ - ★★★★★ amykant6.2y ago
This was a legacy plugin for a client’s website… I would not recommend it! It bloated our disk usage and one of the tables ended up with 22 million rows. Here are the queries we used to clean things up. -- Run first delete m from wp_posts p join wp_postmeta m on p.ID = m.post_id where post_type = 'wp-rest-api-log' -- Run second delete from wp_posts where post_type = 'wp-rest-api-log' -- Run third DELETE wp_term_relationships FROM wp_term_relationships LEFT JOIN wp_posts ON wp_term_relationships.object_id = wp_posts.ID WHERE wp_posts.ID is NULL;
Read on wp.org ↗
Latest updates
via wp.org changelogRecent releases and news for this plugin
- — Version 7.1 Added additional security check to REST download endpoint (props alisalive) Fixed PHP 8 deprecation notice for submenu page (props BrianHenryIE) Fixed echo bug when viewing an invalid log entry ID (props DAnn2012) 7.1
- — Version 7.0 Fixed bugs related to Method and Status filtering. Removed deprecated FILTER_SANITIZE_STRING calls. Updated highlight.js version Updated clipboard.js version 7.0
- — Version 6.9 Updated highlight.js version Updated clipboard.js version 6.9
- — Version 6.8 Updated the Purge All Entries functionality in the admin to purge batches of 25 at a time. Updated CLI purge command with a progress bar. Fixed ClipboardJS error (props itowhid06) 6.8
- — Version 6.7 Added admin notice about running the plugin on a production server Set the default purge days to 7 Updated clipboard.js version 6.7
- — Version 6.6 Moved taxonomy registration to a separate file, made taxonomies not public to prevent them from automatically showing in Yoast SEO sitemaps Updated highlight.js version Updated minimum WP version to 4.7 Updated unit test 6.6
Known vulnerabilities
via Wordfence Intelligence2 disclosed vulnerabilities on record for this plugin, all fixed in the current version. Sites on older versions stay exposed until they update.
- 2026-08-07 CVE-2026-66443 Exposure of Sensitive Information to an Unauthorized Actor Affects <= 1.7.1 Patched in 1.7.2
Vulnerability records provided by Wordfence Intelligence. Copyright 2012-2026 Defiant Inc. License and terms.
CVE records: Copyright 1999-2026 The MITRE Corporation. CVE terms of use.
Behavioral tests
via WP HiveAutomated install-time checks, tested on PHP 8.1.12 · WP 6.2
Languages
via translate.wordpress.orgTranslated into 135 languages, 3 at 90% or more
Plus 111 more locales with partial translations.
Growth timeline
Install-tier crossings we have observed, and how long each tier took to outgrow
- 2025-07-26 6K+ → 5K+ down after 50 days in tier
- 2025-06-06 5K+ → 6K+ up after 941 days in tier
- 2022-11-08 4K+ → 5K+ up after 1 days in tier
- 2022-11-07 5K+ → 4K+ down after 6 days in tier
- 2022-11-01 4K+ → 5K+ up after 5 days in tier
- 2022-10-27 5K+ → 4K+ down after 1 days in tier
- 2022-10-26 4K+ → 5K+ up after 5 days in tier
- 2022-10-21 5K+ → 4K+ down after 1 days in tier
Competes with
The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).
-
Disable REST API 80K+ installs · 4.6★ · 2 shared tags D -
Disable WP REST API 30K+ installs · 4.6★ · 2 shared tags A -
WordPress REST API (Version 2) 10K+ installs · 4.1★ · 2 shared tags D -
WP REST API – OAuth 1.0a Server 8K+ installs · 3.8★ · 2 shared tags D - W WP REST API Meta Endpoints 1K+ installs · 3.6★ · 2 shared tags D
-
ElasticPress Debugging Add-On 800+ installs · 4.1★ · 2 shared tags B
Embed this report card
Drop a live Pulse card for REST API Log into a readme, a review or a deck. It updates itself.
<iframe src="https://plugins.wpmayor.com/embed/wp-rest-api-log" width="480" height="300" style="border:0" loading="lazy" title="REST API Log — Plugin Pulse"></iframe> REST API Log: 5K+ active installs, 3.6★ (24 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/wp-rest-api-log