×

Find Games

iOS 14 +

Notes

Find information about video games that match your search criteria

Syntax

findGamesRawg(query: <#String (Allows Variables)#>, queryMatching: <#Enumeration (RawgQueryMatching)#>, platforms: <#Array#>, genres: <#Array#>, stores: <#Array#>, playerType: <#Enumeration (GamePlayers)#>, perspective: <#Enumeration (RawgPerspective)#>, worldTypes: <#Array#>, scoreAbove: <#Integer#>, subtitleType: <#Enumeration (GameSubtitleType)#>, excludeAdditions: <#Boolean#>, sortOrder: <#Enumeration (RawgSortOrder)#>, descendingOrder: <#Boolean#>, afterYear: <#Integer#>, beforeYear: <#Integer#>, renderThumbnails: <#Boolean#>, resultCount: <#Integer#>)

Example

findGamesRawg(query: "Space", queryMatching: fuzzy, platforms: PC, genres: Action, stores: Steam, playerType: all, perspective: none, worldTypes: Aliens, scoreAbove: 75, subtitleType: platforms, excludeAdditions: false, sortOrder: name, descendingOrder: true, afterYear: 2010, beforeYear: , renderThumbnails: true, resultCount: 20)