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