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/seo-toolkit/v1/keyword_volume1 credit
Relative popularity ESTIMATE (0-100) from Trends interest + autocomplete signals + trend direction — confidence LOW; NOT absolute monthly volume
Working example
Parameters
The search keyword to rank/analyze.
Country bias as a 2-letter ISO-3166 code (e.g. us, gb, de).
UI/results language as an ISO-639 code (e.g. en, es, de).
request preview
curl -X POST https://api.reefapi.com/seo-toolkit/v1/keyword_volume \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"keyword":"running shoes","geo":"US"}'Hit Send to run this endpoint live.