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/enrich-package/v1/repo_trust3 credits

owner/repo → repository health + release cadence + bus-factor signal + repo-anchored trust sub-scores (popularity/maintenance), independent of any registry

Working example
Parameters

GitHub repository owner / org (e.g. 'facebook').

GitHub repository name (e.g. 'react').

request preview
curl -X POST https://api.reefapi.com/enrich-package/v1/repo_trust \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"owner":"facebook","repo":"react"}'

Hit Send to run this endpoint live.