Skip to content

Boolean exists check for a product

GET
/product/{type}/{name}/{version}/exists

Boolean-only variant of the product lookup. Returns { "vulnerable": true } or { "vulnerable": false } — cheap when you only need to know whether an installed version is affected.

type
required
string
Allowed values: plugin theme wordpress
Example
plugin

Product ecosystem.

name
required
string
Example
tutor

WordPress plugin or theme slug. Use wordpress when type=wordpress. Slugs are lowercase — normalize your own data before comparison.

version
required
string
Example
1.5.2

Concrete version (e.g. 1.5.2).

Boolean result.

object
vulnerable
required
boolean
Example
{
"vulnerable": true
}

Missing or invalid PSKey header.

API key not authorised for the requested endpoint.

Rate limit exceeded.