The playground
Try any of 1462 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/exploits1 credit
Public exploit / PoC lookup for a CVE via the Exploit-DB (Offensive Security) database (keyless, CVE-indexed). Answers 'is there a weaponized public exploit?' — has_public_exploit + each entry's edb_id, type (remote/local/webapps/dos), platform, verified flag, date_published, and deep links (exploit_db_url + upstream source_url).
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/vuln-intel/v1/exploits \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"cve_id":"CVE-2021-44228"}'Hit Send to run this endpoint live.