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

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "name": "{{faker 'person.firstName'}} {{faker 'person.lastName'}}", "company": "{{faker 'company.name'}}", "testimonial": "{{faker 'lorem.paragraph'}}", "rating": {{faker 'number.int' 5}}, "date": "{{faker 'date.past'}}" } {{/repeat}} ]

This template simplifies the process of generating random testimonials, comprising details such as name, company, testimonial, rating, and date. Its utility extends to testing testimonial-related features within applications, such as reviews and ratings systems. Beyond its immediate testing function, it offers the flexibility to simulate a database of testimonials. By providing diverse entries, it enables developers to assess application performance across various testimonial scenarios, ensuring reliability and effectiveness. These data are perfect to prototype or serve as sample data for applications like review platforms, feedback systems, and testimonial display modules.