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

Convert structured data between JSON / YAML / CSV / XML at the string level (paste-in, ≤512KB). CSV↔JSON is tabular (array of flat objects). For file/Excel/multi-MB conversion use the file-convert API.

Working example
Parameters

Source format.

Target format.

The source document text.

Indent width for json/yaml/xml output (0=compact). (0–8)

Sort object keys (json/yaml).

request preview
curl -X POST https://api.reefapi.com/dev-utils/v1/convert \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"input":"[{\"id\":1,\"name\":\"a\"},{\"id\":2,\"name\":\"b\"}]","from":"json","to":"csv"}'

Hit Send to run this endpoint live.