UnifyAPI
← Back to catalog

rawg.game_details

mock data$0.001 / call

RAWG Game Details

Get full game details by ID or slug — description, platforms, genres, developers, publishers, ratings, Metacritic score, system requirements (RAWG)

Games & Entertainmentprovider: Rawg#rawg#games

Input schema

idrequired

RAWG game ID (numeric) or slug (e.g. "grand-theft-auto-v", 3498)

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/rawg.game_details \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"id":0}'

Try it

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