Floowie - API

Recommended publications

action = recommended

Retrieves a list of recommended publications. The action is similar to homePublications action, except it gets all publications of the titles, not only last one.

 

key   value
 page  page number
 publisherId  filter publications only from this publisher ID

Output

Array
(
 [0] => Array
  (
   [bookId] => 1
   [name] => Publication Name
   [rating] => 4.5
   [price] => 4.62 EUR
   [description] => "Detailed publication description"
   [publisher] => "Publisher a.s."
   [views] => 100
   [pages] => 24
   [imgUrl] => http://www.floowie.com/publication/thumbnail.png
  )
)