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/phone-validate/v1/validate1 credit

validate ONE number → validity + format/region/line-type/carrier/timezone/location

Working example
Parameters

The phone number to validate. Best supplied in E.164 (+countrycode…); a national number works too if you also pass `region`.

Default ISO-3166 alpha-2 region (e.g. TR, US, DE, GB) used to parse NATIONAL-format numbers that have no +country-code. Ignored for E.164 input. Case-insensitive.

Language for the carrier name + geocoded location text (e.g. en, de, fr, es). Falls back to English.

request preview
curl -X POST https://api.reefapi.com/phone-validate/v1/validate \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"number":"+90 532 123 4567"}'

Hit Send to run this endpoint live.