📃 Mockoon pre-generated templates

Make API development a breeze with our comprehensive library of JSON templates, designed to help you prototype and learn faster in Mockoon.

List of books

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "title": "{{faker 'lorem.words'}}", "author": "{{faker 'person.fullName'}}", "publisher": "{{faker 'company.name'}}", "genre": "{{faker 'commerce.department'}}", "price": {{faker 'commerce.price'}}, "published": "{{faker 'date.past'}}", "rating": {{faker 'number.int' min=1 max=5}}, "available": {{faker 'datatype.boolean'}} } {{/repeat}} ]

This template generates a list of random books with properties such as title, author, publisher, genre, price, published date, rating, and availability. Its primary utility lies in prototyping online bookstores and library catalogs. Additionally, it serves as a valuable resource for testing book-related functionalities, ensuring accuracy and reliability within applications. These data are perfect to prototype or serve as sample data for applications like online bookstores, library catalogs, and reading platforms.