The playground

Try any of 1277 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/translate/v1/translate1 credit

Translate text into a single target language. Auto-detects the source by default and returns the detected language + confidence. Supports every script.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/translate/v1/translate \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"text":"Hello, how are you?","target":"es"}'

Hit Send to run this endpoint live.