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/detect1 credit
Detect the language of a piece of text. Returns the detected language code, its name and a confidence score (0-1). Works on any script.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/translate/v1/detect \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"text":"Привет мир"}'Hit Send to run this endpoint live.