Extends official WP REST API to provide extra endpoints to help manage sites remotely.
As of April 2026, WP Site Monitor is a WordPress api plugin with 10 active installations and a 0/5 rating0. It has been downloaded 1.2K+ times in total. Requires WordPress 4.7+ and PHP 5.6+. Available on WordPress.org since 2018. Last updated 8 years ago — may have compatibility concerns. Top alternative: WP Consent API.
All additional endpoints are under the wp-site-monitor/v1/ namespace.
e.g. https://example.com/wp-json/wp-site-monitor/v1/wp-version
wp-version returns the current version of wordpress as a string.
Example output: "4.9.2"
plugins returns a JSON object listing installed plugins with the plugin details.
Example output:
json
{
"wp-super-cache/wp-cache.php": {
"Name": "WP Super Cache",
"PluginURI": "https://wordpress.org/plugins/wp-super-cache/",
"Version": "1.5.9",
"Description": "Very fast caching plugin for WordPress.",
"Author": "Automattic",
"AuthorURI": "https://automattic.com/",
"TextDomain": "wp-super-cache",
"DomainPath": "",
"Network": false,
"…
| WordPress | 4.7+ requiredTested up to 4.9.29 |
| PHP | 5.6+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.