← Back to catalog
rawg.game_search
mock data$0.001 / callRAWG Game Search
Search 800K+ video games — filter by genre, platform, release date, Metacritic score, with ratings, screenshots, and store links (RAWG)
Input schema
page
integerPage number for pagination (default 1)
dates
stringFilter by release date range YYYY-MM-DD,YYYY-MM-DD (e.g. "2024-01-01,2024-12-31")
genres
stringFilter by genre IDs — comma-separated (e.g. "4" for action, "5" for RPG, "4,5" for both)
search
stringSearch query for games (e.g. "The Witcher", "Red Dead Redemption")
ordering
stringSort field: name, released, added, created, updated, rating, metacritic. Prefix with "-" for descending (e.g. "-rating")
page_size
integerNumber of results per page (default 20, max 40)
platforms
stringFilter by platform IDs — comma-separated (e.g. "4" for PC, "187" for PS5, "186" for Xbox Series)
metacritic
stringFilter by Metacritic score range "min,max" (e.g. "80,100" for highly rated)
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>"}'