Plugin Security Scorecard API

Looking to incorporate the grades that WordPress plugins have received from the Plugin Security Scorecard in to your own solution? We have you covered with a JSON based API.

You can get the latest grades for all plugins that have been scored at the following endpoint:

https://www.pluginvulnerabilities.com/api/plugin-security-scorecard/all/

You can get the latest grade for a scored plugin by specifying its WordPress Plugin Directory slug with the following endpoint:

https://www.pluginvulnerabilities.com/api/plugin-security-scorecard/slug/{slug}/

You can get the listing of categories of plugins we have scores for (along with their reader friendly names) at the following endpoint:

https://www.pluginvulnerabilities.com/api/plugin-security-scorecard/category/

You can get the latest grades for a specific category by specifying the category with the following endpoint:

https://www.pluginvulnerabilities.com/api/plugin-security-scorecard/category/{category}/

Looking for something else? Please get in touch with us.