The playground
Try any of 817 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/vuln-intel/v1/kev_check1 credit
Is a CVE in the CISA Known-Exploited-Vulnerabilities catalog (actively exploited in the wild)? Returns the KEV entry when listed.
Working example
Parameters
The CVE id to look up in the CISA Known-Exploited-Vulnerabilities catalog. Case-insensitive.
request preview
curl -X POST https://api.reefapi.com/vuln-intel/v1/kev_check \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"cve_id":"CVE-2021-44228"}'Hit Send to run this endpoint live.