v1
latestOpenAPI 3.1.02026-07-13125160383.6 KBFull Text Search
Full text search on vulnerabilities
get/v2/vulnerability/search
Query parameters
limitinteger
The numbers of items to return
offsetinteger
The numbers of items to skip
sort_ascstring
Sort results in ascending order (CSV field names)
sort_descstring
Sort results in descending order (CSV field names)
fieldsstring[]
List of fields to return(comma separated)
term_facetsstring[]
List of fields to return(comma separated)
range_facetsstring[]
List of fields to return(comma separated)
qstring
query
highlightboolean
Whether to highlight the search results
facet_sizeinteger
Number of facets to return
Response
OK
Example response
{
"results": [
{
"cvss_metrics": "3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"cvss_score": 9.8,
"epss_percentile": 0.42509,
"epss_score": 0.42509
}
]
}