Free
For developers evaluating the dataset and validating light integrations.
Use the VulnTitan API to enrich dashboards, automate WordPress checks and route version-aware vulnerability findings into your own systems without bloated integration overhead.
The structure stays compact: evaluate with Free, ship with Pro, or move to Enterprise when throughput and commercial support become part of the requirement.
For developers evaluating the dataset and validating light integrations.
For products and teams that need routine lookup volume and fast delivery.
For platforms that need negotiated volume, SLAs and rollout support.
The goal is to keep the integration surface obvious: software type, optional slug where relevant, and version when you want filtered exposure data.
Must be plugin, theme or core so the API checks the right dataset.
Needed for plugin and theme lookups. Skip it when the request targets WordPress core.
When supplied, VulnTitan narrows the result set to the requested software version.
Designed to be easy to wire into a dashboard, scanner or internal service with minimal ceremony.
GET /api/vulnerabilities?type=plugin&slug=contact-form-7&version=6.0.3
Authorization: Bearer YOUR_API_KEY
{
"count": 1,
"data": [
{
"title": "Contact Form 7 ...",
"type": "plugin",
"slug": "contact-form-7",
"cvss_rating": "Medium",
"patched_versions": ["6.0.6"]
}
]
}
When version is omitted, the API returns all known vulnerabilities for the selected software across the indexed version history.
Applied according to your subscription tier and visible through token usage windows.
Each API key is intended for one project or deployment path to keep traffic attribution clean.
Misuse can result in token suspension or access review.
Enterprise contracts and SLAs are available when your rollout needs them.