WPVulnerability API endpoints

Core endpoint

To get the vulnerability information of a core version, you have to make a call including the core version.

Plugins endpoint

To get the vulnerability information of a plugin, you have to make a call including the plugin slug.

Themes endpoint

To get the vulnerability information of a theme, you have to make a call including the theme slug.

PHP endpoint

To get the vulnerability information of a PHP version, you have to make a call including the major PHP version (or the minor one). The response will include all vulnerabilities for this major version.

Apache HTTPD endpoint

To get the vulnerability information of an Apache HTTPD version, you have to make a call including the major Apache HTTPD version (or the minor one). The response will include all vulnerabilities for this major version.

nginx endpoint

To get the vulnerability information of a nginx version, you have to make a call including the major nginx version (or the minor one). The response will include all vulnerabilities for this major version.

Statistics endpoint

There are some statistics in the API root.

Last updates endpoint

This API endpoint is only available with APIkey (for sponsors). If you need a list of the last updates (in core, plugins, or themes) there are 3 API routes to check the newest data.