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/translate_multi1 credit
Translate the SAME text into MANY target languages in a single call — the multi-target differentiator. Pass up to 60 target codes; returns a translation for each, fanned out concurrently (≈15× faster than calling translate per language).
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/translate/v1/translate_multi \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"text":"The weather is beautiful today.","targets":"[\"es\",\"fr\",\"de\",\"ja\",\"ar\"]"}'Hit Send to run this endpoint live.