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/meesho/v1/search/filters0 credits

The filters and sort orders meesho.com itself offers for a query — colour, price band, rating, discount, fabric, size, category, gender and whatever else that query exposes, with every value it accepts. These are the only values `search` will send: meesho.com answers an unknown filter by returning the unfiltered set.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/meesho/v1/search/filters \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"kurti"}'

Hit Send to run this endpoint live.

Playground · ReefAPI