The playground

Try any of 817 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/otto/v1/browse1 credit

Category browse (e.g. moebel, technik/computer) with filters and offset pagination.

Parameters

Otto category path, e.g. moebel or technik/computer (discover via the categories action).

Filter by brand slug (lowercased), e.g. apple, samsung.

Otto sort key (German 'sortierung', e.g. preis-aufsteigend, bewertung, neuheiten).

Minimum price (EUR).

Maximum price (EUR).

Advanced: raw Otto price range 'lo-hi' (overrides price_min/price_max).

Minimum star rating filter (1-5). (1–5)

Otto Zustand filter (German value, e.g. neu, gebraucht).

Otto Verfuegbarkeit filter (German value).

Pagination offset (skip N, page size 72). Page with meta.next_offset. (0–)

request preview
curl -X POST https://api.reefapi.com/otto/v1/browse \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{}'

Hit Send to run this endpoint live.