The playground
Try any of 919 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/sanctions/v1/entity1 credit
Fetch ONE full normalized list record by its uid ('<source>:<list_ref>', from a screen match) — every field on the designation.
Parameters
The match uid from a screen result ('<source>:<list_ref>', e.g. ofac_sdn:9639) → the full normalized list record.
request preview
curl -X POST https://api.reefapi.com/sanctions/v1/entity \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.