×

Find Books

iOS 14 +

Notes

Search for volumes on Google Books

Syntax

findBooks(query: <#String (Allows Variables)#>, onlyDownloadable: <#Boolean#>, availability: <#Enumeration (BookAvailability)#>, type: <#Enumeration (BookType)#>, includePreorders: <#Boolean#>, orderBy: <#Enumeration (OrderBooksBy)#>, languageCode: <#String (Allows Variables)#>, resultCount: <#Integer#>, renderThumbnails: <#Boolean#>)

Example

findBooks(query: ""Harry Potter"", onlyDownloadable: true, availability: all, type: all, includePreorders: true, orderBy: newest, languageCode: "en_us", resultCount: 5, renderThumbnails: true)