A REST API endpoint for checking WordPress core, theme, and plugin versions.
As of April 2026, VerCheck API is a WordPress healthcheck plugin with 10 active installations and a 0/5 rating0. It has been downloaded 406 times in total. Requires WordPress 5.2+ and PHP 7.4+. Available on WordPress.org since 2025. Actively maintained — updated within the last month. Top alternative: WP Healthcheck.
This plugin adds a custom REST API endpoint that returns information about the current versions of the WordPress core, active themes, and active plugins.
Useful for remote WordPress site version monitoring & logging, CI/CD checks, and automated update workflows.
Both endpoints require authentication via a Bearer token.
Endpoint 1: Status — outdated items only
GET/wp-json/vercheck-api/v1/statusReturns only items that have available updates:
– WordPress core update status.
– A list of plugins with available updates.
– A list of themes with available updates.
Endpoint 2: Audit — full inventory
GET/wp-json/vercheck-api/v1/auditReturns a complete inventory of everything installed:
– WordPress core version…
| WordPress | 5.2+ requiredTested up to 6.9.4 |
| PHP | 7.4+ required |
/v1/audit endpoint — full inventory of all installed themes and plugins with version and update infopermission_callback (WordPress REST API best practice)Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.