UnifyAPI
← Back to catalog

rawg.game_search

mock data$0.001 / call

RAWG Game Search

Search 800K+ video games — filter by genre, platform, release date, Metacritic score, with ratings, screenshots, and store links (RAWG)

Games & Entertainmentprovider: Rawg#rawg#games

Input schema

page

Page number for pagination (default 1)

integer
dates

Filter by release date range YYYY-MM-DD,YYYY-MM-DD (e.g. "2024-01-01,2024-12-31")

string
genres

Filter by genre IDs — comma-separated (e.g. "4" for action, "5" for RPG, "4,5" for both)

string
search

Search query for games (e.g. "The Witcher", "Red Dead Redemption")

string
ordering

Sort field: name, released, added, created, updated, rating, metacritic. Prefix with "-" for descending (e.g. "-rating")

string
page_size

Number of results per page (default 20, max 40)

integer
platforms

Filter by platform IDs — comma-separated (e.g. "4" for PC, "187" for PS5, "186" for Xbox Series)

string
metacritic

Filter by Metacritic score range "min,max" (e.g. "80,100" for highly rated)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/rawg.game_search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"page":0,"dates":"<dates>","genres":"<genres>","search":"<search>","ordering":"<ordering>","page_size":0,"platforms":"<platforms>","metacritic":"<metacritic>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.