The playground

Try any of 1453 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/listennotes/v1/episode1 credit

Full detail for one episode by id or a Listen Notes episode URL: title, description, audio URL, duration, publish date, cover art and the parent podcast.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/listennotes/v1/episode \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"id":"5d3f3a3fc4534c2ca63c3245f8c2b894"}'

Hit Send to run this endpoint live.