The playground

Try any of 865 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/skip-trace/v1/details8 credits

Get a person's full record by their person_id (from any search action): full name, age, all phone numbers, email addresses, current address, previous addresses, relatives and associates.

Parameters

Person ID returned by any search action (e.g. 'p4r4020l80998ll84l64').

request preview
curl -X POST https://api.reefapi.com/skip-trace/v1/details \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{}'

Hit Send to run this endpoint live.