CWE
CWE ID type
This API endpoint returns metadata on specified CWE IDs.
get/cwe/{id(s)}
Path parameters
id(s)string[] required
Response
success
Example response
[
{
"id": "79",
"type": "Weakness"
},
{
"id": "1000",
"type": "View"
}
]