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/music-metadata/v1/search1 credit

search artist/album/release/recording/track/label/work (advanced field search supported)

Working example
Parameters

Search text (advanced field search is supported).

Which MusicBrainz entity to search.

How many results to return (1-100). Clamped to range. (1–100)

Pagination offset (skip N results). (0–)

request preview
curl -X POST https://api.reefapi.com/music-metadata/v1/search \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"radiohead","type":"artist"}'

Hit Send to run this endpoint live.