GET
Last Vulnerabilities
Returns the latest published vulnerability entries in the EUVD dataset.
Endpoint details
Path /api/lastvulnerabilities
Method GET
Parameters
Required and optional parameters for this endpoint.
| Name | Type | Required | Description |
|---|---|---|---|
| limit | integer | No | Maximum number of records to return (default 50). |
curl "https://euvd.enisa.europa.eu/api/lastvulnerabilities?limit=5" Example response
Typical structure returned by the EUVD API.
{
"data": [
{
"euvd_id": "EUVD-2026-00123",
"cve_id": "CVE-2026-0001",
"published": "2026-02-13T14:20:00Z",
"severity": "HIGH",
"summary": "Example vulnerability summary"
}
]
}