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.
store search → appid+price (+metascore on keyword); faceting: tags/type/category1/supportedlang/maxprice/specials. term OR a facet required.
Keyword to search. Provide a term OR at least one facet (tags/type/category1/…).
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).
Set 1 to restrict to titles currently on sale (Steam specials facet).
Force the faceted results_html path even for a short keyword query.
curl -X POST https://api.reefapi.com/steam-games/v1/search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"term":"portal","count":"10"}'Hit Send to run this endpoint live.