Skip to content

Overview

WordPress plugin, theme and core vulnerability lookups for a single product + version.

Patchstack Threat Intelligence API — Standard (v2)

Section titled “Patchstack Threat Intelligence API — Standard (v2)”

The Standard Threat Intelligence API returns vulnerability information for a single WordPress plugin, theme or core version. It’s the entry-level tier of the v2 API — if you need bulk lookups, the latest-24h feed, or by-id advisory lookup, use the Extended tier instead.

Authentication

Every request must include your API key in the PSKey HTTP request header. Request a key via your Patchstack App billing page.

Rate limiting

Standard is limited to 5,000 requests per 24 hours. Contact https://patchstack.com/for-hosts/ if you need an elevated quota or the Extended tier.

Caching

Responses are JSON and cached until the Patchstack database updates, at which point the appropriate caches are cleared.

Errors

StatusMeaning
401Missing or invalid PSKey header.
403API key not authorised for the requested endpoint.
404Unknown product/version combination.
429Rate limit exceeded.
500Server error — include the request id in any bug report.

Integration questions: dave.jong@patchstack.com.

API key issued by Patchstack. Request one from your Patchstack App billing page.

Security scheme type: apiKey

Header parameter name: PSKey