📃 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 ratings

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "rating": {{faker 'number.int' min=0 max=5}}, "comment": "{{faker 'lorem.sentence'}}", "user": { "name": "{{faker 'person.firstName'}}", "email": "{{faker 'internet.email'}}" } } {{/repeat}} ]

With properties such as rating value, comment, and user details, this template generates a list of random ratings suitable for prototyping review systems and feedback forms. Whether populating mock databases or serving as sample data for rating platforms, it offers developers essential rating information for testing and analysis. These data are perfect to prototype or serve as sample data for applications like review systems, feedback forms, and rating platforms.