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/sok/v1/campaigns2 credits
The products of a ŞOK campaign listing. `weekly_deals` (the default) is ŞOK's own deal page — every product it currently sells below its struck price, with both prices and the discount. `badge_campaigns` is ŞOK's "Kampanyalı Ürünler" filter (1 Alana 1 Bedava, 50 TL ve üzeri…). `campaign` returns one named campaign's products together with its terms; `promotion_group` and `product_group` return ŞOK's own grouped listings.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/sok/v1/campaigns \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"campaign":"weekly_deals"}'Hit Send to run this endpoint live.