UnifyAPI
← Back to catalog

rawg.game_series

mock data$0.001 / call

RAWG Game Series

Get all games in the same series/franchise — sequels, prequels, and spin-offs with ratings and release dates (RAWG)

Games & Entertainmentprovider: Rawg#rawg#games

Input schema

idrequired

RAWG game ID or slug

integer
page

Page number (default 1)

integer
page_size

Results per page (default 20, max 40)

integer

Call via REST

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

Try it

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