Vulnp tch API

The backbone for agentic vulnerability management

Core Intelligence (v1)

GET /api/v1/search?q=openssl

Search across all vulnerability sources (CVE, GHSA, OSV) with keyword relevance.

curl https://api.vulnpatch.dev/api/v1/search?q=openssl
GET /api/v1/cve/:id

Retrieve enriched CVE data including EPSS, KEV status, and AI assessments.

curl https://api.vulnpatch.dev/api/v1/cve/CVE-2024-3094
GET /api/v1/issues

Current tracked security issues and remediation workflow data.

curl https://api.vulnpatch.dev/api/v1/issues
GET /api/v1/trending

Real-time trending vulnerabilities based on active exploitability signals.

curl https://api.vulnpatch.dev/api/v1/trending
GET /api/v1/cve/:id/lifecycle

Full vulnerability lifecycle tracking from discovery to weaponization.

curl https://api.vulnpatch.dev/api/v1/cve/CVE-2024-3094/lifecycle

Automation & Remediation

POST /api/v1/remediation/plan

Generate a step-by-step upgrade plan to remediate specific vulnerabilities.

GET /api/v1/nix/stats

Nix ecosystem vulnerability metrics, fix rates, and distribution-level summaries.

curl https://api.vulnpatch.dev/api/v1/nix/stats
GET /api/v1/nix/repology/:package

Cross-distribution package version and repology lookup for a Nix package.

curl https://api.vulnpatch.dev/api/v1/nix/repology/openssl
GET /api/v1/purl/:purl

Lookup vulnerabilities for a specific Package URL (PURL).

curl https://api.vulnpatch.dev/api/v1/purl/pkg:npm/lodash@4.17.20

Documentation & Spec

GET /openapi.json

Download the full OpenAPI 3.1 specification for local tool integration.

GET /health

API system health and service availability status.