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/steam-games/v1/top_sellers1 credit

Steam top sellers chart slice (appid+price per item); same facets as search

Working example
Parameters

How many items to return (1-100). Clamped to range. (1–100)

Result offset for paging (skip N). (0–)

Store region — ISO-3166-1 alpha-2 (lower-cased). Drives currency & regional pricing.

Steam language name (e.g. english, french, schinese) for localized store text.

Filter by Steam tag id(s) (e.g. 19=Action) — discover ids via the tags action. Comma-list or array.

Content type → Steam category1 facet. Common values shown; plurals (games/demos/…) also accepted.

Advanced: raw Steam category1 facet id (998=Games, 21=DLC). Overrides `type`.

Filter to titles supporting this Steam language facet.

Steam maxprice facet (region price cap; Steam's own bucketing).

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

Hit Send to run this endpoint live.