The playground

Try any of 1042 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/github/v1/repo_contents1 credit

repository content metadata for a path

Parameters

Repository owner — the user or organization login (the part before the slash in owner/repo).

Repository name (the part after the slash in owner/repo).

Path to a file or directory inside the repository (omit or '/' for the repository root).

Branch, tag, or commit SHA to read from (defaults to the default branch).

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

Hit Send to run this endpoint live.