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_list1 credit
Browse / filter the full CISA KEV catalog by vendor, product, or ransomware flag, with page pagination.
Working example
Parameters
Filter KEV entries by vendor/project (substring, case-insensitive).
Filter KEV entries by product (substring, case-insensitive).
Filter KEV entries by whether the CVE is known-used in ransomware campaigns (CISA's knownRansomwareCampaignUse field).
1-based page number for the KEV list. Page forward with meta.next_page. (1–)
Results per page (1-100, default 30). Larger values are clamped. (1–100)
request preview
curl -X POST https://api.reefapi.com/vuln-intel/v1/kev_list \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"vendor":"Microsoft","per_page":"5"}'Hit Send to run this endpoint live.