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/dev-utils/v1/regex_test1 credit

Test a regex against text: matches + groups + named groups, optional replace. User patterns run with a hard 1s timeout (ReDoS-guarded) + size caps.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/dev-utils/v1/regex_test \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"pattern":"(\\w+)@([\\w.]+)","input":"mail [email protected] now"}'

Hit Send to run this endpoint live.