The playground
Try any of 2165 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/therealreal/v1/browse1 credit
Browse a category, a designer, a curated sale or any filter combination without a keyword — the catalogue view. Same row shape and sorts as `search`. At least one of category, category_id, designer, designer_id, sale_slug or a facet filter is required, so nobody accidentally pages through four million rows.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/therealreal/v1/browse \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"category":"women/handbags","page_size":"24"}'Hit Send to run this endpoint live.